Release v0.10.0.pre2

This commit is contained in:
Chris Eppstein 2009-12-01 00:07:31 -08:00
parent 0dd89e54f4
commit a5835d24a7
2 changed files with 4 additions and 3 deletions

View File

@ -2,4 +2,4 @@
:patch: 0 :patch: 0
:major: 0 :major: 0
:minor: 10 :minor: 10
:build: pre1 :build: pre2

View File

@ -5,11 +5,11 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{compass} s.name = %q{compass}
s.version = "0.10.0.pre1" s.version = "0.10.0.pre2"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Chris Eppstein"] s.authors = ["Chris Eppstein"]
s.date = %q{2009-11-29} s.date = %q{2009-12-01}
s.default_executable = %q{compass} s.default_executable = %q{compass}
s.description = %q{Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.} s.description = %q{Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.}
s.email = %q{chris@eppsteins.net} s.email = %q{chris@eppsteins.net}
@ -433,6 +433,7 @@ Gem::Specification.new do |s|
"test/test_helper.rb", "test/test_helper.rb",
"test/test_rails_helper.rb" "test/test_rails_helper.rb"
] ]
s.has_rdoc = false
s.homepage = %q{http://compass-style.org} s.homepage = %q{http://compass-style.org}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]