summaryrefslogtreecommitdiff
path: root/ext/fcntl
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/fcntl
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/fcntl')
-rw-r--r--ext/fcntl/fcntl.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fcntl/fcntl.gemspec b/ext/fcntl/fcntl.gemspec
index 2bdefa0888..0e3194fbdc 100644
--- a/ext/fcntl/fcntl.gemspec
+++ b/ext/fcntl/fcntl.gemspec
@@ -4,7 +4,6 @@
Gem::Specification.new do |spec|
spec.name = "fcntl"
spec.version = "1.0.0"
- spec.date = '2017-12-11'
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]