jruby-jars 9.4.5.0 → 9.4.7.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: 1209e05176121ebd2a33f3947f7f8df0f0d181a71e07a1f558a53b776daa4d30
|
4
|
+
data.tar.gz: 60a610d9b4f68912fdf499d7e97dd98fbf0f6a1e3daa4bc2ee5e215c4313f273
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46af0162d66a2f5db21400485e84a73516030fb270f824a08271af661a9ea786716b4ff29a562b56a13dd4f87a9000afca1769bcd160c94f212aa11a2bb2f1cc
|
7
|
+
data.tar.gz: a47008d9d9b511775cc9062e7b96dea0562a1e32aa2ed35d4fb4180428ccfca8b7b7bb9e8f7a2da97b4f3669dcf34978599dbe8f6de965f42f4a80a003a8d6b7
|
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.
|
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
|
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.4.
|
4
|
+
version: 9.4.7.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:
|
11
|
+
date: 2024-04-29 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.
|
26
|
+
- lib/jruby-core-9.4.7.0-complete.jar
|
27
27
|
- lib/jruby-jars.rb
|
28
28
|
- lib/jruby-jars/version.rb
|
29
|
-
- lib/jruby-stdlib-9.4.
|
29
|
+
- lib/jruby-stdlib-9.4.7.0.jar
|
30
30
|
homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
|
31
31
|
licenses:
|
32
32
|
- EPL-2.0
|