summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-19 10:18:52 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-11 13:29:06 +0900
commitfdd475386d25948fc9c82930c9c7e2feb6e69e84 (patch)
tree60bbad42a5f1d66b3da10ad0fc5f5c46b3e8b2b0
parent3b3a9edf488dd2f2f7d45a5e243d2c9b00b4455b (diff)
Gem::Specification#date is set automatically by RubyGems.org.
-rw-r--r--ext/io/console/io-console.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
index 814bd4ef7d..297c994de9 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,11 +1,9 @@
# -*- ruby -*-
_VERSION = "0.5.6"
-date = %w$Date:: $[1]
Gem::Specification.new do |s|
s.name = "io-console"
s.version = _VERSION
- s.date = date
s.summary = "Console interface"
s.email = "nobu@ruby-lang.org"
s.description = "add console capabilities to IO instances."