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=