cfoundry 0.5.2 → 0.5.3.rc1
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/v2/app.rb +2 -3
- data/lib/cfoundry/version.rb +1 -1
- metadata +13 -9
data/lib/cfoundry/v2/app.rb
CHANGED
|
@@ -30,6 +30,7 @@ module CFoundry::V2
|
|
|
30
30
|
attribute :command, :string, :default => nil
|
|
31
31
|
attribute :console, :boolean, :default => false
|
|
32
32
|
attribute :buildpack, :string, :default => nil
|
|
33
|
+
attribute :debug, :string, :default => nil
|
|
33
34
|
to_many :service_bindings
|
|
34
35
|
to_many :routes
|
|
35
36
|
|
|
@@ -117,9 +118,7 @@ module CFoundry::V2
|
|
|
117
118
|
self.environment_json = stringify(x.to_hash)
|
|
118
119
|
end
|
|
119
120
|
|
|
120
|
-
|
|
121
|
-
nil
|
|
122
|
-
end
|
|
121
|
+
alias :debug_mode :debug
|
|
123
122
|
|
|
124
123
|
def uris
|
|
125
124
|
return @cache[:uris] if @cache[:uris]
|
data/lib/cfoundry/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfoundry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: -1252421856
|
|
5
|
+
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
|
|
9
|
+
- 3
|
|
10
|
+
- rc
|
|
11
|
+
- 1
|
|
12
|
+
version: 0.5.3.rc1
|
|
11
13
|
platform: ruby
|
|
12
14
|
authors:
|
|
13
15
|
- Cloud Foundry Team
|
|
@@ -16,7 +18,7 @@ autorequire:
|
|
|
16
18
|
bindir: bin
|
|
17
19
|
cert_chain: []
|
|
18
20
|
|
|
19
|
-
date: 2013-03-
|
|
21
|
+
date: 2013-03-06 00:00:00 Z
|
|
20
22
|
dependencies:
|
|
21
23
|
- !ruby/object:Gem::Dependency
|
|
22
24
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
@@ -345,12 +347,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
345
347
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
346
348
|
none: false
|
|
347
349
|
requirements:
|
|
348
|
-
- - "
|
|
350
|
+
- - ">"
|
|
349
351
|
- !ruby/object:Gem::Version
|
|
350
|
-
hash:
|
|
352
|
+
hash: 25
|
|
351
353
|
segments:
|
|
352
|
-
-
|
|
353
|
-
|
|
354
|
+
- 1
|
|
355
|
+
- 3
|
|
356
|
+
- 1
|
|
357
|
+
version: 1.3.1
|
|
354
358
|
requirements: []
|
|
355
359
|
|
|
356
360
|
rubyforge_project: cfoundry
|