jruby-jars 9.2.14.0 → 9.2.15.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: f25885450289730915611cdcbbb48242616064db
4
- data.tar.gz: cb45dd49dea14dc1873586abe0c3e4cf03ec470d
3
+ metadata.gz: 0371387cdb8be3ffd9260a3df26757fa234fb3e4
4
+ data.tar.gz: c3dbe17f047992e2102de126d856ff6f527089ff
5
5
  SHA512:
6
- metadata.gz: 4ab352efc6b0049882da88768a4a3a750b9e5be1a538d2f692a1d1bd8f2c7218cd5805834daa7c58dc7be744586de0835fc604dc5a6a2a216f5ff3bafb554b48
7
- data.tar.gz: 549242f19eba0d27fc77f23491633b23639f885d63115a746459dc1d09feb2dc9baf4e13e1dfd3b0fa56933ea31afaf44c2451ef736288c9b13147f771c605b7
6
+ metadata.gz: e7bbef86f30dcbec66c4ebcfbc69a41a29460a5f0377c897c5f3d65a7cd091aa1c8d4d3fd70ef6ba5c745649c51d267e08938984da86a608f1359f9e7931fffe
7
+ data.tar.gz: 8f26326259213103489d03a955cd3ace421cffcef7ac549c91d5d80cc3021f1a7a1ff971da4e7c172a674701db4a94e0abd023d01c6e6292a2b849606ffa1029
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
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.2.14.0'
3
- MAVEN_VERSION = '9.2.14.0'
2
+ VERSION = '9.2.15.0'
3
+ MAVEN_VERSION = '9.2.15.0'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.2.14.0
4
+ version: 9.2.15.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-12-08 00:00:00.000000000 Z
11
+ date: 2021-02-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  This gem includes JRuby core and the Ruby standard library as jar files.
@@ -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.15.0-complete.jar
25
27
  - lib/jruby-jars.rb
26
28
  - lib/jruby-jars/version.rb
27
- - lib/jruby-core-9.2.14.0-complete.jar
28
- - lib/jruby-stdlib-9.2.14.0.jar
29
- - jruby-jars.gemspec
29
+ - lib/jruby-stdlib-9.2.15.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.