Skip to content

Commit a5835d2

Browse files
committed
Release v0.10.0.pre2
1 parent 0dd89e5 commit a5835d2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

VERSION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
:patch: 0
33
:major: 0
44
:minor: 10
5-
:build: pre1
5+
:build: pre2

compass.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{compass}
8-
s.version = "0.10.0.pre1"
8+
s.version = "0.10.0.pre2"
99

1010
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Chris Eppstein"]
12-
s.date = %q{2009-11-29}
12+
s.date = %q{2009-12-01}
1313
s.default_executable = %q{compass}
1414
s.description = %q{Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.}
1515
s.email = %q{[email protected]}
@@ -433,6 +433,7 @@ Gem::Specification.new do |s|
433433
"test/test_helper.rb",
434434
"test/test_rails_helper.rb"
435435
]
436+
s.has_rdoc = false
436437
s.homepage = %q{http://compass-style.org}
437438
s.rdoc_options = ["--charset=UTF-8"]
438439
s.require_paths = ["lib"]

0 commit comments

Comments
 (0)