jruby-jars 9.4.9.0 → 9.4.10.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: 61d89f4c90b86e2014108a82b4a182e0f91082a815d2286c3b79826acdde728d
|
4
|
+
data.tar.gz: b21b89d7d72a03f44f871416009c0466b8f62017e5588820d4d104ea555f228c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c3f123ecdcd7b868230daf7d1d2cf70b93e431270dbc4483f3419acd55804d310f25d2de8083d4d00e267aacabe64ef38c531da27faa425e389ebc88317830f
|
7
|
+
data.tar.gz: cd79dfffc334cb322d0fe7573375d60f3671313aaa90eda05b7670a4ddd769550453e173aaac117516ed6e746122b530be9d86ccaf25d892bc4882bdde4d8b33
|
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.5',
|
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
|
@@ -55,7 +55,7 @@ jruby_plugin!( :gem,
|
|
55
55
|
:gemspec => 'jruby-jars.gemspec',
|
56
56
|
# tell maven to include the jar files into gem
|
57
57
|
:includeDependencies => true,
|
58
|
-
:jrubyVersion =>
|
58
|
+
:jrubyVersion => version) do
|
59
59
|
execute_goals :id => 'default-push', :skip => true
|
60
60
|
end
|
61
61
|
|
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.10.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: 2025-01-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.
|
26
|
+
- lib/jruby-core-9.4.10.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.10.0.jar
|
30
30
|
homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
|
31
31
|
licenses:
|
32
32
|
- EPL-2.0
|
@@ -48,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
48
48
|
- !ruby/object:Gem::Version
|
49
49
|
version: '0'
|
50
50
|
requirements: []
|
51
|
-
rubygems_version: 3.
|
51
|
+
rubygems_version: 3.3.26
|
52
52
|
signing_key:
|
53
53
|
specification_version: 4
|
54
54
|
summary: The core JRuby code and the JRuby stdlib as jar files.
|