cfoundry 4.6.0 → 4.6.1
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 +1 -1
- data/lib/cfoundry/version.rb +1 -1
- data/spec/cfoundry/v2/app_spec.rb +1 -1
- metadata +3 -3
data/lib/cfoundry/v2/app.rb
CHANGED
data/lib/cfoundry/version.rb
CHANGED
|
@@ -269,7 +269,7 @@ module CFoundry
|
|
|
269
269
|
before do
|
|
270
270
|
subject.stub(:state) { "STARTED" }
|
|
271
271
|
subject.total_instances = instances.count
|
|
272
|
-
AppInstance.stub(:for_app).with(
|
|
272
|
+
AppInstance.stub(:for_app).with(subject.name, subject.guid, client) { instances }
|
|
273
273
|
end
|
|
274
274
|
|
|
275
275
|
let(:instances) do
|
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: 4.6.
|
|
4
|
+
version: 4.6.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -467,7 +467,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
467
467
|
version: '0'
|
|
468
468
|
segments:
|
|
469
469
|
- 0
|
|
470
|
-
hash:
|
|
470
|
+
hash: 3720116799213538688
|
|
471
471
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
472
472
|
none: false
|
|
473
473
|
requirements:
|
|
@@ -476,7 +476,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
476
476
|
version: '0'
|
|
477
477
|
segments:
|
|
478
478
|
- 0
|
|
479
|
-
hash:
|
|
479
|
+
hash: 3720116799213538688
|
|
480
480
|
requirements: []
|
|
481
481
|
rubyforge_project: cfoundry
|
|
482
482
|
rubygems_version: 1.8.25
|