cfoundry 4.6.3.rc1 → 4.6.3.rc2
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/cfoundry/version.rb
CHANGED
@@ -25,7 +25,8 @@ stub_request(:get, /\/service_plans\/service-plan-guid-\d{1,2}/).to_return :stat
|
|
25
25
|
"free": true,
|
26
26
|
"description": "free as in beer",
|
27
27
|
"unique_id": "0aa2f82c-6918-41df-b676-c275b5954ed7",
|
28
|
-
"extra": ""
|
28
|
+
"extra": "",
|
29
|
+
"public": true
|
29
30
|
}
|
30
31
|
}
|
31
32
|
EOF
|
@@ -43,6 +44,10 @@ EOF
|
|
43
44
|
it "has free/paid indicator attribute" do
|
44
45
|
subject.free.should be_true
|
45
46
|
end
|
47
|
+
|
48
|
+
it "has a boolean 'public' attribute" do
|
49
|
+
expect(subject.public).to be_true
|
50
|
+
end
|
46
51
|
end
|
47
52
|
end
|
48
53
|
end
|
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: 4.6.3.
|
4
|
+
version: 4.6.3.rc2
|
5
5
|
prerelease: 6
|
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-11-
|
13
|
+
date: 2013-11-21 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activemodel
|
@@ -468,7 +468,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
468
468
|
version: '0'
|
469
469
|
segments:
|
470
470
|
- 0
|
471
|
-
hash:
|
471
|
+
hash: -651421591768160592
|
472
472
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
473
473
|
none: false
|
474
474
|
requirements:
|
@@ -477,7 +477,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
477
477
|
version: 1.3.1
|
478
478
|
requirements: []
|
479
479
|
rubyforge_project: cfoundry
|
480
|
-
rubygems_version: 1.8.
|
480
|
+
rubygems_version: 1.8.23
|
481
481
|
signing_key:
|
482
482
|
specification_version: 3
|
483
483
|
summary: High-level library for working with the Cloud Foundry API.
|