cfoundry 0.7.0.rc14 → 0.7.0.rc15
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 +1 -1
- data/spec/fixtures/fake_cc_services.json +7 -7
- metadata +2 -2
data/lib/cfoundry/version.rb
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"entity": {
|
|
28
28
|
"name": "300",
|
|
29
29
|
"description": "2TB, 1.7GB Memory, 100 Connections, CPU? (Dedicated)",
|
|
30
|
-
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 3.50, \"bullets\": [\"has memory and things\", \"
|
|
30
|
+
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 3.50, \"bullets\": [{\"content\": \"has memory and things\", \"tooltip\": \"for real! things!\"}, {\"content\": \"has other memory and things\", \"tooltip\": \"still for real! things!\"}]}",
|
|
31
31
|
"service_guid": "service-id-1",
|
|
32
32
|
"service_url": "/v2/services/service-id-1",
|
|
33
33
|
"service_instances_url": "/v2/service_plans/paid-postgresql-id-1/service_instances"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"entity": {
|
|
42
42
|
"name": "100",
|
|
43
43
|
"description": "Free Postgres, one per customer",
|
|
44
|
-
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 23.50, \"bullets\": [\"costs nothing\", \"is a database\"]}",
|
|
44
|
+
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 23.50, \"bullets\": [{\"content\": \"costs nothing\", \"tooltip\": \"for real! things!\"}, {\"content\": \"is a database\", \"tooltip\": \"for real! things!\"}]}",
|
|
45
45
|
"service_guid": "service-id-1",
|
|
46
46
|
"service_url": "/v2/services/service-id-1",
|
|
47
47
|
"service_instances_url": "/v2/service_plans/development-postgresql-id-1/service_instances"
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"entity": {
|
|
74
74
|
"name": "100",
|
|
75
75
|
"description": "service-plan-description",
|
|
76
|
-
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 43.50, \"bullets\": [\"it's web scale, like php\", \"this is a bullet\"]}",
|
|
76
|
+
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 43.50, \"bullets\": [{\"content\": \"it's web scale, like php\", \"tooltip\": \"for real! things!\"}, {\"content\": \"this is a bullet\", \"tooltip\": \"for real! things!\"}]}",
|
|
77
77
|
"service_guid": "service-id-1",
|
|
78
78
|
"service_url": "/v2/services/service-id-1",
|
|
79
79
|
"service_instances_url": "/v2/service_plans/development-mongodb-id-1/service_instances"
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"entity": {
|
|
88
88
|
"name": "200",
|
|
89
89
|
"description": "20GB, 1GB Memory, 10 Connections, CPU? (Shared)",
|
|
90
|
-
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 103.50, \"bullets\": [\"is mongo, and a db\", \"24x7 shards\"]}",
|
|
90
|
+
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 103.50, \"bullets\": [{\"content\": \"is mongo, and a db\", \"tooltip\": \"for real! things!\"}, {\"content\": \"24x7 shards\", \"tooltip\": \"for real! things!\"}]}",
|
|
91
91
|
"service_guid": "service-id-2",
|
|
92
92
|
"service_url": "/v2/services/service-id-2",
|
|
93
93
|
"service_instances_url": "/v2/service_plans/paid-mongodb-id-1/service_instances"
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"entity": {
|
|
120
120
|
"name": "100",
|
|
121
121
|
"description": "1GB, 0.25GB Memory, 5 Connections, a CPU",
|
|
122
|
-
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 0, \"bullets\": [\"it's free as in beer\", \"cheap beer\"]}",
|
|
122
|
+
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 0, \"bullets\": [{\"content\": \"it's free as in beer\", \"tooltip\": \"for real! things!\"}, {\"content\": \"cheap beer\", \"tooltip\": \"for real! things!\"}]}",
|
|
123
123
|
"service_guid": "service-id-3",
|
|
124
124
|
"service_url": "/v2/services/service-id-3",
|
|
125
125
|
"service_instances_url": "/v2/service_plans/paid-mongolab-mongodb-id-1/service_instances"
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"entity": {
|
|
134
134
|
"name": "200",
|
|
135
135
|
"description": "2GB, 2GB Memory, 10 Connections, CPU!",
|
|
136
|
-
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 83.50, \"bullets\": [\"cost is nil for this service\", \"we know nothing about this one\"]}",
|
|
136
|
+
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 83.50, \"bullets\": [{\"content\": \"cost is nil for this service\", \"tooltip\": \"for real! things!\"}, {\"content\": \"we know nothing about this one\", \"tooltip\": \"for real! things!\"}]}",
|
|
137
137
|
"service_guid": "service-id-3",
|
|
138
138
|
"service_url": "/v2/services/service-id-3",
|
|
139
139
|
"service_instances_url": "/v2/service_plans/paid-mongolab-mongodb-id-2/service_instances"
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"entity": {
|
|
148
148
|
"name": "300",
|
|
149
149
|
"description": "2GB, 2GB Memory, 10 Connections, CPU!",
|
|
150
|
-
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 102.50, \"bullets\": [\"was grown in a lab\", \"we know nothing about this one\"]}",
|
|
150
|
+
"extra": "{\"businessLogicSampleData\":\"goes here\",\"cost\": 102.50, \"bullets\": [{\"content\": \"was grown in a lab\", \"tooltip\": \"for real! things!\"}, {\"content\": \"we know nothing about this one\", \"tooltip\": \"for real! things!\"}]}",
|
|
151
151
|
"service_guid": "service-id-3",
|
|
152
152
|
"service_url": "/v2/services/service-id-3",
|
|
153
153
|
"service_instances_url": "/v2/service_plans/paid-mongolab-mongodb-id-3/service_instances"
|
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: 0.7.0.
|
|
4
|
+
version: 0.7.0.rc15
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -369,7 +369,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
369
369
|
version: '0'
|
|
370
370
|
segments:
|
|
371
371
|
- 0
|
|
372
|
-
hash:
|
|
372
|
+
hash: -2396817758306492579
|
|
373
373
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
374
374
|
none: false
|
|
375
375
|
requirements:
|