summaryrefslogtreecommitdiff
path: root/ext/date/date.gemspec
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-07 12:02:10 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-07 12:02:10 +0000
commit7d9109f8006057d3e6ec44103cc1a5242529f4c2 (patch)
treec4f76387ac61b78e333faf91b8c8066664b63632 /ext/date/date.gemspec
parent2ce807e89553534864daaef3e2e1218473d80474 (diff)
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
Diffstat (limited to 'ext/date/date.gemspec')
-rw-r--r--ext/date/date.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/date/date.gemspec b/ext/date/date.gemspec
index 9d5de998b7..0407a0c60b 100644
--- a/ext/date/date.gemspec
+++ b/ext/date/date.gemspec
@@ -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."