jruby-jars 9.4.10.0 → 9.4.12.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: 61d89f4c90b86e2014108a82b4a182e0f91082a815d2286c3b79826acdde728d
4
- data.tar.gz: b21b89d7d72a03f44f871416009c0466b8f62017e5588820d4d104ea555f228c
3
+ metadata.gz: c5d40bb28ac9782b9dd5379c48a4bc812ff8c2b6e4e2c1af8617ff7c79605c92
4
+ data.tar.gz: 1fe603610532a7010fdbf7298488a10b2a6ca75f6d9f201bef977e5e0f11c54e
5
5
  SHA512:
6
- metadata.gz: 5c3f123ecdcd7b868230daf7d1d2cf70b93e431270dbc4483f3419acd55804d310f25d2de8083d4d00e267aacabe64ef38c531da27faa425e389ebc88317830f
7
- data.tar.gz: cd79dfffc334cb322d0fe7573375d60f3671313aaa90eda05b7670a4ddd769550453e173aaac117516ed6e746122b530be9d86ccaf25d892bc4882bdde4d8b33
6
+ metadata.gz: ca4fba75862084dd4fa91e6c3c1ac102c55ad5f7fbd30d926d7e7f424047d0bcc77d48cba09e73004899846a1e27ac0deff94806cb1b67c683a011a5f7cbe119
7
+ data.tar.gz: 55d0cf80e91e97dff02ca58f874c9044b6988e54dc2a096a03b5d211d68dc1d398a642f94d4a8d5c38e6c4aabdeb5eae17742bf5f5688b932e0c5d71a34e468f
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.4.10.0'
3
- MAVEN_VERSION = '9.4.10.0'
2
+ VERSION = '9.4.12.0'
3
+ MAVEN_VERSION = '9.4.12.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.10.0
4
+ version: 9.4.12.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: 2025-01-20 00:00:00.000000000 Z
10
+ date: 2025-02-11 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.10.0-complete.jar
25
+ - lib/jruby-core-9.4.12.0-complete.jar
27
26
  - lib/jruby-jars.rb
28
27
  - lib/jruby-jars/version.rb
29
- - lib/jruby-stdlib-9.4.10.0.jar
28
+ - lib/jruby-stdlib-9.4.12.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.3.26
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: []