jruby-launcher 1.1.11-java → 1.1.12-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 0df0a6555d52db18638a42846c682ec11d845ec4
4
- data.tar.gz: e94a1ad4c0c9f5f4bb80cc33d3d063f9d3495ba8
2
+ SHA256:
3
+ metadata.gz: 36ea2da6a0636abdc37955fd898b3dce7c59e26b852b140987663b5d99ccb374
4
+ data.tar.gz: 6a8b47a675cef8d9416790c57c2af6ebe3bc5df0bb038f6f1e1764d8e61faf35
5
5
  SHA512:
6
- metadata.gz: 64ef44c1a08fd07bf5d07d1c23f78d2d8af65cfa3dfed5d694f4bb7f545ddc5b4aff32b34ab458f4ac5ada50a6f6be938f8f9794cde9e2a35c6b34e4258752b1
7
- data.tar.gz: 99cae0daa07fb6456fc70510ac10bcaeb1b892be5702a0399cc20236ceb4692d8d687310e9d558b110ba7bcfbd7b1671722b136be90556dcb9d609ecb0626e41
6
+ metadata.gz: 4b1893448084229a3d7949f3579e1a949ecf5441eb0d94004cc397695afe8e7fd75a8a91d8f391dfed88e2c1bc00bbec1ae9aaab123d758634ebbc4211e8be3d
7
+ data.tar.gz: 9fefa739941cd98038b419337b4b6e0a455fbfaee64ca0060c01d34cff002e2186273501fd515d2b537db53cebe8542aea49cbccf50748729b92faed3ecdc357
@@ -513,6 +513,8 @@ void ArgParser::prepareOptions() {
513
513
  javaOptions.push_back("java.base/java.nio.channels=org.jruby.dist");
514
514
  javaOptions.push_back("--add-opens");
515
515
  javaOptions.push_back("java.base/sun.nio.ch=org.jruby.dist");
516
+ javaOptions.push_back("--add-opens");
517
+ javaOptions.push_back("java.management/sun.management=org.jruby.dist");
516
518
  #else
517
519
  logMsg("no JRuby module support detected, skipping module flags");
518
520
  #endif
data/extconf.rb CHANGED
@@ -6,7 +6,7 @@ mf = mf.gsub(/^JRUBY_VERSION\s*=.*$/, "JRUBY_VERSION = #{JRUBY_VERSION}")
6
6
  # Launcher will use .module_opts file if present, otherwise hardcoded add-opens for this module.
7
7
  # Pre-9.2.1: ALL-UNNAMED because no name was exported
8
8
  # 9.2.1 and higher: org.jruby.dist
9
- if JRUBY_VERSION !~ /(^1)|(9\.[01])|(9.2.0.0)/
9
+ if JRUBY_VERSION !~ /(^1)|(^9\.[01])|(^9\.2\.0\.0)/
10
10
  mf = mf.gsub(/^JRUBY_MODULE\s*=.*$/, "JRUBY_MODULE = 1")
11
11
  end
12
12
  puts mf
@@ -1,3 +1,3 @@
1
1
  module JRubyLauncher
2
- VERSION = "1.1.11"
2
+ VERSION = "1.1.12"
3
3
  end
data/version.h CHANGED
@@ -6,6 +6,6 @@
6
6
  #ifndef _VERSION_H_
7
7
  #define _VERSION_H_
8
8
 
9
- #define JRUBY_LAUNCHER_VERSION "1.1.11"
9
+ #define JRUBY_LAUNCHER_VERSION "1.1.12"
10
10
 
11
11
  #endif // ! _VERSION_H_
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-launcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.11
4
+ version: 1.1.12
5
5
  platform: java
6
6
  authors:
7
7
  - Nick Sieger
@@ -71,8 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
- rubyforge_project:
75
- rubygems_version: 2.6.14.1
74
+ rubygems_version: 3.0.6
76
75
  signing_key:
77
76
  specification_version: 4
78
77
  summary: Native launcher for JRuby