appengine-apis 0.0.13 → 0.0.14

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.13'
22
+ VERSION = '0.0.14'
23
23
  end
@@ -55,6 +55,8 @@ module AppEngine
55
55
  testing::LocalUserServiceTestConfig.new,
56
56
  testing::LocalXMPPServiceTestConfig.new,
57
57
  ].to_java(testing::LocalServiceTestConfig)
58
+ # Pass a nil config to escape LocalServiceTestConfig
59
+ configs = nil if ENV['SKIP_LOCAL_SERVICE_APIS')
58
60
  testing::LocalServiceTestHelper.new(configs)
59
61
  rescue => ex
60
62
  if failed
@@ -119,4 +121,4 @@ module AppEngine
119
121
  end
120
122
 
121
123
  end
122
- end
124
+ end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 13
9
- version: 0.0.13
8
+ - 14
9
+ version: 0.0.14
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-04-08 00:00:00 -07:00
17
+ date: 2010-04-12 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency