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: 68a2d59d306370137e1e56bb5432044529b9e1c9
4
- data.tar.gz: c8bd99d14648355f3ad80e513679b2bf2f7bbf9b
3
+ metadata.gz: 04fe405798ebdeb49a88c1ffb2924cddcacfc0ac
4
+ data.tar.gz: dcbf0d8579dcf34042e68daaad8f19c1e5684086
5
5
  SHA512:
6
- metadata.gz: b97888f09fb1f863a32b2891a109b120340c58854ab3a16307d6b9a332cc0644b66c64c49f3b1cc47c697f9d868ac478d0d82319a9a3c67eb75139160894b743
7
- data.tar.gz: 133d20fa81e536b2e75e3a4d7b0af5ef74d2630467cfeafe2e97b95231812dc97a194f3f73c319f131366e4737985b44e053a564f97b81b508e59340ba03d06e
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 = 'http://github.com/jruby/jruby/tree/master/gem/jruby-jars'
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)
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.0.0.0'
3
- MAVEN_VERSION = '9.0.0.0'
2
+ VERSION = '9.0.1.0'
3
+ MAVEN_VERSION = '9.0.1.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.0.0.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-07-21 00:00:00.000000000 Z
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.0.0-complete.jar
28
- - lib/jruby-stdlib-9.0.0.0.jar
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: http://github.com/jruby/jruby/tree/master/gem/jruby-jars
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