jruby-jars 1.7.6 → 1.7.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Mavenfile +10 -0
- data/lib/{jruby-core-complete-1.7.6.jar → jruby-core-complete-1.7.7.jar} +0 -0
- data/lib/{jruby-stdlib-complete-1.7.6.dev.jar → jruby-stdlib-complete-1.7.7.jar} +0 -0
- metadata +8 -12
- data/lib/jruby-core-complete-1.7.6.dev.jar +0 -0
- data/lib/jruby-stdlib-complete-1.7.6.jar +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: bbcbe7349e248c63f9e7673af1ef435b40c7a5db
|
4
|
+
data.tar.gz: 18bbdd748204cc5cfc9b9fb2a56c222914899e41
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ca318952e66080b3246d721b91221855ab0a484d44915b3c4c4c772bb755d5d2c42465185ed6109ebc2dc7fb90d367cdd05cd5f8bb0d4aeefa0abcff901a3dbf
|
7
|
+
data.tar.gz: d6ecc95b7137686073a8a59fae5f16d028e19682ae6276eb5c392b38bed4dba8e4b7c700c91d40f187f27a2a348a975a5f34df2dbc41c7d48eb1106133d9c340
|
data/Mavenfile
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
gemspec :include_jars => true
|
4
4
|
|
5
|
+
model.version = model.version.sub(/\.SNAPSHOT/, '-SNAPSHOT')
|
5
6
|
inherit "org.jruby:jruby-artifacts:#{model.version}"
|
6
7
|
|
7
8
|
name "JRuby Jars Gem"
|
@@ -24,4 +25,13 @@ properties( 'tesla.dump.pom' => 'pom.xml',
|
|
24
25
|
plugin 'de.saumya.mojo:gem-maven-plugin' do
|
25
26
|
execute_goals :id => 'default-push', :skip => true
|
26
27
|
end
|
28
|
+
|
29
|
+
execute 'rename gem file', :package do |ctx|
|
30
|
+
|
31
|
+
require 'fileutils'
|
32
|
+
gem = File.join( ctx.project.build.directory,
|
33
|
+
ctx.project.build.final_name + ".gem" )
|
34
|
+
FileUtils.mv( gem.sub( /-SNAPSHOT/, '.SNAPSHOT' ), gem ) if gem.match /-SNAPSHOT/
|
35
|
+
|
36
|
+
end
|
27
37
|
# vim: syntax=Ruby
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jruby-jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 1.7.6
|
4
|
+
version: 1.7.7
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Charles Oliver Nutter
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-11-14 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: |-
|
15
14
|
This gem includes the core JRuby code and the JRuby 1.8/1.9 stdlib as jar files.
|
@@ -23,16 +22,15 @@ files:
|
|
23
22
|
- DEV_INSTRUCTIONS
|
24
23
|
- History.txt
|
25
24
|
- Mavenfile
|
26
|
-
- Rakefile
|
27
25
|
- README.txt
|
28
|
-
-
|
29
|
-
- lib/jruby-core-complete-1.7.6.jar
|
26
|
+
- Rakefile
|
30
27
|
- lib/jruby-jars.rb
|
31
|
-
- lib/jruby-stdlib-complete-1.7.6.dev.jar
|
32
|
-
- lib/jruby-stdlib-complete-1.7.6.jar
|
33
28
|
- lib/jruby-jars/version.rb
|
29
|
+
- lib/jruby-core-complete-1.7.7.jar
|
30
|
+
- lib/jruby-stdlib-complete-1.7.7.jar
|
34
31
|
homepage: http://github.com/jruby/jruby/tree/master/gem/jruby-jars
|
35
32
|
licenses: []
|
33
|
+
metadata: {}
|
36
34
|
post_install_message:
|
37
35
|
rdoc_options: []
|
38
36
|
require_paths:
|
@@ -42,17 +40,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
42
40
|
- - '>='
|
43
41
|
- !ruby/object:Gem::Version
|
44
42
|
version: '0'
|
45
|
-
none: false
|
46
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
44
|
requirements:
|
48
45
|
- - '>='
|
49
46
|
- !ruby/object:Gem::Version
|
50
47
|
version: '0'
|
51
|
-
none: false
|
52
48
|
requirements: []
|
53
49
|
rubyforge_project: jruby/jruby
|
54
|
-
rubygems_version: 1.
|
50
|
+
rubygems_version: 2.1.9
|
55
51
|
signing_key:
|
56
|
-
specification_version:
|
52
|
+
specification_version: 4
|
57
53
|
summary: The core JRuby code and the JRuby stdlib as jar files.
|
58
54
|
test_files: []
|
Binary file
|
Binary file
|