appengine-apis 0.0.33 → 0.0.34

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.33'
22
+ VERSION = '0.0.34'
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: 93
4
+ hash: 91
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 33
10
- version: 0.0.33
9
+ - 34
10
+ version: 0.0.34
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Brown
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-21 00:00:00 -08:00
18
+ date: 2012-02-02 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -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.1
37
+ required jar files from Google App Engine SDK for Java. Version 1.6.2
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.1.jar
64
- - lib/appengine-api-labs-1.6.1.jar
63
+ - lib/appengine-api-1.0-sdk-1.6.2.jar
64
+ - lib/appengine-api-labs-1.6.2.jar
65
65
  - lib/appengine-apis/apiproxy.rb
66
66
  - lib/appengine-apis/datastore.rb
67
67
  - lib/appengine-apis/datastore_types.rb