aboutsummaryrefslogtreecommitdiffstats
path: root/ext/io/console/io-console.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ext/io/console/io-console.gemspec')
-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."