cfoundry 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/cc_api_stub/users.rb +2 -1
- data/lib/cfoundry/v2/service_instance.rb +1 -0
- data/lib/cfoundry/version.rb +1 -1
- metadata +2 -5
data/lib/cc_api_stub/users.rb
CHANGED
|
@@ -36,6 +36,7 @@ module CcApiStub
|
|
|
36
36
|
end
|
|
37
37
|
|
|
38
38
|
stub_get(%r{/v2/users/[^/]+\?inline-relations-depth=2$}, {}, response(200, response_body))
|
|
39
|
+
stub_get(%r{/v2/users/[^/]+/summary(\?inline-relations-depth=\d)?$}, {}, response(200, response_body))
|
|
39
40
|
end
|
|
40
41
|
|
|
41
42
|
def fail_to_find
|
|
@@ -77,7 +78,7 @@ module CcApiStub
|
|
|
77
78
|
end
|
|
78
79
|
|
|
79
80
|
def object_endpoint
|
|
80
|
-
%r{/v2/users/[^/]
|
|
81
|
+
%r{/v2/users/[^/]+(/summary)?}
|
|
81
82
|
end
|
|
82
83
|
end
|
|
83
84
|
end
|
data/lib/cfoundry/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfoundry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-06-
|
|
13
|
+
date: 2013-06-19 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activemodel
|
|
@@ -427,9 +427,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
427
427
|
- - ! '>='
|
|
428
428
|
- !ruby/object:Gem::Version
|
|
429
429
|
version: '0'
|
|
430
|
-
segments:
|
|
431
|
-
- 0
|
|
432
|
-
hash: -3172782678702157575
|
|
433
430
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
434
431
|
none: false
|
|
435
432
|
requirements:
|