diff options
author | Julien Feltesse <[email protected]> | 2020-08-14 12:45:09 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-09-25 17:28:42 +0900 |
commit | 3d5e83399889dba537b7178e4811a94a6850ccb3 (patch) | |
tree | acf2b37f7ccd5f7c45ba218f9bf61df4e0124afc /ext/json/json.gemspec | |
parent | de0e0ffad4e0cf0360efbff2e0e8988f9aa0727a (diff) |
bundle the LICENSE file in the gem
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3581
Diffstat (limited to 'ext/json/json.gemspec')
-rw-r--r-- | ext/json/json.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec index 1be429216d..620955b279 100644 --- a/ext/json/json.gemspec +++ b/ext/json/json.gemspec @@ -18,6 +18,7 @@ Gem::Specification.new do |s| ".travis.yml", "CHANGES.md", "Gemfile", + "LICENSE", "README-json-jruby.md", "README.md", "Rakefile", |