jruby-jars 9.4.9.0 → 9.4.11.0

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
2
  SHA256:
3
- metadata.gz: 8363babf6e4da9a1bce724e5f39aca9028023161a3683fd4c549c80e3cbdfe5a
4
- data.tar.gz: 3c16c8f37033fdacebab81e67b83be66a2d888504da40c2d69f4f0aed625d531
3
+ metadata.gz: 848ecb589391b70208d61bdeac1906fb67ce3c87b9c25b4babcbe365f958d5d1
4
+ data.tar.gz: 8b377b30f5e8a4a1d9590a2e634889b470d4410ae696764875aa2cf9689e9d11
5
5
  SHA512:
6
- metadata.gz: 5e5de444e8e6d55f759961349772f2b9f560436ba18903de7166878014aa7ebd84e71400c33dec44e3382e223e20466de3e0029b464b47dc8fa8f6c7baa5a0db
7
- data.tar.gz: c5d623e9ee0bb8774b8d433eec307968ca748ab8721234814de846129dec8a96ed21c49c97ba0d02ab0680d31481d6cf8c45d3ab8ed125b6a5c945e0fc85d804
6
+ metadata.gz: c6b0d48182e1c0e811d9227a90fd29420472a010eceb6cf5e79affa4870fb1e4ce4b8a85ad17c6e0bbe26b40da5c346cb5502e4006721717f2e662e9b225d39a
7
+ data.tar.gz: d57839e3ee253564fa0f90b57e437a8cee0cd064412d7d90a01bf9caefe9b31bc2b53b359754b6ca8cfc20420237b77ddb2512cfd76f63e3c68f3ea882675b64
data/Mavenfile CHANGED
@@ -28,7 +28,7 @@ end
28
28
 
29
29
  properties( 'tesla.dump.pom' => 'pom.xml',
30
30
  'tesla.dump.readonly' => true,
31
- 'jruby.plugins.version' => '3.0.2',
31
+ 'jruby.plugins.version' => '3.0.5',
32
32
  # we share the already installed gems
33
33
  'gem.home' => '${jruby_home}/lib/ruby/gems/shared',
34
34
  # need jruby_home but not jruby.home as name otherwise
@@ -55,7 +55,7 @@ jruby_plugin!( :gem,
55
55
  :gemspec => 'jruby-jars.gemspec',
56
56
  # tell maven to include the jar files into gem
57
57
  :includeDependencies => true,
58
- :jrubyVersion => '9.3.0.0') do
58
+ :jrubyVersion => version) do
59
59
  execute_goals :id => 'default-push', :skip => true
60
60
  end
61
61
 
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.4.9.0'
3
- MAVEN_VERSION = '9.4.9.0'
2
+ VERSION = '9.4.11.0'
3
+ MAVEN_VERSION = '9.4.11.0'
4
4
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.4.9.0
4
+ version: 9.4.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Oliver Nutter
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-11-04 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: |-
14
13
  This gem includes JRuby core and the Ruby standard library as jar files.
@@ -23,17 +22,16 @@ files:
23
22
  - Mavenfile
24
23
  - README.txt
25
24
  - jruby-jars.gemspec
26
- - lib/jruby-core-9.4.9.0-complete.jar
25
+ - lib/jruby-core-9.4.11.0-complete.jar
27
26
  - lib/jruby-jars.rb
28
27
  - lib/jruby-jars/version.rb
29
- - lib/jruby-stdlib-9.4.9.0.jar
28
+ - lib/jruby-stdlib-9.4.11.0.jar
30
29
  homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
31
30
  licenses:
32
31
  - EPL-2.0
33
32
  - GPL-2.0
34
33
  - LGPL-2.1
35
34
  metadata: {}
36
- post_install_message:
37
35
  rdoc_options: []
38
36
  require_paths:
39
37
  - lib
@@ -48,8 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
46
  - !ruby/object:Gem::Version
49
47
  version: '0'
50
48
  requirements: []
51
- rubygems_version: 3.2.14
52
- signing_key:
49
+ rubygems_version: 3.6.3
53
50
  specification_version: 4
54
51
  summary: The core JRuby code and the JRuby stdlib as jar files.
55
52
  test_files: []