jruby-jars 9.3.0.0 → 9.3.1.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
  SHA256:
3
- metadata.gz: 45c1ba69682481dc5b17949ec9f0a0e48cc1d34cb90d8fe67bf5bf039f491b5e
4
- data.tar.gz: 4211d045daa13f502cb68de5dfe5087335c8d27367258195a17a88688949b32c
3
+ metadata.gz: 5f5258064cde4ff8e4e49cb80166ffe906da1fb605cf17067c0f939d73798af5
4
+ data.tar.gz: 2ca8aa95bb24c83eca096e04a400029d12cbfd5133d7b08a622a1518f34e86f9
5
5
  SHA512:
6
- metadata.gz: 0f14efbe273b5870b68c2741ace67271e8d4a1c33bd805b1f2f4b977c60d5ba820119115e076a7c098b288a36f5ed07a54bf8a7a2bb104fdc930fa8c8c2ed688
7
- data.tar.gz: f6a63161eacedf3817550124b859dd563c6b80f52f4380b04fb854ea8f873c95310c17d210b3040e76a70da01f0bdff355952ae634c610b509a55578f539dbaa
6
+ metadata.gz: ae485dd2665283875a0f3065314526236786637b3b9a56a58cd98401851865fcaff5e5ee5d3019b76655ea2f326287f3bfdee5b9edf58a8282f9d032ba3fcf67
7
+ data.tar.gz: d5bb072f2a8dfe57535503f39822bb2213aa9e6b6cc855ce76f53085783a76f8363a1a3fb19d0ab8688dba234e7de9213669f3858ace625380860dfb77f7b244
data/Mavenfile CHANGED
@@ -55,7 +55,7 @@ jruby_plugin!( :gem,
55
55
  :gemspec => 'jruby-jars.gemspec',
56
56
  # tell maven to include the jar files into gem
57
57
  :includeDependencies => true,
58
- :jrubyVersion => '9.3.0.0-SNAPSHOT') do
58
+ :jrubyVersion => '9.3.0.0') do
59
59
  execute_goals :id => 'default-push', :skip => true
60
60
  end
61
61
 
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.3.0.0'
3
- MAVEN_VERSION = '9.3.0.0'
2
+ VERSION = '9.3.1.0'
3
+ MAVEN_VERSION = '9.3.1.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.3.0.0
4
+ version: 9.3.1.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: 2021-09-17 00:00:00.000000000 Z
11
+ date: 2021-10-13 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.
@@ -23,10 +23,10 @@ files:
23
23
  - Mavenfile
24
24
  - README.txt
25
25
  - jruby-jars.gemspec
26
- - lib/jruby-core-9.3.0.0-complete.jar
26
+ - lib/jruby-core-9.3.1.0-complete.jar
27
27
  - lib/jruby-jars.rb
28
28
  - lib/jruby-jars/version.rb
29
- - lib/jruby-stdlib-9.3.0.0.jar
29
+ - lib/jruby-stdlib-9.3.1.0.jar
30
30
  homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
31
31
  licenses:
32
32
  - EPL-1.0