cfoundry 0.7.0.rc10 → 0.7.0.rc11

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.
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "0.7.0.rc10".freeze
3
+ VERSION = "0.7.0.rc11".freeze
4
4
  end
@@ -48,7 +48,18 @@
48
48
  "url": "/v2/users/user-id-1"
49
49
  },
50
50
  "entity": {}
51
- }]
51
+ }],
52
+ "quota_definition": {
53
+ "metadata": {
54
+ "guid": "quota-definition-id-1",
55
+ "url": "/v2/quota_definitions/quota-definition-id-1"
56
+ },
57
+ "entity": {
58
+ "name": "quota",
59
+ "non_basic_services_allowed": true,
60
+ "total_services": 32
61
+ }
62
+ }
52
63
  }
53
64
  },
54
65
  {
@@ -93,7 +104,20 @@
93
104
  "url": "/v2/users/user-id-1"
94
105
  },
95
106
  "entity": {}
96
- }]
107
+ }],
108
+ "quota_definition": {
109
+ "metadata": {
110
+ "guid": "quota-definition-id-1",
111
+ "url": "/v2/quota_definitions/quota-definition-id-1",
112
+ "created_at": "2012-12-18 22:57:23 +0000",
113
+ "updated_at": "2012-12-18 22:57:23 +0000"
114
+ },
115
+ "entity": {
116
+ "name": "quota",
117
+ "non_basic_services_allowed": true,
118
+ "total_services": 32
119
+ }
120
+ }
97
121
  }
98
122
  }],
99
123
 
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.rc10
4
+ version: 0.7.0.rc11
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-04-26 00:00:00.000000000 Z
13
+ date: 2013-05-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multipart-post
@@ -369,7 +369,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
369
369
  version: '0'
370
370
  segments:
371
371
  - 0
372
- hash: -1956020723710477945
372
+ hash: -3102609217077217164
373
373
  required_rubygems_version: !ruby/object:Gem::Requirement
374
374
  none: false
375
375
  requirements: