diff --git a/compass.gemspec b/compass.gemspec index d6c1194e..0265175c 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -3,7 +3,8 @@ 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 = Date.today + gemspec.version = Compass::VERSION # Update VERSION.yml file to set this. 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"]