Skip to content

Commit cd41697

Browse files
committed
Edit s.date = to current date time with proper format
1 parent caf1c68 commit cd41697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jammit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'jammit'
33
s.version = '0.6.0' # Keep version in sync with jammit.rb
4-
s.date = '2010-11-8'
4+
s.date = Time.now.strftime('%Y-%m-%d')
55

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

0 commit comments

Comments
 (0)