jruby-jars 1.7.0 → 1.7.1
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,14 +2,14 @@
|
|
2
2
|
name: jruby-jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.7.
|
5
|
+
version: 1.7.1
|
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: 2012-
|
12
|
+
date: 2012-12-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rdoc
|
@@ -33,20 +33,19 @@ dependencies:
|
|
33
33
|
requirements:
|
34
34
|
- - ~>
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: '3.
|
36
|
+
version: '3.3'
|
37
37
|
none: false
|
38
38
|
requirement: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - ~>
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '3.
|
42
|
+
version: '3.3'
|
43
43
|
none: false
|
44
44
|
prerelease: false
|
45
45
|
type: :development
|
46
|
-
description:
|
47
|
-
|
46
|
+
description: |-
|
47
|
+
This gem includes the core JRuby code and the JRuby 1.8 stdlib as jar files.
|
48
48
|
It provides a way to have other gems depend on JRuby without including (and
|
49
|
-
|
50
49
|
freezing to) a specific jruby-complete jar version.
|
51
50
|
email:
|
52
51
|
- headius@headius.com
|
@@ -62,17 +61,16 @@ files:
|
|
62
61
|
- README.txt
|
63
62
|
- lib/jruby-jars.rb
|
64
63
|
- lib/jruby-jars/version.rb
|
65
|
-
- lib/jruby-core-1.7.
|
66
|
-
- lib/jruby-stdlib-1.7.
|
67
|
-
homepage: http://
|
64
|
+
- lib/jruby-core-1.7.1.jar
|
65
|
+
- lib/jruby-stdlib-1.7.1.jar
|
66
|
+
homepage: http://github.com/jruby/jruby/tree/master/gem/
|
68
67
|
licenses: []
|
69
68
|
post_install_message:
|
70
69
|
rdoc_options:
|
71
70
|
- --main
|
72
71
|
- README.txt
|
73
72
|
require_paths:
|
74
|
-
-
|
75
|
-
bGli
|
73
|
+
- lib
|
76
74
|
required_ruby_version: !ruby/object:Gem::Requirement
|
77
75
|
requirements:
|
78
76
|
- - ! '>='
|