appengine-apis 0.0.18 → 0.0.19

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.18'
22
+ VERSION = '0.0.19'
23
23
  end
@@ -54,7 +54,7 @@ module AppEngine
54
54
  # testing::LocalTaskQueueTestConfig.new,
55
55
  testing::LocalURLFetchServiceTestConfig.new,
56
56
  testing::LocalUserServiceTestConfig.new,
57
- testing::LocalOAuthServiceTestConfig.new,
57
+ # testing::LocalOAuthServiceTestConfig.new,
58
58
  testing::LocalXMPPServiceTestConfig.new,
59
59
  ].to_java(testing::LocalServiceTestConfig)
60
60
  testing::LocalServiceTestHelper.new(configs)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 18
9
- version: 0.0.18
8
+ - 19
9
+ version: 0.0.19
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-07-14 00:00:00 -07:00
17
+ date: 2010-08-21 00:00:00 -07: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.5
34
+ required jar files from Google App Engine SDK for Java. Version 1.3.6
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.5.jar
61
- - lib/appengine-api-labs-1.3.5.jar
60
+ - lib/appengine-api-1.0-sdk-1.3.6.jar
61
+ - lib/appengine-api-labs-1.3.6.jar
62
62
  - lib/appengine-apis/apiproxy.rb
63
63
  - lib/appengine-apis/datastore.rb
64
64
  - lib/appengine-apis/datastore_types.rb