jruby-jars 9.2.7.0 → 9.2.8.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 495968bcfd2ba8f31f0890472e9969cb049b099f
|
4
|
+
data.tar.gz: 31ef6783ef58edc2e1cda88fa2cbcfccd54ab79f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea1ac728d6050fd53857dcdce5e8e89a1d23025d87dbbaa483b6cbcac001dae803668050e8730cb529f7c5c3a48b4327f9f5ba2fdcc132aa4a8e9ede7f127cfe
|
7
|
+
data.tar.gz: a114b5aa1b6241e37ea835f485277ddd6c05229066bf2349f53eadea52d2da5190439c733d1cfca6bc07576602db626fec803b0e21cc42f82cb8ca5ae4015563
|
data/jruby-jars.gemspec
CHANGED
@@ -26,7 +26,6 @@ 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.rubyforge_project = 'jruby/jruby'
|
30
29
|
s.licenses = %w(EPL-1.0 GPL-2.0 LGPL-2.1)
|
31
30
|
s.files = Dir['[A-Z]*'] + Dir['lib/**/*.rb'] + Dir[ "lib/jruby-*-#{version}*.jar" ] + Dir[ 'test/**/*'] + [ 'jruby-jars.gemspec' ]
|
32
31
|
end
|
Binary file
|
data/lib/jruby-jars/version.rb
CHANGED
Binary file
|
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.
|
4
|
+
version: 9.2.8.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: 2019-
|
11
|
+
date: 2019-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |-
|
14
14
|
This gem includes the core JRuby code and the JRuby 1.8/1.9 stdlib as jar files.
|
@@ -24,8 +24,8 @@ files:
|
|
24
24
|
- Mavenfile
|
25
25
|
- lib/jruby-jars.rb
|
26
26
|
- lib/jruby-jars/version.rb
|
27
|
-
- lib/jruby-stdlib-9.2.
|
28
|
-
- lib/jruby-core-9.2.
|
27
|
+
- lib/jruby-stdlib-9.2.8.0.jar
|
28
|
+
- lib/jruby-core-9.2.8.0-complete.jar
|
29
29
|
- jruby-jars.gemspec
|
30
30
|
homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
|
31
31
|
licenses:
|
@@ -48,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
48
48
|
- !ruby/object:Gem::Version
|
49
49
|
version: '0'
|
50
50
|
requirements: []
|
51
|
-
rubyforge_project:
|
51
|
+
rubyforge_project:
|
52
52
|
rubygems_version: 2.1.9
|
53
53
|
signing_key:
|
54
54
|
specification_version: 4
|