From 8c9a7378b707f80ae0695d1c378ef6ff0c92e98e Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 30 Oct 2009 08:25:53 -0700 Subject: [PATCH] Version bump to 0.9.2 gem changes for release. --- Rakefile | 2 +- VERSION.yml | 2 +- compass.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index e8879dc9..f18b1f3b 100644 --- a/Rakefile +++ b/Rakefile @@ -40,7 +40,7 @@ begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.rubyforge_project = "compass" - gemspec.name = "compass" + gemspec.name = "compass-edge" gemspec.summary = "A Real Stylesheet Framework" gemspec.email = "chris@eppsteins.net" gemspec.homepage = "http://compass-style.org" diff --git a/VERSION.yml b/VERSION.yml index 5f948000..a7a19a74 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,5 +1,5 @@ --- :minor: 9 :build: -:patch: 1 +:patch: 2 :major: 0 diff --git a/compass.gemspec b/compass.gemspec index 345163f1..9f85381a 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -4,7 +4,7 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{compass} + s.name = %q{compass-edge} s.version = "0.9.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=