jruby-jars 9.3.14.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: 30aa97367a3ef00bdf5a4f600f22e3e7e092a1a7e498480a43a99af09bcfad21
4
- data.tar.gz: e0f29f6dac331e79525d7d1f41d9fa9bac32090f6327872109e2f67357356580
3
+ metadata.gz: 5530230bed201d4fb7516b3caecf71a311fd1714c25732f520b06669b63b0676
4
+ data.tar.gz: dd3524c622bd771040c81a1d1ac584a384d4213fe9b127c51dfb260c36c6fd8b
5
5
  SHA512:
6
- metadata.gz: 38dd1d35664cad2634fadd0e3c1441deef07e69e7b635d4c4a95ad300008e83baa564cbc7f36768a26cdbcc6efec7579ca3b37db89913b92256d9d19ff51b920
7
- data.tar.gz: ab44d75ad3d288227a6a157402f9ce6a4b97c21cb213fd92621e6f07ebca0ff6c2810966f3202b16a96527e4dd2cc652b0ed4144c4d9ba76e8f2ed378908ae84
6
+ metadata.gz: 43b7fedd7c89e1e54c68ad175e377065c9a6f9bbb2309e05824ce3fac3eebd0d9d5830bca442977069f67200aa3b8b089265e792a321e99240be50e2721d6bb0
7
+ data.tar.gz: 55f5187f01f767194c8750f6aa607c8f3bc4d08d99e34d18e7a8a3049869681ab071c59031d396a43d875ec0127884c257a4c9a9793bb8c4a3ed2df3ac89d783
data/Mavenfile CHANGED
@@ -28,7 +28,7 @@ end
28
28
 
29
29
  properties( 'tesla.dump.pom' => 'pom.xml',
30
30
  'tesla.dump.readonly' => true,
31
- 'jruby.plugins.version' => '3.0.1',
31
+ 'jruby.plugins.version' => '1.1.8',
32
32
  # we share the already installed gems
33
33
  'gem.home' => '${jruby_home}/lib/ruby/gems/shared',
34
34
  # need jruby_home but not jruby.home as name otherwise
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.14.0'
3
- MAVEN_VERSION = '9.3.14.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.14.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: 2024-02-20 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.14.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.14.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: {}