jruby-jars 9.2.20.1 → 9.3.3.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
- SHA1:
3
- metadata.gz: f06fb11c8a25de3d3b1518ccac5dc47fd59caf7c
4
- data.tar.gz: 7b24fcc4c9df6254757540b8a33f8377d012eb15
2
+ SHA256:
3
+ metadata.gz: d78f42c5ee8f5e9789d53fc1592af65e1ad85a077901323699d5e077f403934d
4
+ data.tar.gz: 4e208b29ea35b41a0bd4748a1e4efd4d030e1c40c5c553ca4b983a613e9164ef
5
5
  SHA512:
6
- metadata.gz: f738be7b08aea086dadd2f5d72ee8e92f61ad3d42c03cd7e7cb2255ddd256417ae056439ca98f3cc98dfbc041cfee65cd9d2936d2d9eb0505d8933ca75c87c30
7
- data.tar.gz: cb6532dbb48412633d18f92415f5e0f47d90ce8ac870682e85f81ae58d53bddb13e08c7b3260beb4c0e33a0673b57aad3167df2f098d17532a00562569e1c7ca
6
+ metadata.gz: 6360f0b8a54cd786b3a39f901b91f9a909f86f571bfba62ca7b77489d4d15b58401e563eda81603e455bbd0a147fa9f1f5c0fed9879dc9e00a2e43e7f767c5ad
7
+ data.tar.gz: 459b057511219f5e6ebf06e2534efb78d4a1adb129906541d76fae45f77c83c0cd3479e2f324f41194a23d5938fd903874e11d1bc7ecfc9edf59f78d79221112
data/Mavenfile CHANGED
@@ -15,6 +15,7 @@ inherit "org.jruby:jruby-artifacts:#{version}"
15
15
  name "JRuby Jars Gem"
16
16
 
17
17
  jar 'org.jruby:jruby-stdlib', '${project.parent.version}'
18
+ jar 'org.jruby:jruby-core', '${project.parent.version}', scope: "compile"
18
19
 
19
20
  plugin( :clean, '2.5' ) do
20
21
  execute_goals( :clean,
@@ -53,7 +54,8 @@ end
53
54
  jruby_plugin!( :gem,
54
55
  :gemspec => 'jruby-jars.gemspec',
55
56
  # tell maven to include the jar files into gem
56
- :includeDependencies => true ) do
57
+ :includeDependencies => true,
58
+ :jrubyVersion => '9.3.0.0') do
57
59
  execute_goals :id => 'default-push', :skip => true
58
60
  end
59
61
 
data/jruby-jars.gemspec CHANGED
@@ -27,7 +27,11 @@ Gem::Specification.new do |s|
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
29
  s.licenses = %w(EPL-1.0 GPL-2.0 LGPL-2.1)
30
- s.files = Dir['[A-Z]*'] + Dir['lib/**/*.rb'] + Dir[ "lib/jruby-*-#{version}*.jar" ] + Dir[ 'test/**/*'] + [ 'jruby-jars.gemspec' ]
30
+ s.files = Dir['[A-Z]*'] +
31
+ Dir['lib/**/*.rb'] +
32
+ Dir[ 'test/**/*'] +
33
+ [ "lib/jruby-core-#{version}-complete.jar", "lib/jruby-stdlib-#{version}.jar" ] +
34
+ [ 'jruby-jars.gemspec' ]
31
35
  end
32
36
 
33
37
  # vim: syntax=Ruby
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.2.20.1'
3
- MAVEN_VERSION = '9.2.20.1'
2
+ VERSION = '9.3.3.0'
3
+ MAVEN_VERSION = '9.3.3.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.2.20.1
4
+ version: 9.3.3.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: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2022-01-19 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.2.20.1-complete.jar
26
+ - lib/jruby-core-9.3.3.0-complete.jar
27
27
  - lib/jruby-jars.rb
28
28
  - lib/jruby-jars/version.rb
29
- - lib/jruby-stdlib-9.2.20.1.jar
29
+ - lib/jruby-stdlib-9.3.3.0.jar
30
30
  homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
31
31
  licenses:
32
32
  - EPL-1.0
@@ -39,17 +39,16 @@ require_paths:
39
39
  - lib
40
40
  required_ruby_version: !ruby/object:Gem::Requirement
41
41
  requirements:
42
- - - '>='
42
+ - - ">="
43
43
  - !ruby/object:Gem::Version
44
44
  version: '0'
45
45
  required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - '>='
47
+ - - ">="
48
48
  - !ruby/object:Gem::Version
49
49
  version: '0'
50
50
  requirements: []
51
- rubyforge_project:
52
- rubygems_version: 2.4.8
51
+ rubygems_version: 3.2.14
53
52
  signing_key:
54
53
  specification_version: 4
55
54
  summary: The core JRuby code and the JRuby stdlib as jar files.