Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Jan 31, 2012
1 parent b5d9d14 commit c2d47fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions compass-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
require File.expand_path('../lib/compass-rails/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ["Scott Davis"]
gem.email = ["jetviper21@gmail.com"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.authors = ["Scott Davis", "Chris Eppstein"]
gem.email = ["jetviper21@gmail.com", "chris@eppsteins.net"]
gem.description = %q{Integrate Compass into Rails 2.3 and up.}
gem.summary = %q{Integrate Compass into Rails 2.3 and up.}
gem.homepage = "https://github.com/Compass/compass-rails"

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/compass-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module CompassRails
unless defined?(::CompassRails::VERSION)
VERSION = "1.0.0.rc.0"
VERSION = "1.0.0.rc.1"
end
end

0 comments on commit c2d47fb

Please sign in to comment.