mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
io-console.gemspec: drop 1.9
* ext/io/console/io-console.gemspec: drop 1.9 support since rb_cloexec_open() is mandatory now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6e563a4ecc
commit
c59ba9ce81
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,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.required_ruby_version = ">= 1.9.3"
|
||||
s.required_ruby_version = ">= 2.0.0"
|
||||
s.homepage = "http://www.ruby-lang.org"
|
||||
s.authors = ["Nobu Nakada"]
|
||||
s.require_path = %[.]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue