jruby-jars 9.0.5.0 → 9.1.0.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: ede2e6fbd9a2478ed19b9c1f304806999fd52d9c
|
4
|
+
data.tar.gz: b4ca0273b71882de10622fef69b78b1dd2f84ccb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee797e6185c3470130c4fc8425fe67e78688fd7494daf1955100cd923197c89c477df441a083b3c24f313131904628a1cf52575b7c37c9860d991311ea013348
|
7
|
+
data.tar.gz: a0f40d3646953078a1bdb39f42c7caec8ab9389122f4f554081ff01cb9b9fdeb5e712a5c750cad911978d5c3c6ab4c5a0212abc9beeb052dc6ecb597f6be78c2
|
data/Mavenfile
CHANGED
@@ -3,7 +3,8 @@ require 'fileutils'
|
|
3
3
|
|
4
4
|
gemspec
|
5
5
|
|
6
|
-
version =
|
6
|
+
version = ENV['JRUBY_VERSION'] ||
|
7
|
+
File.read( File.join( basedir, '..', '..', 'VERSION' ) ).strip
|
7
8
|
|
8
9
|
# maven does treats prereleased version as snapshot - undo it here
|
9
10
|
ruby_version = model.version.sub( /-SNAPSHOT/, '' )
|
data/jruby-jars.gemspec
CHANGED
@@ -2,7 +2,8 @@
|
|
2
2
|
|
3
3
|
require 'fileutils'
|
4
4
|
|
5
|
-
version =
|
5
|
+
version = ENV['JRUBY_VERSION'] ||
|
6
|
+
File.read( File.join( File.dirname(File.expand_path(__FILE__)), '..', '..', 'VERSION' ) ).strip
|
6
7
|
|
7
8
|
# this regexp can be refined to work with pre, rc1, rc2 and such cases
|
8
9
|
ruby_version = version.sub( /-SNAPSHOT$/, '.SNAPSHOT' )
|
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.1.0.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: 2016-
|
11
|
+
date: 2016-05-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,8 +24,8 @@ 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.1.0.0-complete.jar
|
28
|
+
- lib/jruby-stdlib-9.1.0.0.jar
|
29
29
|
- jruby-jars.gemspec
|
30
30
|
homepage: https://github.com/jruby/jruby/tree/master/maven/jruby-jars
|
31
31
|
licenses:
|