Generate a date in the gemspec so we don't keep pushing the wrong date

This commit is contained in:
Joe Ferris 2010-06-23 15:23:18 -04:00
parent 16e1d90e16
commit f814549b3e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tammer Saleh", "Joe Ferris", "Ryan McGeary", "Dan Croak",
"Matt Jankowski"]
s.date = %q{2010-06-11}
s.date = Time.now.strftime("%Y-%m-%d")
s.default_executable = %q{convert_to_should_syntax}
s.email = %q{support@thoughtbot.com}
s.executables = ["convert_to_should_syntax"]