Skip to content

Commit

Permalink
Release v0.10.0.pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Dec 1, 2009
1 parent 0dd89e5 commit a5835d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
Expand Up @@ -2,4 +2,4 @@
:patch: 0
:major: 0
:minor: 10
:build: pre1
:build: pre2
5 changes: 3 additions & 2 deletions compass.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
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.authors = ["Chris Eppstein"]
s.date = %q{2009-11-29}
s.date = %q{2009-12-01}
s.default_executable = %q{compass}
s.description = %q{Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.}
s.email = %q{chris@eppsteins.net}
Expand Down Expand Up @@ -433,6 +433,7 @@ Gem::Specification.new do |s|
"test/test_helper.rb",
"test/test_rails_helper.rb"
]
s.has_rdoc = false
s.homepage = %q{http://compass-style.org}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit a5835d2

Please sign in to comment.