jruby-jars 9.2.11.1 → 9.2.16.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbec2bf8a231c6e6ccd4a7ddd4ef5aad5e717e0e
|
4
|
+
data.tar.gz: 65d90cf3f33046ccfe7ce261f35b560214be08b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27337f6b5b75b8f555fcd4886621cfc16d2d501e05a0cf6002cfcdedb98dc024eeda47d2fbb069341c8d38f584bc7420de9f7c8a3557b40f2bfd4de36ef3faeb
|
7
|
+
data.tar.gz: 011eb30563858fb4c1e156b77e17a423471e6e5a5948f513e1ac873095b243e14cce31d41574aa0783e26c8ea792936e011502192c53b53ade57f94ff41e4063
|
data/Mavenfile
CHANGED
@@ -27,7 +27,7 @@ end
|
|
27
27
|
|
28
28
|
properties( 'tesla.dump.pom' => 'pom.xml',
|
29
29
|
'tesla.dump.readonly' => true,
|
30
|
-
'jruby.plugins.version' => '1.
|
30
|
+
'jruby.plugins.version' => '1.1.8',
|
31
31
|
# we share the already installed gems
|
32
32
|
'gem.home' => '${jruby_home}/lib/ruby/gems/shared',
|
33
33
|
# need jruby_home but not jruby.home as name otherwise
|
data/README.txt
CHANGED
@@ -4,7 +4,7 @@ http://www.jruby.org
|
|
4
4
|
|
5
5
|
== DESCRIPTION:
|
6
6
|
|
7
|
-
This gem includes
|
7
|
+
This gem includes JRuby core and the Ruby standard library as jar files.
|
8
8
|
It provides a way to have other gems depend on JRuby without including (and
|
9
9
|
freezing to) a specific jruby-complete jar version.
|
10
10
|
|
Binary file
|
data/lib/jruby-jars/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jruby-jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.2.
|
4
|
+
version: 9.2.16.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: 2021-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |-
|
14
|
-
This gem includes
|
14
|
+
This gem includes JRuby core and the Ruby standard library as jar files.
|
15
15
|
It provides a way to have other gems depend on JRuby without including (and
|
16
16
|
freezing to) a specific jruby-complete jar version.
|
17
17
|
email: headius@headius.com
|
@@ -19,14 +19,14 @@ executables: []
|
|
19
19
|
extensions: []
|
20
20
|
extra_rdoc_files: []
|
21
21
|
files:
|
22
|
+
- DEV_INSTRUCTIONS
|
22
23
|
- Mavenfile
|
23
24
|
- README.txt
|
24
|
-
-
|
25
|
+
- jruby-jars.gemspec
|
26
|
+
- lib/jruby-core-9.2.16.0-complete.jar
|
25
27
|
- lib/jruby-jars.rb
|
26
28
|
- lib/jruby-jars/version.rb
|
27
|
-
- lib/jruby-
|
28
|
-
- lib/jruby-stdlib-9.2.11.1.jar
|
29
|
-
- jruby-jars.gemspec
|
29
|
+
- lib/jruby-stdlib-9.2.16.0.jar
|
30
30
|
homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
|
31
31
|
licenses:
|
32
32
|
- EPL-1.0
|
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
49
|
version: '0'
|
50
50
|
requirements: []
|
51
51
|
rubyforge_project:
|
52
|
-
rubygems_version: 2.
|
52
|
+
rubygems_version: 2.4.8
|
53
53
|
signing_key:
|
54
54
|
specification_version: 4
|
55
55
|
summary: The core JRuby code and the JRuby stdlib as jar files.
|