зеркало из https://github.com/github/ruby.git
Added dependencies for open-uri
This commit is contained in:
Родитель
ac29c405f6
Коммит
ad0c2232b1
|
@ -19,4 +19,8 @@ Gem::Specification.new do |spec|
|
|||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_dependency "uri"
|
||||
spec.add_dependency "stringio"
|
||||
spec.add_dependency "time"
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче