File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
:patch : 0
3
3
:major : 0
4
4
:minor : 10
5
- :build : pre1
5
+ :build : pre2
Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{compass}
8
- s . version = "0.10.0.pre1 "
8
+ s . version = "0.10.0.pre2 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( "> 1.3.1" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Chris Eppstein" ]
12
- s . date = %q{2009-11-29 }
12
+ s . date = %q{2009-12-01 }
13
13
s . default_executable = %q{compass}
14
14
s . description = %q{Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.}
15
15
@@ -433,6 +433,7 @@ Gem::Specification.new do |s|
433
433
"test/test_helper.rb" ,
434
434
"test/test_rails_helper.rb"
435
435
]
436
+ s . has_rdoc = false
436
437
s . homepage = %q{http://compass-style.org}
437
438
s . rdoc_options = [ "--charset=UTF-8" ]
438
439
s . require_paths = [ "lib" ]
You can’t perform that action at this time.
0 commit comments