jruby-jars 1.7.5 → 1.7.6.dev
Sign up to get free protection for your applications and to get access to all the features.
data/Mavenfile
CHANGED
@@ -21,9 +21,7 @@ end
|
|
21
21
|
properties( 'tesla.dump.pom' => 'pom.xml',
|
22
22
|
'tesla.dump.readonly' => true )
|
23
23
|
|
24
|
-
|
25
|
-
|
26
|
-
execute_goals :id => 'default-push', :skip => true
|
27
|
-
end
|
24
|
+
plugin 'de.saumya.mojo:gem-maven-plugin' do
|
25
|
+
execute_goals :id => 'default-push', :skip => true
|
28
26
|
end
|
29
27
|
# vim: syntax=Ruby
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jruby-jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version: 1.7.
|
4
|
+
prerelease: 6
|
5
|
+
version: 1.7.6.dev
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Charles Oliver Nutter
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-10-
|
12
|
+
date: 2013-10-22 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: |-
|
15
15
|
This gem includes the core JRuby code and the JRuby 1.8/1.9 stdlib as jar files.
|
@@ -25,9 +25,9 @@ files:
|
|
25
25
|
- Mavenfile
|
26
26
|
- Rakefile
|
27
27
|
- README.txt
|
28
|
-
- lib/jruby-core-complete-1.7.
|
28
|
+
- lib/jruby-core-complete-1.7.6.dev.jar
|
29
29
|
- lib/jruby-jars.rb
|
30
|
-
- lib/jruby-stdlib-complete-1.7.
|
30
|
+
- lib/jruby-stdlib-complete-1.7.6.dev.jar
|
31
31
|
- lib/jruby-jars/version.rb
|
32
32
|
homepage: http://github.com/jruby/jruby/tree/master/gem/jruby-jars
|
33
33
|
licenses: []
|
@@ -43,9 +43,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
43
43
|
none: false
|
44
44
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
|
-
- - '
|
46
|
+
- - '>'
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version:
|
48
|
+
version: 1.3.1
|
49
49
|
none: false
|
50
50
|
requirements: []
|
51
51
|
rubyforge_project: jruby/jruby
|