Skip to content

Commit

Permalink
Include license in gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sander committed May 13, 2022
1 parent 089f73c commit d98e9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions strscan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Gem::Specification.new do |s|

if RUBY_ENGINE == 'jruby'
s.require_paths = %w{ext/jruby/lib lib}
s.files = %w{lib/strscan.jar ext/jruby/lib/strscan.rb}
s.files = %w{lib/strscan.jar ext/jruby/lib/strscan.rb LICENSE.txt COPYING}
s.platform = "java"
else
s.require_paths = %w{lib}
s.files = %w{ext/strscan/extconf.rb ext/strscan/strscan.c}
s.files = %w{ext/strscan/extconf.rb ext/strscan/strscan.c LICENSE.txt COPYING}
s.extensions = %w{ext/strscan/extconf.rb}
end
s.required_ruby_version = ">= 2.4.0"
Expand Down

0 comments on commit d98e9dd

Please sign in to comment.