cfoundry 4.6.0 → 4.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,7 +52,7 @@ module CFoundry::V2
52
52
  end
53
53
 
54
54
  def instances
55
- AppInstance.for_app(@client, @guid, name)
55
+ AppInstance.for_app(name, @guid, @client)
56
56
  end
57
57
 
58
58
  def crashes
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "4.6.0".freeze
3
+ VERSION = "4.6.1".freeze
4
4
  end
@@ -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(client, subject.guid, subject.name) { instances }
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.0
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: 1366794048103760910
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: 1366794048103760910
479
+ hash: 3720116799213538688
480
480
  requirements: []
481
481
  rubyforge_project: cfoundry
482
482
  rubygems_version: 1.8.25