appengine-jruby-jars 0.0.7 → 0.0.8.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,12 +16,12 @@
16
16
 
17
17
  module AppEngine
18
18
  module JRubyJars
19
- # VERSION = '0.0.8.pre'
20
- # JRUBY_VERSION = '1.5.0.dev'
19
+ VERSION = '0.0.8.pre'
20
+ JRUBY_VERSION = '1.5.0.dev'
21
21
  # VERSION = '0.0.8'
22
22
  # JRUBY_VERSION = '1.5.0.RC3'
23
- VERSION = '0.0.7'
24
- JRUBY_VERSION = '1.4.1'
23
+ # VERSION = '0.0.7'
24
+ # JRUBY_VERSION = '1.4.1'
25
25
 
26
26
  def self.jruby_jar
27
27
  File.join(File.dirname(__FILE__), "appengine-jruby-#{VERSION}.jar")
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appengine-jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ prerelease: true
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ - pre
10
+ version: 0.0.8.pre
10
11
  platform: ruby
11
12
  authors:
12
13
  - Ryan Brown
@@ -20,7 +21,7 @@ dependencies: []
20
21
 
21
22
  description: |
22
23
  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
+ packaged specifically to work on Google App Engine. Version 1.5.0.dev
24
25
  is included in this release.
25
26
 
26
27
  email: ribrdb@google.com
@@ -37,8 +38,8 @@ files:
37
38
  - COPYING.GPL
38
39
  - COPYING.LGPL
39
40
  - lib/appengine-jruby-jars.rb
40
- - lib/appengine-jruby-0.0.7.jar
41
- - lib/appengine-jruby-rubygems-0.0.7.jar
41
+ - lib/appengine-jruby-0.0.8.pre.jar
42
+ - lib/appengine-jruby-rubygems-0.0.8.pre.jar
42
43
  has_rdoc: true
43
44
  homepage: http://code.google.com/p/appengine-jruby
44
45
  licenses: []
@@ -57,11 +58,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
57
58
  version: "0"
58
59
  required_rubygems_version: !ruby/object:Gem::Requirement
59
60
  requirements:
60
- - - ">="
61
+ - - ">"
61
62
  - !ruby/object:Gem::Version
62
63
  segments:
63
- - 0
64
- version: "0"
64
+ - 1
65
+ - 3
66
+ - 1
67
+ version: 1.3.1
65
68
  requirements: []
66
69
 
67
70
  rubyforge_project:
Binary file