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: 96acbe9b930805735ca1fbbf2456ad937efead56
4
- data.tar.gz: f892e0db167ce30529c9e5cd105143032e90864e
3
+ metadata.gz: ede2e6fbd9a2478ed19b9c1f304806999fd52d9c
4
+ data.tar.gz: b4ca0273b71882de10622fef69b78b1dd2f84ccb
5
5
  SHA512:
6
- metadata.gz: a88300851e6672f82dbe63058f7a2a5921affe2b99d8c1bc82c73858b3fb06992f562c4f2603ab8aee228a0522ea96a12629239f37545ed0a8bdcabbf3df662f
7
- data.tar.gz: 3766664038eb32a31cd80a4faf88a978c5d72d41e69a492cd5b5c55edf563c0230bb3bdbbcd1b168c14d2096358f9f1161fa7e24a68a17619ea04aff1b9ca66d
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 = File.read( File.join( basedir, '..', '..', 'VERSION' ) ).strip
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 = File.read( File.join( File.dirname(File.expand_path(__FILE__)), '..', '..', 'VERSION' ) ).strip
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' )
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.0.5.0'
3
- MAVEN_VERSION = '9.0.5.0'
2
+ VERSION = '9.1.0.0'
3
+ MAVEN_VERSION = '9.1.0.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.5.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-01-26 00:00:00.000000000 Z
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.5.0-complete.jar
28
- - lib/jruby-stdlib-9.0.5.0.jar
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: