mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
[ruby/openssl] Rename LICENSE.txt to COPYING
This is for consistency with ruby/ruby.
00ad542791
This commit is contained in:
parent
5f380dfdb2
commit
6475b093fb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue