jruby-jars 9.4.5.0 → 9.4.6.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: a43cda089931cb7ba6f8d35c84c09fe339e007d041a6a1672dde531a27d861f3
4
- data.tar.gz: cddeda70b75f74280c5be8e5911fb0007ca7c48194e26d8082e48798cdb2ec39
3
+ metadata.gz: 17124ee55b7b4f8628aeab47b18b708b3f55c9f0be92d657217810297c9032c9
4
+ data.tar.gz: d91433429e040894840761bea3ad2ff179763447eb657645e8857c40291b6838
5
5
  SHA512:
6
- metadata.gz: 3d975a893e827f5627bf33c2d2bc7379395a7b3a02288c51097096edb0523cfdcf1589584f5baade0f2be852a1676e38e97aa48f1b43470e76649e6711eedeae
7
- data.tar.gz: 1e9ff9938413bed260af4f9f463f2a575d13f5b63720087ced8482729eea736589e5bcab8f2f072361862363eab51d642ff73c68fd1c31a025b71e69d3864191
6
+ metadata.gz: f72724e0ba6f37cefe7e6d977094b4b11c53b1221db7d76562fca067a0b5f7c4412fcd4d17d8ca521208311a54af4df66850e7f774a550d228d2a978aab519a9
7
+ data.tar.gz: 95532babb2dcc8404fd87359e0a3382569cb39d306927df49f03c2ccb6f4eeb134709f4f480e38fcb9732ec79915121f5ee4ecc8efbbdd99342a5ae13a56c613
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.1',
31
+ 'jruby.plugins.version' => '3.0.2',
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.5.0'
3
- MAVEN_VERSION = '9.4.5.0'
2
+ VERSION = '9.4.6.0'
3
+ MAVEN_VERSION = '9.4.6.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.5.0
4
+ version: 9.4.6.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-11-02 00:00:00.000000000 Z
11
+ date: 2024-02-20 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.5.0-complete.jar
26
+ - lib/jruby-core-9.4.6.0-complete.jar
27
27
  - lib/jruby-jars.rb
28
28
  - lib/jruby-jars/version.rb
29
- - lib/jruby-stdlib-9.4.5.0.jar
29
+ - lib/jruby-stdlib-9.4.6.0.jar
30
30
  homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
31
31
  licenses:
32
32
  - EPL-2.0