File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |s |
4
4
s . name = %q{compass}
5
- s . version = "0.8.13 "
5
+ s . version = "0.8.14 "
6
6
7
7
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
8
8
s . authors = [ "Chris Eppstein" ]
9
- s . date = %q{2009-08-30 }
9
+ s . date = %q{2009-09-02 }
10
10
s . default_executable = %q{compass}
11
11
s . description = %q{Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.}
12
12
@@ -247,7 +247,9 @@ Gem::Specification.new do |s|
247
247
"lib/vendor/fssm.rb" ,
248
248
"lib/vendor/fssm/backends/fsevents.rb" ,
249
249
"lib/vendor/fssm/backends/polling.rb" ,
250
+ "lib/vendor/fssm/cache.rb" ,
250
251
"lib/vendor/fssm/ext.rb" ,
252
+ "lib/vendor/fssm/fsevents.rb" ,
251
253
"lib/vendor/fssm/monitor.rb" ,
252
254
"lib/vendor/fssm/path.rb" ,
253
255
"lib/vendor/fssm/state.rb" ,
You can’t perform that action at this time.
0 commit comments