jruby-jars 1.7.14 → 1.7.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Mavenfile +2 -2
- data/lib/jruby-core-complete-1.7.15.jar +0 -0
- data/lib/jruby-stdlib-complete-1.7.15.jar +0 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75604b77536e0b44fef1a721be504b264d106bd1
|
4
|
+
data.tar.gz: eddc08e7be2784d7b61404809c6c68112a1efae3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 662f87989c8221c32a8122100613d5b5447d2eedf817706ec29c513832fc074b34283ed9fca43a1a63a3340b7134dcb9f5124c587a6428722b1b3502e7f76661
|
7
|
+
data.tar.gz: 1a01bf3b6adb0bde37d7111212ad5dd749b070ddd2c0a3cc22c07e2e829850357f71815dee5331078ce871a6b610ab4094e569ce2e1b0009c724cc78bc26d477
|
data/Mavenfile
CHANGED
@@ -27,9 +27,9 @@ jruby_plugin!( :gem,
|
|
27
27
|
execute_goals :id => 'default-push', :skip => true
|
28
28
|
end
|
29
29
|
|
30
|
-
plugin :install, :skip => true
|
30
|
+
#plugin :install, :skip => true
|
31
31
|
|
32
|
-
execute 'rename gem file', :
|
32
|
+
execute 'rename gem file', :verify do |ctx|
|
33
33
|
require 'fileutils'
|
34
34
|
FileUtils.rm_rf(Dir["#{ctx.project.build.directory}/*.gem"])
|
35
35
|
FileUtils.mv(Dir["#{ctx.project.basedir}/*.gem"], ctx.project.build.directory)
|
Binary file
|
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: 1.7.
|
4
|
+
version: 1.7.15
|
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: 2014-
|
11
|
+
date: 2014-09-03 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.
|
@@ -26,6 +26,8 @@ files:
|
|
26
26
|
- Rakefile
|
27
27
|
- lib/jruby-jars.rb
|
28
28
|
- lib/jruby-jars/version.rb
|
29
|
+
- lib/jruby-core-complete-1.7.15.jar
|
30
|
+
- lib/jruby-stdlib-complete-1.7.15.jar
|
29
31
|
homepage: http://github.com/jruby/jruby/tree/master/gem/jruby-jars
|
30
32
|
licenses:
|
31
33
|
- EPL-1.0
|