jruby-jars 9.3.0.0 → 9.3.1.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: 5f5258064cde4ff8e4e49cb80166ffe906da1fb605cf17067c0f939d73798af5
|
4
|
+
data.tar.gz: 2ca8aa95bb24c83eca096e04a400029d12cbfd5133d7b08a622a1518f34e86f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae485dd2665283875a0f3065314526236786637b3b9a56a58cd98401851865fcaff5e5ee5d3019b76655ea2f326287f3bfdee5b9edf58a8282f9d032ba3fcf67
|
7
|
+
data.tar.gz: d5bb072f2a8dfe57535503f39822bb2213aa9e6b6cc855ce76f53085783a76f8363a1a3fb19d0ab8688dba234e7de9213669f3858ace625380860dfb77f7b244
|
data/Mavenfile
CHANGED
@@ -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 => '9.3.0.0
|
58
|
+
:jrubyVersion => '9.3.0.0') 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.3.
|
4
|
+
version: 9.3.1.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: 2021-
|
11
|
+
date: 2021-10-13 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.1.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.1.0.jar
|
30
30
|
homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
|
31
31
|
licenses:
|
32
32
|
- EPL-1.0
|