1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/io-console] Do not use add_development_dependency

https://github.com/ruby/io-console/commit/bc77f46391
This commit is contained in:
Nobuyoshi Nakada 2019-07-25 05:00:33 +09:00
parent 414d6cf1d3
commit 077c28887a
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -1,5 +1,5 @@
# -*- ruby -*-
_VERSION = "0.4.7"
_VERSION = "0.4.9"
date = %w$Date:: $[1]
Gem::Specification.new do |s|
@ -25,7 +25,4 @@ Gem::Specification.new do |s|
]
s.extensions = %w[ext/io/console/extconf.rb]
s.license = "BSD-2-Clause"
s.add_development_dependency 'rake-compiler'
s.add_development_dependency 'rake-compiler-dock', ">= 0.6.1"
end