appengine-apis 0.0.34 → 0.0.35

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.34'
22
+ VERSION = '0.0.35'
23
23
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appengine-apis
3
3
  version: !ruby/object:Gem::Version
4
- hash: 91
4
+ hash: 89
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 34
10
- version: 0.0.34
9
+ - 35
10
+ version: 0.0.35
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Brown
@@ -34,7 +34,7 @@ dependencies:
34
34
  version_requirements: *id001
35
35
  description: |
36
36
  This gem includes the JRuby API wrappers for App Engine, as well as the
37
- required jar files from Google App Engine SDK for Java. Version 1.6.2
37
+ required jar files from Google App Engine SDK for Java. Version 6.2.1
38
38
  is included in this release.
39
39
 
40
40
  email: ribrdb@gmail.com
@@ -60,8 +60,8 @@ files:
60
60
  - spec/urlfetch_spec.rb
61
61
  - spec/users_spec.rb
62
62
  - spec/xmpp_spec.rb
63
- - lib/appengine-api-1.0-sdk-1.6.2.jar
64
- - lib/appengine-api-labs-1.6.2.jar
63
+ - lib/appengine-api-1.0-sdk-1.6.2.1.jar
64
+ - lib/appengine-api-labs-1.6.2.1.jar
65
65
  - lib/appengine-apis/apiproxy.rb
66
66
  - lib/appengine-apis/datastore.rb
67
67
  - lib/appengine-apis/datastore_types.rb