diff options
Diffstat (limited to 'ext/strscan/strscan.gemspec')
| -rw-r--r-- | ext/strscan/strscan.gemspec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/strscan/strscan.gemspec b/ext/strscan/strscan.gemspec index 47180bb8d8..a51285fa7e 100644 --- a/ext/strscan/strscan.gemspec +++ b/ext/strscan/strscan.gemspec @@ -16,18 +16,18 @@ Gem::Specification.new do |s| s.summary = "Provides lexical scanning operations on a String." s.description = "Provides lexical scanning operations on a String." - files = [ - "COPYING", - "LICENSE.txt", - "lib/strscan/strscan.rb" + files = %w[ + COPYING + LICENSE.txt + lib/strscan.rb + lib/strscan/strscan.rb + lib/strscan/truffleruby.rb ] s.require_paths = %w{lib} if RUBY_ENGINE == "jruby" files << "lib/strscan.jar" - files << "ext/jruby/lib/strscan.rb" - s.require_paths += %w{ext/jruby/lib} s.platform = "java" else files << "ext/strscan/extconf.rb" |
