jruby-jars 9.3.8.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: debfbb2d27fa56a2410863a0c747655d3acbcffa26fde6e81f1944bd21fa94de
4
- data.tar.gz: 45b5da80b25824addf13c42b1bd8e493eef7ce01a1c13325991af752a8129d3a
3
+ metadata.gz: 5530230bed201d4fb7516b3caecf71a311fd1714c25732f520b06669b63b0676
4
+ data.tar.gz: dd3524c622bd771040c81a1d1ac584a384d4213fe9b127c51dfb260c36c6fd8b
5
5
  SHA512:
6
- metadata.gz: 4a2a578ea07a4973a872853d69a8d863804fce8adb7c79b5b7a726050969dd1591a84d9996606f7046d89323e788f2e10604821a726b5382295c049bcfbd6302
7
- data.tar.gz: 709feb846cd1d4984fcb1c16ef4be67b1aaba501b84fdafac687bb8e014876c899d4518be8e3fb36dff063db4fbecb4a864666d579bfd6db92c645d8620494c3
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.8.0'
3
- MAVEN_VERSION = '9.3.8.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.8.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-09-13 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.8.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.8.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: {}