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: 53ceaccb9255dc2f2be161c52e09b2e8affc735e
4
- data.tar.gz: 053e924fe3b68c64644081a4d2aaf03892305ab8
3
+ metadata.gz: dbec2bf8a231c6e6ccd4a7ddd4ef5aad5e717e0e
4
+ data.tar.gz: 65d90cf3f33046ccfe7ce261f35b560214be08b8
5
5
  SHA512:
6
- metadata.gz: 70fbad3315ffe0bb65937f7cc9977bc76b578f8c6b431fb5ec20c00f33aaf2b5d57ed317bf9515ee236ea555441c4c5f41965e9f83df661cc056845ccc9df7e3
7
- data.tar.gz: 1ff1726a15f1dcdf2b2226872147d9546086c4b2f3755c9a317b21c4291f7a85962d4975a97aaeaf9abf8f476cf97524b8c2102411430497b2286a56c867816e
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.0.7',
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 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.11.1'
3
- MAVEN_VERSION = '9.2.11.1'
2
+ VERSION = '9.2.16.0'
3
+ MAVEN_VERSION = '9.2.16.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.11.1
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: 2020-03-25 00:00:00.000000000 Z
11
+ date: 2021-03-03 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
@@ -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
- - DEV_INSTRUCTIONS
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-core-9.2.11.1-complete.jar
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.1.9
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.