Skip to content

Commit

Permalink
Merge pull request jfelchner#5 from leadtune/master
Browse files Browse the repository at this point in the history
Tag gems with the build date (rather than a date 2 years ago)
  • Loading branch information
jfelchner committed May 20, 2011
2 parents d0f5982 + 4efca5e commit 244b39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-progressbar.gemspec
Expand Up @@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.version = "0.0.10"

s.author = "Satoru Takabayashi"
s.date = "2009-02-16"
s.date = Date.today.to_s
s.description = "Ruby/ProgressBar is a text progress bar library for Ruby."
s.email = "satoru@namazu.org"
s.files = %w[GPL_LICENSE RUBY_LICENSE README.md lib/progressbar.rb test.rb]
Expand Down

0 comments on commit 244b39b

Please sign in to comment.