cfoundry 0.4.8 → 0.4.9

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.4.8".freeze
3
+ VERSION = "0.4.9".freeze
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfoundry
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 8
10
- version: 0.4.8
9
+ - 9
10
+ version: 0.4.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-12-06 00:00:00 Z
18
+ date: 2012-12-07 00:00:00 -08:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: multipart-post
@@ -110,43 +111,47 @@ extra_rdoc_files: []
110
111
  files:
111
112
  - LICENSE
112
113
  - Rakefile
113
- - lib/cfoundry/baseclient.rb
114
- - lib/cfoundry/chatty_hash.rb
114
+ - lib/cfoundry.rb
115
115
  - lib/cfoundry/client.rb
116
+ - lib/cfoundry/version.rb
116
117
  - lib/cfoundry/errors.rb
118
+ - lib/cfoundry/validator.rb
117
119
  - lib/cfoundry/uaaclient.rb
118
- - lib/cfoundry/upload_helpers.rb
119
- - lib/cfoundry/v1/app.rb
120
- - lib/cfoundry/v1/base.rb
121
- - lib/cfoundry/v1/client.rb
122
- - lib/cfoundry/v1/framework.rb
123
- - lib/cfoundry/v1/runtime.rb
124
- - lib/cfoundry/v1/service.rb
125
- - lib/cfoundry/v1/service_instance.rb
126
- - lib/cfoundry/v1/user.rb
127
- - lib/cfoundry/v2/app.rb
128
- - lib/cfoundry/v2/base.rb
120
+ - lib/cfoundry/v2/service_binding.rb
121
+ - lib/cfoundry/v2/service.rb
129
122
  - lib/cfoundry/v2/client.rb
130
- - lib/cfoundry/v2/domain.rb
131
- - lib/cfoundry/v2/framework.rb
132
123
  - lib/cfoundry/v2/model.rb
124
+ - lib/cfoundry/v2/user.rb
125
+ - lib/cfoundry/v2/framework.rb
133
126
  - lib/cfoundry/v2/model_magic.rb
127
+ - lib/cfoundry/v2/service_auth_token.rb
128
+ - lib/cfoundry/v2/space.rb
129
+ - lib/cfoundry/v2/app.rb
130
+ - lib/cfoundry/v2/service_plan.rb
131
+ - lib/cfoundry/v2/base.rb
134
132
  - lib/cfoundry/v2/organization.rb
135
133
  - lib/cfoundry/v2/route.rb
134
+ - lib/cfoundry/v2/domain.rb
136
135
  - lib/cfoundry/v2/runtime.rb
137
- - lib/cfoundry/v2/service.rb
138
- - lib/cfoundry/v2/service_auth_token.rb
139
- - lib/cfoundry/v2/service_binding.rb
140
136
  - lib/cfoundry/v2/service_instance.rb
141
- - lib/cfoundry/v2/service_plan.rb
142
- - lib/cfoundry/v2/space.rb
143
- - lib/cfoundry/v2/user.rb
144
- - lib/cfoundry/version.rb
137
+ - lib/cfoundry/baseclient.rb
138
+ - lib/cfoundry/upload_helpers.rb
139
+ - lib/cfoundry/v1/service.rb
140
+ - lib/cfoundry/v1/client.rb
141
+ - lib/cfoundry/v1/model.rb
142
+ - lib/cfoundry/v1/user.rb
143
+ - lib/cfoundry/v1/framework.rb
144
+ - lib/cfoundry/v1/model_magic.rb
145
+ - lib/cfoundry/v1/app.rb
146
+ - lib/cfoundry/v1/base.rb
147
+ - lib/cfoundry/v1/runtime.rb
148
+ - lib/cfoundry/v1/service_instance.rb
145
149
  - lib/cfoundry/zip.rb
146
- - lib/cfoundry.rb
147
- - spec/client_spec.rb
150
+ - lib/cfoundry/chatty_hash.rb
148
151
  - spec/helpers.rb
149
152
  - spec/Rakefile
153
+ - spec/client_spec.rb
154
+ has_rdoc: true
150
155
  homepage: http://cloudfoundry.com/
151
156
  licenses: []
152
157
 
@@ -176,11 +181,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
181
  requirements: []
177
182
 
178
183
  rubyforge_project: cfoundry
179
- rubygems_version: 1.8.24
184
+ rubygems_version: 1.6.2
180
185
  signing_key:
181
186
  specification_version: 3
182
187
  summary: High-level library for working with the Cloud Foundry API.
183
188
  test_files:
184
- - spec/client_spec.rb
185
189
  - spec/helpers.rb
186
190
  - spec/Rakefile
191
+ - spec/client_spec.rb