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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1315cfebffed7c38f0b6ea3353ef4c650452240
4
- data.tar.gz: 4c65ab9023cc12ee8520e06b0f6a2c8369102f73
3
+ metadata.gz: 75604b77536e0b44fef1a721be504b264d106bd1
4
+ data.tar.gz: eddc08e7be2784d7b61404809c6c68112a1efae3
5
5
  SHA512:
6
- metadata.gz: b9d8baba9f6026223939f0c62e4a6dc015dae885b4080222559162ae9230d9b973c9658a9b664c79018b1e29a3e2307032131deb3a745dcde47f5e80e8a7b460
7
- data.tar.gz: 109bd70af78e94edd9027a5de1e105f58ac9245a251f7c77f2a67e877236a649092f023b79f7b54af2c7128c8448d189eed47770a1974862e1e6957c40f03c50
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', :package do |ctx|
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
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.14
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-08-27 00:00:00.000000000 Z
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