[ruby/openssl] Rename LICENSE.txt to COPYING
This is for consistency with ruby/ruby. https://github.com/ruby/openssl/commit/00ad542791
This commit is contained in:
parent
5f380dfdb2
commit
6475b093fb
@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|||||||
spec.files = []
|
spec.files = []
|
||||||
spec.add_runtime_dependency('jruby-openssl', '~> 0.14')
|
spec.add_runtime_dependency('jruby-openssl', '~> 0.14')
|
||||||
else
|
else
|
||||||
spec.files = Dir["lib/**/*.rb", "ext/**/*.{c,h,rb}", "*.md", "BSDL", "LICENSE.txt"]
|
spec.files = Dir["lib/**/*.rb", "ext/**/*.{c,h,rb}", "*.md", "BSDL", "COPYING"]
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
spec.extensions = ["ext/openssl/extconf.rb"]
|
spec.extensions = ["ext/openssl/extconf.rb"]
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user