jruby-jars 9.2.13.0 → 9.2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f25885450289730915611cdcbbb48242616064db
|
|
4
|
+
data.tar.gz: cb45dd49dea14dc1873586abe0c3e4cf03ec470d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ab352efc6b0049882da88768a4a3a750b9e5be1a538d2f692a1d1bd8f2c7218cd5805834daa7c58dc7be744586de0835fc604dc5a6a2a216f5ff3bafb554b48
|
|
7
|
+
data.tar.gz: 549242f19eba0d27fc77f23491633b23639f885d63115a746459dc1d09feb2dc9baf4e13e1dfd3b0fa56933ea31afaf44c2451ef736288c9b13147f771c605b7
|
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.14.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: 2020-08
|
|
11
|
+
date: 2020-12-08 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
|
|
@@ -24,8 +24,8 @@ files:
|
|
|
24
24
|
- DEV_INSTRUCTIONS
|
|
25
25
|
- lib/jruby-jars.rb
|
|
26
26
|
- lib/jruby-jars/version.rb
|
|
27
|
-
- lib/jruby-
|
|
28
|
-
- lib/jruby-
|
|
27
|
+
- lib/jruby-core-9.2.14.0-complete.jar
|
|
28
|
+
- lib/jruby-stdlib-9.2.14.0.jar
|
|
29
29
|
- jruby-jars.gemspec
|
|
30
30
|
homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
|
|
31
31
|
licenses:
|