jruby-jars 9.2.10.0 → 9.2.14.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: 7472af59a2c754f170f4506b8d2cc60c8de6b5ca
4
- data.tar.gz: bb41a249ce5d80969c44947eb8c4e2c80d5768f3
3
+ metadata.gz: f25885450289730915611cdcbbb48242616064db
4
+ data.tar.gz: cb45dd49dea14dc1873586abe0c3e4cf03ec470d
5
5
  SHA512:
6
- metadata.gz: 233d4ea628dcf48cdd9e0434b7cdf704d24965fab7364de995ae813bdf6a0adb0aae51b7139f911013bdb3b7e67642242a126b0407ed66cb828efc8cab2f5510
7
- data.tar.gz: 2f10e0654fafa8ff0924f6728ba199b65fea79745f1bb9b88b50009f3ab17e889303ecbcee66f315b3d6e9fa14ef6b4ba33903e5e15660b19b97625025f97a53
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.10.0'
3
- MAVEN_VERSION = '9.2.10.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.10.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-02-18 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.10.0.jar
28
- - lib/jruby-core-9.2.10.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: