jruby-jars 9.0.0.0.rc2 → 9.0.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: 02e1ec7785d486a013c337c02a954b736558cd88
4
- data.tar.gz: 617bfd62af9b2bee50c4ac2a291a3b81e5fc3927
3
+ metadata.gz: 68a2d59d306370137e1e56bb5432044529b9e1c9
4
+ data.tar.gz: c8bd99d14648355f3ad80e513679b2bf2f7bbf9b
5
5
  SHA512:
6
- metadata.gz: d2fcaab6671463a9594d538b8c2c2791778bddde83de17ef6c06653e66c0f6a0abfbbcc48fce684249196563e075301d24be4c9b13d1ee22899ec8ca802fbd1d
7
- data.tar.gz: 78726f56ee88e5c7cb786ce68bf9ec6fed95b256b31c70ab81a84bb357075de70ff67c51c0e4b209ecf9d353fb8e4788b88c686635b11020f70783075a1ad412
6
+ metadata.gz: b97888f09fb1f863a32b2891a109b120340c58854ab3a16307d6b9a332cc0644b66c64c49f3b1cc47c697f9d868ac478d0d82319a9a3c67eb75139160894b743
7
+ data.tar.gz: 133d20fa81e536b2e75e3a4d7b0af5ef74d2630467cfeafe2e97b95231812dc97a194f3f73c319f131366e4737985b44e053a564f97b81b508e59340ba03d06e
@@ -1,6 +1,6 @@
1
1
  In order to build a new jruby-jars gem, here is the process:
2
2
 
3
3
  * cd ../../
4
- * mvn -Pjruby-jars
4
+ * ./mvnw -Pjruby-jars
5
5
 
6
- the gem will be in ./pkg directory
6
+ the gem will be in ./pkg directory
data/Mavenfile CHANGED
@@ -44,10 +44,6 @@ execute 'copy jruby.jar', 'prepare-package' do |ctx|
44
44
  File.join( ctx.project.basedir.to_pathname,
45
45
  'lib',
46
46
  "jruby-core-#{ctx.project.version}-complete.jar" ) )
47
- FileUtils.cp( Dir[ File.join( source, "lib/jruby-truffle.jar" ) ].first,
48
- File.join( ctx.project.basedir.to_pathname,
49
- 'lib',
50
- "jruby-truffle-#{ctx.project.version}-complete.jar" ) )
51
47
  end
52
48
 
53
49
  # do not push the gem during deploy phase
@@ -10,8 +10,4 @@ module JRubyJars
10
10
  def self.stdlib_jar_path
11
11
  "#{PATH }/jruby-stdlib-#{JRubyJars::MAVEN_VERSION}.jar"
12
12
  end
13
-
14
- def self.truffle_jar_path
15
- "#{PATH }/jruby-truffle-#{JRubyJars::MAVEN_VERSION}-complete.jar"
16
- end
17
13
  end
@@ -1,4 +1,4 @@
1
1
  module JRubyJars
2
- VERSION = '9.0.0.0.rc2'
3
- MAVEN_VERSION = '9.0.0.0.rc2'
2
+ VERSION = '9.0.0.0'
3
+ MAVEN_VERSION = '9.0.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.0.0.rc2
4
+ version: 9.0.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: 2015-07-09 00:00:00.000000000 Z
11
+ date: 2015-07-21 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,9 +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.0.0.rc2-complete.jar
28
- - lib/jruby-stdlib-9.0.0.0.rc2.jar
29
- - lib/jruby-truffle-9.0.0.0.rc2-complete.jar
27
+ - lib/jruby-core-9.0.0.0-complete.jar
28
+ - lib/jruby-stdlib-9.0.0.0.jar
30
29
  - jruby-jars.gemspec
31
30
  homepage: http://github.com/jruby/jruby/tree/master/gem/jruby-jars
32
31
  licenses:
@@ -45,9 +44,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
45
44
  version: '0'
46
45
  required_rubygems_version: !ruby/object:Gem::Requirement
47
46
  requirements:
48
- - - '>'
47
+ - - '>='
49
48
  - !ruby/object:Gem::Version
50
- version: 1.3.1
49
+ version: '0'
51
50
  requirements: []
52
51
  rubyforge_project: jruby/jruby
53
52
  rubygems_version: 2.1.9