appengine-apis 0.0.28 → 0.0.29

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.28'
22
+ VERSION = '0.0.29'
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: 39
4
+ hash: 37
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 28
10
- version: 0.0.28
9
+ - 29
10
+ version: 0.0.29
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-07-26 00:00:00 -07:00
18
+ date: 2011-08-22 00:00:00 -07: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.5.2
37
+ required jar files from Google App Engine SDK for Java. Version 1.5.3
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.5.2.jar
64
- - lib/appengine-api-labs-1.5.2.jar
63
+ - lib/appengine-api-1.0-sdk-1.5.3.jar
64
+ - lib/appengine-api-labs-1.5.3.jar
65
65
  - lib/appengine-apis/apiproxy.rb
66
66
  - lib/appengine-apis/datastore.rb
67
67
  - lib/appengine-apis/datastore_types.rb