jruby-jars 9.3.10.0 → 9.3.11.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: 7bd3264f45d967b868f7f83c4b056280128099e4f36a81188b237ada56589e94
4
+ data.tar.gz: 38995ad9d974f361ea509f55caa34c9040a4c1f31c4a6aa8305880c397dc4e32
5
5
  SHA512:
6
- metadata.gz: 2413c3806a77d0e294b119da634849c889c4f040b8f975b456220ba94fba35007ec5a58f6be3ad3bc147c159d4ad8cf05ba9167112c7155b5eace85b7a4fb0bc
7
- data.tar.gz: 708f15a9676602b53ca1ee580446f28d1f4302e7c2235fbc3f7460ad5a7de08fdc5874552d04fd0a72e77289ee61598044c8a6fe47ebee72b8086ecba1a86345
6
+ metadata.gz: 587f796c49013d4157a8acc5b22777c5bc9def393f2e24f41af0b37b9465d1cc2cc6038a450604725298d30bd51ae0b68e0637e72a0343ccacdf03b2a570d3a3
7
+ data.tar.gz: 3ecb8e452bd8ac0b065e13455e39eed50b6b2a112e8376a30757fc28226eaa390636ded24d5dac56b3f1d5872da44dc25f2f7e35491705543ef76fe4e8a9b53a
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' => '1.1.8',
31
+ 'jruby.plugins.version' => '3.0.1',
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
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.3.10.0'
3
- MAVEN_VERSION = '9.3.10.0'
2
+ VERSION = '9.3.11.0'
3
+ MAVEN_VERSION = '9.3.11.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.3.11.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-09-11 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.10.0-complete.jar
26
+ - lib/jruby-core-9.3.11.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.3.11.0.jar
30
30
  homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
31
31
  licenses:
32
32
  - EPL-1.0