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:
parent
23687d770d
commit
af1ba40b83
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue