aboutsummaryrefslogtreecommitdiffstats
path: root/ext/gdbm
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
commitf2b8801ce4a3cfe618669c04d21e3221936841b4 (patch)
treec4f76387ac61b78e333faf91b8c8066664b63632 /ext/gdbm
parent5d1db44f908ca10a182dae1847ed05097dc6488e (diff)
downloadruby-f2b8801ce4a3cfe618669c04d21e3221936841b4.tar.gz
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/gdbm')
-rw-r--r--ext/gdbm/gdbm.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gdbm/gdbm.gemspec b/ext/gdbm/gdbm.gemspec
index 753888e4b8..849e289f9d 100644
--- a/ext/gdbm/gdbm.gemspec
+++ b/ext/gdbm/gdbm.gemspec
@@ -4,7 +4,6 @@
Gem::Specification.new do |spec|
spec.name = "gdbm"
spec.version = "2.0.0"
- spec.date = '2017-04-28'
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]