jruby-jars 10.0.0.1 → 10.0.1.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: e774d22ac60bf223add4bd073390258349920f38e2c0b852caca09630a2a2762
4
- data.tar.gz: ab52a0ce3f366965e281bfee6bf7192b548ba948a54c21e5328feb902f303fa6
3
+ metadata.gz: 1548caab8302b4c6c69c37143be110771338a4009a6c60425c0e48c6ea83ed69
4
+ data.tar.gz: a050fa162dc839fbc6fffb2e506bd6ce8e642b49d789b55528aaeaee705e4dba
5
5
  SHA512:
6
- metadata.gz: f9ee3708b478745f02cbc100e942b430d9b08d9d84707a90cbc1c0875aa0c4799c87166a447605434ee5aa546853404b08b5110deb82c2605073a376716152b4
7
- data.tar.gz: 03fa11fb230012afac050331535295fdfeae1a3471b75244de9e132be540885e0e1efa2caabc79933c11c04c4f042263b73e7d3f3774c3c1d6d71a800a2e92da
6
+ metadata.gz: 6e9d2c8f2243e2c001070c006681ba939cdfe8b710092978dd5dce1e2d5e321a1bcfd2baf4fb36731584b0b8ae44dbd901b6302db984b4edb61be2f0b424cd44
7
+ data.tar.gz: deb560142bc0120eb42cc7d2784f42085de422628e73f16c8bc793da37932982faa2a853549f56a1977910b0156c94c8bf8ccf807efa90850c3cd925d99417a4
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.5',
31
+ 'jruby.plugins.version' => '3.0.6',
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 = '10.0.0.1'
3
- MAVEN_VERSION = '10.0.0.1'
2
+ VERSION = '10.0.1.0'
3
+ MAVEN_VERSION = '10.0.1.0'
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.0.0.1
4
+ version: 10.0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Oliver Nutter
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-05-07 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: |-
13
13
  This gem includes JRuby core and the Ruby standard library as jar files.
@@ -22,10 +22,10 @@ files:
22
22
  - Mavenfile
23
23
  - README.txt
24
24
  - jruby-jars.gemspec
25
- - lib/jruby-core-10.0.0.1-complete.jar
25
+ - lib/jruby-core-10.0.1.0-complete.jar
26
26
  - lib/jruby-jars.rb
27
27
  - lib/jruby-jars/version.rb
28
- - lib/jruby-stdlib-10.0.0.1.jar
28
+ - lib/jruby-stdlib-10.0.1.0.jar
29
29
  homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
30
30
  licenses:
31
31
  - EPL-2.0
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  requirements: []
49
- rubygems_version: 3.6.3
49
+ rubygems_version: 3.6.9
50
50
  specification_version: 4
51
51
  summary: The core JRuby code and the JRuby stdlib as jar files.
52
52
  test_files: []