Skip to content

Commit

Permalink
Fix date format.
Browse files Browse the repository at this point in the history
  • Loading branch information
msolli committed Aug 1, 2011
1 parent 66ddfff commit 9481511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fancy-buttons.gemspec
Expand Up @@ -4,7 +4,7 @@ require File.join(path, 'version')
Gem::Specification.new do |gemspec| Gem::Specification.new do |gemspec|
gemspec.name = "fancy-buttons" gemspec.name = "fancy-buttons"
gemspec.version = FancyButtons::VERSION # Update the VERSION.yml file to set this. gemspec.version = FancyButtons::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.date = Time.now.strftime("%Y-%m-%d") # Automatically update for each build
gemspec.description = "Fancy Buttons helps you easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers with no support. This requires the Compass stylesheet authoring framework." gemspec.description = "Fancy Buttons helps you easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers with no support. This requires the Compass stylesheet authoring framework."
gemspec.homepage = "http://github.com/imathis/fancy-buttons" gemspec.homepage = "http://github.com/imathis/fancy-buttons"
gemspec.authors = ["Brandon Mathis"] gemspec.authors = ["Brandon Mathis"]
Expand Down

0 comments on commit 9481511

Please sign in to comment.