jruby-jars 9.3.10.0 → 9.3.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bd3264f45d967b868f7f83c4b056280128099e4f36a81188b237ada56589e94
|
4
|
+
data.tar.gz: 38995ad9d974f361ea509f55caa34c9040a4c1f31c4a6aa8305880c397dc4e32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 587f796c49013d4157a8acc5b22777c5bc9def393f2e24f41af0b37b9465d1cc2cc6038a450604725298d30bd51ae0b68e0637e72a0343ccacdf03b2a570d3a3
|
7
|
+
data.tar.gz: 3ecb8e452bd8ac0b065e13455e39eed50b6b2a112e8376a30757fc28226eaa390636ded24d5dac56b3f1d5872da44dc25f2f7e35491705543ef76fe4e8a9b53a
|
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' => '
|
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
|
Binary file
|
data/lib/jruby-jars/version.rb
CHANGED
Binary file
|
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.3.
|
4
|
+
version: 9.3.11.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
|
+
date: 2023-09-11 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.3.
|
26
|
+
- lib/jruby-core-9.3.11.0-complete.jar
|
27
27
|
- lib/jruby-jars.rb
|
28
28
|
- lib/jruby-jars/version.rb
|
29
|
-
- lib/jruby-stdlib-9.3.
|
29
|
+
- lib/jruby-stdlib-9.3.11.0.jar
|
30
30
|
homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
|
31
31
|
licenses:
|
32
32
|
- EPL-1.0
|