diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-11-04 13:44:03 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-11-04 19:28:39 +0900 |
commit | b30783e02ea8cfd89b657f85b261d14920448e46 () | |
tree | 7390b405bf28ed35376cbd5382e87196cc33a2a6 /ext/stringio | |
parent | 9106ac4525e63362e47b690288d500bdde040834 (diff) |
[ruby/stringio] Move Java version to Java directory
https://.com/ruby/stringio/commit/3f90a0d619
-rw-r--r-- | ext/stringio/stringio.gemspec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ Gem::Specification.new do |s| s.files = ["README.md"] jruby = true if Gem::Platform.new('java') =~ s.platform or RUBY_ENGINE == 'jruby' if jruby - s.files += ["lib/stringio.rb", "lib/stringio.jar"] s.platform = "java" else s.extensions = ["ext/stringio/extconf.rb"] |