Skip to content

Commit

Permalink
Generate a date in the gemspec so we don't keep pushing the wrong date
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Jun 23, 2010
1 parent 16e1d90 commit f814549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shoulda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit f814549

Please sign in to comment.