summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/date/date.gemspec1
-rw-r--r--ext/dbm/dbm.gemspec1
-rw-r--r--ext/fcntl/fcntl.gemspec1
-rw-r--r--ext/gdbm/gdbm.gemspec1
-rw-r--r--ext/sdbm/sdbm.gemspec1
-rw-r--r--ext/stringio/stringio.gemspec1
-rw-r--r--ext/strscan/strscan.gemspec1
-rw-r--r--ext/zlib/zlib.gemspec1
8 files changed, 0 insertions, 8 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."
diff --git a/ext/dbm/dbm.gemspec b/ext/dbm/dbm.gemspec
index 9f3333a2b1..9ab444b9c7 100644
--- a/ext/dbm/dbm.gemspec
+++ b/ext/dbm/dbm.gemspec
@@ -2,7 +2,6 @@
Gem::Specification.new do |s|
s.name = "dbm"
s.version = '1.0.0'
- s.date = '2017-02-08'
s.summary = "Provides a wrapper for the UNIX-style Database Manager Library"
s.description = "Provides a wrapper for the UNIX-style Database Manager Library"
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"]
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"]
diff --git a/ext/sdbm/sdbm.gemspec b/ext/sdbm/sdbm.gemspec
index c8d7776e21..6cf000b453 100644
--- a/ext/sdbm/sdbm.gemspec
+++ b/ext/sdbm/sdbm.gemspec
@@ -3,7 +3,6 @@
Gem::Specification.new do |s|
s.name = "sdbm"
s.version = '1.0.0'
- s.date = '2017-12-11'
s.summary = "Provides a simple file-based key-value store with String keys and values."
s.description = "Provides a simple file-based key-value store with String keys and values."
diff --git a/ext/stringio/stringio.gemspec b/ext/stringio/stringio.gemspec
index fa1e767f5f..3a00fb4e2f 100644
--- a/ext/stringio/stringio.gemspec
+++ b/ext/stringio/stringio.gemspec
@@ -10,7 +10,6 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 2.6".freeze)
s.require_paths = ["lib".freeze]
s.authors = ["Nobu Nakada".freeze]
- s.date = "2016-06-09"
s.description = "Pseudo `IO` class from/to `String`.".freeze
s.email = "nobu@ruby-lang.org".freeze
s.extensions = ["extconf.rb".freeze]
diff --git a/ext/strscan/strscan.gemspec b/ext/strscan/strscan.gemspec
index e2f6cf5503..eefe8fbf2c 100644
--- a/ext/strscan/strscan.gemspec
+++ b/ext/strscan/strscan.gemspec
@@ -2,7 +2,6 @@
Gem::Specification.new do |s|
s.name = "strscan"
s.version = '1.0.0'
- s.date = '2017-12-19'
s.summary = "Provides lexical scanning operations on a String."
s.description = "Provides lexical scanning operations on a String."
diff --git a/ext/zlib/zlib.gemspec b/ext/zlib/zlib.gemspec
index bdb32f0ea5..a234c1ddcb 100644
--- a/ext/zlib/zlib.gemspec
+++ b/ext/zlib/zlib.gemspec
@@ -3,7 +3,6 @@
Gem::Specification.new do |spec|
spec.name = "zlib"
spec.version = "1.0.0"
- spec.date = '2017-12-11'
spec.authors = ["Yukihiro Matsumoto", "UENO Katsuhiro"]
spec.email = ["matz@ruby-lang.org", nil]