1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Use current date in .gemspec

This commit is contained in:
Michael Dvorkin 2011-12-16 16:01:28 -08:00
parent 23687d770d
commit af1ba40b83

View file

@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.version = AwesomePrint.version
# s.platform = Gem::Platform::RUBY
s.authors = "Michael Dvorkin"
s.date = "2011-11-08"
s.date = Time.now.strftime("%Y-%m-%d")
s.email = "mike@dvorkin.net"
s.homepage = "http://github.com/michaeldv/awesome_print"
s.summary = "Pretty print Ruby objects with proper indentation and colors"