Skip to content

Commit

Permalink
Revert "Never have to bump the date in the gemspec again."
Browse files Browse the repository at this point in the history
This reverts commit d37e268.
  • Loading branch information
jashkenas committed May 24, 2011
1 parent d37e268 commit f90a70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jammit.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'jammit'
s.version = '0.6.0' # Keep version in sync with jammit.rb
s.date = Time.now.strftime('%Y-%m-%d')
s.date = '2010-11-8'

s.homepage = "http://documentcloud.github.com/jammit/"
s.summary = "Industrial Strength Asset Packaging for Rails"
Expand Down

0 comments on commit f90a70e

Please sign in to comment.