diff options
author | Kazuki Yamaguchi <[email protected]> | 2024-05-01 17:07:00 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-06-08 10:59:16 +0000 |
commit | 6475b093fbfbed8009577d2ffb31256afe705ffa (patch) | |
tree | 6296caf1939ce564082c87ac4e29bdf735a8151b | |
parent | 5f380dfdb2ffa8dc5db44cef19a54068eba97d2c (diff) |
[ruby/openssl] Rename LICENSE.txt to COPYING
This is for consistency with ruby/ruby.
https://github.com/ruby/openssl/commit/00ad542791
-rw-r--r-- | ext/openssl/openssl.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/openssl.gemspec b/ext/openssl/openssl.gemspec index 9e8db784a4..e692e661c4 100644 --- a/ext/openssl/openssl.gemspec +++ b/ext/openssl/openssl.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |spec| spec.files = [] spec.add_runtime_dependency('jruby-openssl', '~> 0.14') 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.extensions = ["ext/openssl/extconf.rb"] end |