appengine-jruby-jars 0.0.7.pre → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,8 +16,12 @@
16
16
 
17
17
  module AppEngine
18
18
  module JRubyJars
19
- VERSION = '0.0.7.pre'
20
- JRUBY_VERSION = '1.5.0.dev'
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")
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
- version: 0.0.7.pre
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-02-25 00:00:00 -08:00
17
+ date: 2010-05-04 00:00:00 -07:00
13
18
  default_executable:
14
19
  dependencies: []
15
20
 
16
- description: JRuby jar files for Google App Engine.
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.pre.jar
32
- - lib/appengine-jruby-rubygems-0.0.7.pre.jar
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
- version: 1.3.1
53
- version:
62
+ segments:
63
+ - 0
64
+ version: "0"
54
65
  requirements: []
55
66
 
56
67
  rubyforge_project:
57
- rubygems_version: 1.3.5
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.