From 73a01b367763d8bdc6d19b41b34e300bde67ae1a Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Thu, 7 Apr 2011 15:51:22 -0400 Subject: [PATCH] fixed issue with gem spec in rubygems 1.7 closes #331 --- Gemfile.lock | 2 +- compass.gemspec | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 646539a5..a9b34e1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/compass.gemspec b/compass.gemspec index be58ca9b..00e54352 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -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"]