jruby-jars 9.3.9.0 → 9.4.0.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: b2dd71a5aff7b3a900d1b4907004e0285a1502f3eb675df36568928a375b2abe
4
- data.tar.gz: '08dcc702748ee7a92449e37ccee7b5723329aad344baa7546cbb38a3e01e32c1'
3
+ metadata.gz: 5530230bed201d4fb7516b3caecf71a311fd1714c25732f520b06669b63b0676
4
+ data.tar.gz: dd3524c622bd771040c81a1d1ac584a384d4213fe9b127c51dfb260c36c6fd8b
5
5
  SHA512:
6
- metadata.gz: 57f5f4e5fb9ef89c572efce625142364f7d31737672ce001249800db17aacc65194ad531d783367de46e117abd7362616391a834e65cb51ed68f1e4bfe0a3866
7
- data.tar.gz: 9249f2a724abaeefc82c94b494267179957e1a8975dccb6ab4f68e5d2e56ea214e6e03012e79cee30d2f9eef284d4be23858557379d9cbc6b237687bff398f66
6
+ metadata.gz: 43b7fedd7c89e1e54c68ad175e377065c9a6f9bbb2309e05824ce3fac3eebd0d9d5830bca442977069f67200aa3b8b089265e792a321e99240be50e2721d6bb0
7
+ data.tar.gz: 55f5187f01f767194c8750f6aa607c8f3bc4d08d99e34d18e7a8a3049869681ab071c59031d396a43d875ec0127884c257a4c9a9793bb8c4a3ed2df3ac89d783
data/jruby-jars.gemspec CHANGED
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  s.summary = 'The core JRuby code and the JRuby stdlib as jar files.'
27
27
  s.homepage = 'https://github.com/jruby/jruby/tree/master/maven/jruby-jars'
28
28
  s.description = File.read('README.txt', encoding: 'UTF-8').split(/\n{2,}/)[3]
29
- s.licenses = %w(EPL-1.0 GPL-2.0 LGPL-2.1)
29
+ s.licenses = %w(EPL-2.0 GPL-2.0 LGPL-2.1)
30
30
  s.files = Dir['[A-Z]*'] +
31
31
  Dir['lib/**/*.rb'] +
32
32
  Dir[ 'test/**/*'] +
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.3.9.0'
3
- MAVEN_VERSION = '9.3.9.0'
2
+ VERSION = '9.4.0.0'
3
+ MAVEN_VERSION = '9.4.0.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.9.0
4
+ version: 9.4.0.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: 2022-10-24 00:00:00.000000000 Z
11
+ date: 2022-11-23 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,13 +23,13 @@ files:
23
23
  - Mavenfile
24
24
  - README.txt
25
25
  - jruby-jars.gemspec
26
- - lib/jruby-core-9.3.9.0-complete.jar
26
+ - lib/jruby-core-9.4.0.0-complete.jar
27
27
  - lib/jruby-jars.rb
28
28
  - lib/jruby-jars/version.rb
29
- - lib/jruby-stdlib-9.3.9.0.jar
29
+ - lib/jruby-stdlib-9.4.0.0.jar
30
30
  homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
31
31
  licenses:
32
- - EPL-1.0
32
+ - EPL-2.0
33
33
  - GPL-2.0
34
34
  - LGPL-2.1
35
35
  metadata: {}