tail-cf-plugin 0.0.8.pre → 0.0.9.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/tail-cf-plugin/plugin.rb +1 -1
  2. metadata +2 -2
@@ -19,7 +19,7 @@ module TailCfPlugin
19
19
 
20
20
  raise "Missing an app or space" unless input[:app] || input[:space]
21
21
 
22
- space_guid = (input[:space] && input[:space].guid) || input[:app].space_guid
22
+ space_guid = (input[:space] && input[:space].guid) || input[:app].space.guid
23
23
  app_guid = input[:app] && input[:app].guid
24
24
 
25
25
  loggregrator_client = LoggregatorClient.new(STDOUT)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tail-cf-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8.pre
4
+ version: 0.0.9.pre
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-15 00:00:00.000000000 Z
12
+ date: 2013-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cf