jruby-jars 9.3.10.0 → 9.4.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: dfa1f800976c76183245dba095cc16d5fa62db5764666ac16ebea1970e564262
4
- data.tar.gz: 815190bd4936b23b2b8ac0014e81eb8128018874fcfb4f354ad76924d84f2f04
3
+ metadata.gz: 8c295d6260346c4e22ac78d4bd4c3236db83163251905981b4bde30cc080a33a
4
+ data.tar.gz: 476833b08b350b1e4a4556d07acbd2977dd80270f18b1d1662c5d4762edc0ac5
5
5
  SHA512:
6
- metadata.gz: 2413c3806a77d0e294b119da634849c889c4f040b8f975b456220ba94fba35007ec5a58f6be3ad3bc147c159d4ad8cf05ba9167112c7155b5eace85b7a4fb0bc
7
- data.tar.gz: 708f15a9676602b53ca1ee580446f28d1f4302e7c2235fbc3f7460ad5a7de08fdc5874552d04fd0a72e77289ee61598044c8a6fe47ebee72b8086ecba1a86345
6
+ metadata.gz: 6ae9f0c56f3970c19d475e1f9820fb35f872737cc3decdb300a7b1393808c4abbf5c7835871bbe2c5c4ad143aaef21fdb2ebd3592a7a21b16c1ce3f5dcf8450f
7
+ data.tar.gz: ecb80f36f84742df2b82bb5b64b6eaffd0f0f9a23e976266f0ab36ea47fa5dc130e22be2856d03d71c78fbf45825b1ead7dbe285e891b86297d09d6371c6c66e
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.10.0'
3
- MAVEN_VERSION = '9.3.10.0'
2
+ VERSION = '9.4.1.0'
3
+ MAVEN_VERSION = '9.4.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.10.0
4
+ version: 9.4.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: 2023-02-01 00:00:00.000000000 Z
11
+ date: 2023-02-07 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.10.0-complete.jar
26
+ - lib/jruby-core-9.4.1.0-complete.jar
27
27
  - lib/jruby-jars.rb
28
28
  - lib/jruby-jars/version.rb
29
- - lib/jruby-stdlib-9.3.10.0.jar
29
+ - lib/jruby-stdlib-9.4.1.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: {}