mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed needless date attribute from gemspec of default gems.
They are assigned automatically when pushing gem file to rubygems.org. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2ce807e895
commit
7d9109f800
11 changed files with 0 additions and 11 deletions
|
|
@ -2,7 +2,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "date"
|
||||
s.version = '1.0.0'
|
||||
s.date = '2017-12-11'
|
||||
s.summary = "A subclass of Object includes Comparable module for handling dates."
|
||||
s.description = "A subclass of Object includes Comparable module for handling dates."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue