fixed issue with gem spec in rubygems 1.7 closes #331

This commit is contained in:
Scott Davis 2011-04-07 15:51:22 -04:00
parent 727c025881
commit 73a01b3677
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
compass (0.11.beta.5.428e5b5)
compass (0.11.beta.5.727c025)
chunky_png (~> 1.1.0)
sass (>= 3.1.0.alpha.249)

View File

@ -4,7 +4,6 @@ require File.join(path, 'compass/version')
Gem::Specification.new do |gemspec|
gemspec.name = "compass"
gemspec.version = Compass::VERSION # Update the VERSION.yml file to set this.
gemspec.date = "#{Time.now.year}-#{Time.now.month}-#{Time.now.day}" # Automatically update for each build
gemspec.description = "Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS."
gemspec.homepage = "http://compass-style.org"
gemspec.authors = ["Chris Eppstein", "Eric A. Meyer", "Brandon Mathis", "Nico Hagenburger", "Scott Davis"]