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.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
index 2d34a41336..66b3165967 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
s.summary = "Console interface"
s.email = "nobu@ruby-lang.org"
s.description = "add console capabilities to IO instances."
+ s.homepage = "http://www.ruby-lang.org"
s.authors = ["Nobu Nakada"]
s.require_path = %[.]
s.files = %w[console.c extconf.rb lib/console/size.rb]