summaryrefslogtreecommitdiff
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.gemspec4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
index ec797bcf52..144c7322d4 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,10 +1,11 @@
# -*- ruby -*-
_VERSION = "0.4.0.1"
+date = %w$Date$[1]
Gem::Specification.new do |s|
s.name = "io-console"
s.version = _VERSION
- s.date = "2013-02-03"
+ s.date = date
s.summary = "Console interface"
s.email = "nobu@ruby-lang.org"
s.description = "add console capabilities to IO instances."
@@ -13,4 +14,5 @@ Gem::Specification.new do |s|
s.require_path = %[.]
s.files = %w[console.c extconf.rb lib/console/size.rb]
s.extensions = %w[extconf.rb]
+ s.licenses = "ruby"
end