appengine-jruby-jars 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@
16
16
 
17
17
  module AppEngine
18
18
  module JRubyJars
19
- VERSION = '0.0.2'
19
+ VERSION = '0.0.3'
20
20
  JRUBY_VERSION = '1.3.1'
21
21
 
22
22
  def self.jruby_jar
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appengine-jruby-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Brown
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-13 00:00:00 -07:00
12
+ date: 2009-09-03 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -18,9 +18,9 @@ dependencies:
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - "="
21
+ - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 1.0.0
23
+ version: "0"
24
24
  version:
25
25
  description: JRuby jar files for Google App Engine.
26
26
  email: ribrdb@google.com
@@ -37,8 +37,8 @@ files:
37
37
  - COPYING.GPL
38
38
  - COPYING.LGPL
39
39
  - lib/appengine-jruby-jars.rb
40
- - lib/appengine-jruby-0.0.2.jar
41
- - lib/appengine-jruby-rubygems-0.0.2.jar
40
+ - lib/appengine-jruby-0.0.3.jar
41
+ - lib/appengine-jruby-rubygems-0.0.3.jar
42
42
  has_rdoc: true
43
43
  homepage: http://code.google.com/p/appengine-jruby
44
44
  licenses: []