summaryrefslogtreecommitdiff
path: root/ruby_1_9_3/ext/io/console/io-console.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_9_3/ext/io/console/io-console.gemspec')
-rw-r--r--ruby_1_9_3/ext/io/console/io-console.gemspec15
1 files changed, 0 insertions, 15 deletions
diff --git a/ruby_1_9_3/ext/io/console/io-console.gemspec b/ruby_1_9_3/ext/io/console/io-console.gemspec
deleted file mode 100644
index 2d34a41336..0000000000
--- a/ruby_1_9_3/ext/io/console/io-console.gemspec
+++ /dev/null
@@ -1,15 +0,0 @@
-# -*- ruby -*-
-_VERSION = "0.3"
-
-Gem::Specification.new do |s|
- s.name = "io-console"
- s.version = _VERSION
- s.date = "2011-06-24"
- s.summary = "Console interface"
- s.email = "nobu@ruby-lang.org"
- s.description = "add console capabilities to IO instances."
- s.authors = ["Nobu Nakada"]
- s.require_path = %[.]
- s.files = %w[console.c extconf.rb lib/console/size.rb]
- s.extensions = %w[extconf.rb]
-end