cfoundry 0.7.0.rc15 → 1.0.0
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
- metadata +7 -7
data/lib/cfoundry/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfoundry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Cloud Foundry Team
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-05-
|
|
13
|
+
date: 2013-05-06 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: multipart-post
|
|
@@ -369,16 +369,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
369
369
|
version: '0'
|
|
370
370
|
segments:
|
|
371
371
|
- 0
|
|
372
|
-
hash: -
|
|
372
|
+
hash: -4102208981056569022
|
|
373
373
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
374
374
|
none: false
|
|
375
375
|
requirements:
|
|
376
|
-
- - ! '
|
|
376
|
+
- - ! '>='
|
|
377
377
|
- !ruby/object:Gem::Version
|
|
378
|
-
version:
|
|
378
|
+
version: '0'
|
|
379
379
|
requirements: []
|
|
380
380
|
rubyforge_project: cfoundry
|
|
381
|
-
rubygems_version: 1.8.
|
|
381
|
+
rubygems_version: 1.8.24
|
|
382
382
|
signing_key:
|
|
383
383
|
specification_version: 3
|
|
384
384
|
summary: High-level library for working with the Cloud Foundry API.
|