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.
- data/lib/appengine-apis.rb +1 -1
- data/lib/appengine-apis/testing.rb +3 -1
- metadata +3 -3
data/lib/appengine-apis.rb
CHANGED
@@ -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
|
-
-
|
9
|
-
version: 0.0.
|
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-
|
17
|
+
date: 2010-04-12 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|