jruby-jars 1.6.0.rc1 → 1.6.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
data/Manifest.txt
CHANGED
Binary file
|
data/lib/jruby-jars/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: jruby-jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 6
|
5
|
-
version: 1.6.0.
|
5
|
+
version: 1.6.0.rc2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Charles Oliver Nutter
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-02-09 00:00:00 -06:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
requirements:
|
22
22
|
- - ">="
|
23
23
|
- !ruby/object:Gem::Version
|
24
|
-
version: 2.
|
24
|
+
version: 2.9.1
|
25
25
|
type: :development
|
26
26
|
version_requirements: *id001
|
27
27
|
description: |-
|
@@ -44,8 +44,8 @@ files:
|
|
44
44
|
- README.txt
|
45
45
|
- lib/jruby-jars.rb
|
46
46
|
- lib/jruby-jars/version.rb
|
47
|
-
- lib/jruby-core-1.6.0.
|
48
|
-
- lib/jruby-stdlib-1.6.0.
|
47
|
+
- lib/jruby-core-1.6.0.RC2.jar
|
48
|
+
- lib/jruby-stdlib-1.6.0.RC2.jar
|
49
49
|
has_rdoc: true
|
50
50
|
homepage: http://github.com/jruby/jruby/tree/master/gem/
|
51
51
|
licenses: []
|
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements: []
|
72
72
|
|
73
73
|
rubyforge_project: jruby-extras
|
74
|
-
rubygems_version: 1.
|
74
|
+
rubygems_version: 1.5.0
|
75
75
|
signing_key:
|
76
76
|
specification_version: 3
|
77
77
|
summary: This gem includes the core JRuby code and the JRuby 1.8 stdlib as jar files
|