jruby-jars 9.4.2.0 → 9.4.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f2df5fe11b1020185df00d6e004c705f0d207e80f2cef3e4dacbe8f9e904c3b
4
- data.tar.gz: b3cbb4b3e9224b5fbf6ffc5e7757d30f1b3b5a84c749b6b17e5e66e979217fc5
3
+ metadata.gz: b6f53142e97577004b3b32b1dd70a3182b71ad87cf052006ead86260bbd736af
4
+ data.tar.gz: 3642c96a83113725ec88ad64545238107a32d5c2cd23d1a10232168c729b14ff
5
5
  SHA512:
6
- metadata.gz: 11b174eaca36550749781e4aeb28fdb12a6a640ba909f1241a342f2999c9d6deb88825c02c66d07f45929b1f915fb03ab89f4706e123c7114ec4384695836da3
7
- data.tar.gz: 2e4b032b9462546c49f080d3a4fca7e5d1908b7a3648333d525320ff7a8803b6b334b634a1ec9e2bab6988bfee701d0efb6e2a26d2a59354f8511b2022fc16d5
6
+ metadata.gz: 35d76dd3691e3e4688778543694dbab440962a95ac83c3776a7d0ec6f55c2460d6a849d7a9afb3a74490b40fe4bbba563042f4b245436b98d3176e9208d075ff
7
+ data.tar.gz: f78c5b787f651b3741fa8437817e9fa5c52f35d7b61e5a252053afe3f08b99cc4decc2f7457fccb1b6780a99b70f3d988ee0e679338e15c762563a1e08c240d5
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' => '1.1.8',
31
+ 'jruby.plugins.version' => '3.0.1',
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
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.4.2.0'
3
- MAVEN_VERSION = '9.4.2.0'
2
+ VERSION = '9.4.4.0'
3
+ MAVEN_VERSION = '9.4.4.0'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.4.2.0
4
+ version: 9.4.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Oliver Nutter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-10-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  This gem includes JRuby core and the Ruby standard library as jar files.
@@ -23,10 +23,10 @@ files:
23
23
  - Mavenfile
24
24
  - README.txt
25
25
  - jruby-jars.gemspec
26
- - lib/jruby-core-9.4.2.0-complete.jar
26
+ - lib/jruby-core-9.4.4.0-complete.jar
27
27
  - lib/jruby-jars.rb
28
28
  - lib/jruby-jars/version.rb
29
- - lib/jruby-stdlib-9.4.2.0.jar
29
+ - lib/jruby-stdlib-9.4.4.0.jar
30
30
  homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
31
31
  licenses:
32
32
  - EPL-2.0