From a5835d24a76f9a0882e8b15f65233f53ed4e6244 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Tue, 1 Dec 2009 00:07:31 -0800 Subject: [PATCH] Release v0.10.0.pre2 --- VERSION.yml | 2 +- compass.gemspec | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/VERSION.yml b/VERSION.yml index 5bfe40eb..007e3914 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -2,4 +2,4 @@ :patch: 0 :major: 0 :minor: 10 -:build: pre1 +:build: pre2 diff --git a/compass.gemspec b/compass.gemspec index 8240357c..e6135cab 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -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} @@ -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"]