appengine-jruby-jars 0.0.7.pre → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
Binary file
|
data/lib/appengine-jruby-jars.rb
CHANGED
@@ -16,8 +16,12 @@
|
|
16
16
|
|
17
17
|
module AppEngine
|
18
18
|
module JRubyJars
|
19
|
-
|
20
|
-
|
19
|
+
# VERSION = '0.0.8.pre'
|
20
|
+
# JRUBY_VERSION = '1.5.0.dev'
|
21
|
+
# VERSION = '0.0.8'
|
22
|
+
# JRUBY_VERSION = '1.5.0.RC3'
|
23
|
+
VERSION = '0.0.7'
|
24
|
+
JRUBY_VERSION = '1.4.1'
|
21
25
|
|
22
26
|
def self.jruby_jar
|
23
27
|
File.join(File.dirname(__FILE__), "appengine-jruby-#{VERSION}.jar")
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appengine-jruby-jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 0
|
7
|
+
- 0
|
8
|
+
- 7
|
9
|
+
version: 0.0.7
|
5
10
|
platform: ruby
|
6
11
|
authors:
|
7
12
|
- Ryan Brown
|
@@ -9,11 +14,15 @@ autorequire:
|
|
9
14
|
bindir: bin
|
10
15
|
cert_chain: []
|
11
16
|
|
12
|
-
date: 2010-
|
17
|
+
date: 2010-05-04 00:00:00 -07:00
|
13
18
|
default_executable:
|
14
19
|
dependencies: []
|
15
20
|
|
16
|
-
description:
|
21
|
+
description: |
|
22
|
+
This gem includes the core JRuby code and the JRuby 1.8 stdlib as jar files,
|
23
|
+
packaged specifically to work on Google App Engine. Version 1.4.1
|
24
|
+
is included in this release.
|
25
|
+
|
17
26
|
email: ribrdb@google.com
|
18
27
|
executables: []
|
19
28
|
|
@@ -28,8 +37,8 @@ files:
|
|
28
37
|
- COPYING.GPL
|
29
38
|
- COPYING.LGPL
|
30
39
|
- lib/appengine-jruby-jars.rb
|
31
|
-
- lib/appengine-jruby-0.0.7.
|
32
|
-
- lib/appengine-jruby-rubygems-0.0.7.
|
40
|
+
- lib/appengine-jruby-0.0.7.jar
|
41
|
+
- lib/appengine-jruby-rubygems-0.0.7.jar
|
33
42
|
has_rdoc: true
|
34
43
|
homepage: http://code.google.com/p/appengine-jruby
|
35
44
|
licenses: []
|
@@ -43,18 +52,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
43
52
|
requirements:
|
44
53
|
- - ">="
|
45
54
|
- !ruby/object:Gem::Version
|
55
|
+
segments:
|
56
|
+
- 0
|
46
57
|
version: "0"
|
47
|
-
version:
|
48
58
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
49
59
|
requirements:
|
50
|
-
- - "
|
60
|
+
- - ">="
|
51
61
|
- !ruby/object:Gem::Version
|
52
|
-
|
53
|
-
|
62
|
+
segments:
|
63
|
+
- 0
|
64
|
+
version: "0"
|
54
65
|
requirements: []
|
55
66
|
|
56
67
|
rubyforge_project:
|
57
|
-
rubygems_version: 1.3.
|
68
|
+
rubygems_version: 1.3.6
|
58
69
|
signing_key:
|
59
70
|
specification_version: 3
|
60
71
|
summary: JRuby jar files for Google App Engine.
|
Binary file
|