jruby-jars 9.0.0.0 → 9.0.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04fe405798ebdeb49a88c1ffb2924cddcacfc0ac
|
4
|
+
data.tar.gz: dcbf0d8579dcf34042e68daaad8f19c1e5684086
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53b76de294de0682c39ce370d9cd4740e65cf4e236c2c05ec522b0734ed84cf714e634232bbf19e751a0c68297919b43adf9fbf757e6fc4e5ad022e8bcdcf0e8
|
7
|
+
data.tar.gz: 9cd446778ea3dad77c4278eebe493d83d605c0ed1177d1c1fa5b327f6b580e50e6698807aebcc432d105a2d3b281ed167a8500f378cb9f020d6df493df9440be
|
data/jruby-jars.gemspec
CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
23
23
|
s.authors = ['Charles Oliver Nutter']
|
24
24
|
s.email = 'headius@headius.com'
|
25
25
|
s.summary = 'The core JRuby code and the JRuby stdlib as jar files.'
|
26
|
-
s.homepage = '
|
26
|
+
s.homepage = 'https://github.com/jruby/jruby/tree/master/maven/jruby-jars'
|
27
27
|
s.description = File.read('README.txt', encoding: 'UTF-8').split(/\n{2,}/)[3]
|
28
28
|
s.rubyforge_project = 'jruby/jruby'
|
29
29
|
s.licenses = %w(EPL-1.0 GPL-2.0 LGPL-2.1)
|
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.0.
|
4
|
+
version: 9.0.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: 2015-
|
11
|
+
date: 2015-09-02 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,10 +24,10 @@ files:
|
|
24
24
|
- README.txt
|
25
25
|
- lib/jruby-jars.rb
|
26
26
|
- lib/jruby-jars/version.rb
|
27
|
-
- lib/jruby-core-9.0.
|
28
|
-
- lib/jruby-stdlib-9.0.
|
27
|
+
- lib/jruby-core-9.0.1.0-complete.jar
|
28
|
+
- lib/jruby-stdlib-9.0.1.0.jar
|
29
29
|
- jruby-jars.gemspec
|
30
|
-
homepage:
|
30
|
+
homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
|
31
31
|
licenses:
|
32
32
|
- EPL-1.0
|
33
33
|
- GPL-2.0
|