appengine-apis 0.0.21 → 0.0.22

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.
@@ -19,5 +19,5 @@ $:.unshift(File.dirname(__FILE__)) unless
19
19
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
20
20
 
21
21
  module AppEngine
22
- VERSION = '0.0.21'
22
+ VERSION = '0.0.22'
23
23
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 21
9
- version: 0.0.21
8
+ - 22
9
+ version: 0.0.22
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ryan Brown
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-14 00:00:00 -07:00
17
+ date: 2010-12-02 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -31,7 +31,7 @@ dependencies:
31
31
  version_requirements: *id001
32
32
  description: |
33
33
  This gem includes the JRuby API wrappers for App Engine, as well as the
34
- required jar files from Google App Engine SDK for Java. Version 1.3.8
34
+ required jar files from Google App Engine SDK for Java. Version 1.4.0
35
35
  is included in this release.
36
36
 
37
37
  email: ribrdb@gmail.com
@@ -57,8 +57,8 @@ files:
57
57
  - spec/urlfetch_spec.rb
58
58
  - spec/users_spec.rb
59
59
  - spec/xmpp_spec.rb
60
- - lib/appengine-api-1.0-sdk-1.3.8.jar
61
- - lib/appengine-api-labs-1.3.8.jar
60
+ - lib/appengine-api-1.0-sdk-1.4.0.jar
61
+ - lib/appengine-api-labs-1.4.0.jar
62
62
  - lib/appengine-apis/apiproxy.rb
63
63
  - lib/appengine-apis/datastore.rb
64
64
  - lib/appengine-apis/datastore_types.rb