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: a398aa46ba85e9185d2359472feecf4c0ace5c9e
4
- data.tar.gz: ebc285104462db1ebede1d504f9ad21bccd7484f
3
+ metadata.gz: f25885450289730915611cdcbbb48242616064db
4
+ data.tar.gz: cb45dd49dea14dc1873586abe0c3e4cf03ec470d
5
5
  SHA512:
6
- metadata.gz: 96eff072ea07006bc708a99be0c9d19688ae840ae4e475b2d918bb3c935636c1d18cb27c7df923ee7df9d2e85b3322b4213e7c4e716a1447c950122f49a3471a
7
- data.tar.gz: c055ad6d65fdc0f4f1d26098d9022d6597092bc14417cfc44266cb5ff49f3a964def338e8c37e34999b621167f65d8447140b58126f73ec33d5d2ddf1ee3c650
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 the core JRuby code and the JRuby 1.8/1.9 stdlib as jar files.
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
 
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.2.13.0'
3
- MAVEN_VERSION = '9.2.13.0'
2
+ VERSION = '9.2.14.0'
3
+ MAVEN_VERSION = '9.2.14.0'
4
4
  end
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.13.0
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-03 00:00:00.000000000 Z
11
+ date: 2020-12-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
- This gem includes the core JRuby code and the JRuby 1.8/1.9 stdlib as jar files.
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-stdlib-9.2.13.0.jar
28
- - lib/jruby-core-9.2.13.0-complete.jar
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: