heroku_san 4.0.2 → 4.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- heroku_san (4.0.2)
4
+ heroku_san (4.0.3)
5
5
  activesupport
6
6
  heroku-api (>= 0.1.2)
7
7
  rake
@@ -53,7 +53,7 @@ GEM
53
53
  json (>= 1.4.6)
54
54
  diff-lcs (1.1.3)
55
55
  erubis (2.7.0)
56
- excon (0.16.7)
56
+ excon (0.16.8)
57
57
  ffi (1.0.11)
58
58
  gherkin (2.11.5)
59
59
  json (>= 1.4.6)
@@ -125,7 +125,7 @@ module HerokuSan
125
125
  end
126
126
 
127
127
  def logs(tail = false)
128
- sh_heroku 'logs' + (tail ? ' --tail' : '')
128
+ sh_heroku 'logs', (tail ? '--tail' : nil)
129
129
  end
130
130
 
131
131
  def revision
@@ -1,3 +1,3 @@
1
1
  module HerokuSan
2
- VERSION = "4.0.2"
2
+ VERSION = "4.0.3"
3
3
  end
@@ -212,7 +212,7 @@ describe HerokuSan::Stage do
212
212
  subject.logs
213
213
  end
214
214
  it "tails log files" do
215
- subject.should_receive(:system).with("heroku", "logs --tail", "--app", "awesomeapp") { true }
215
+ subject.should_receive(:system).with("heroku", "logs", "--tail", "--app", "awesomeapp") { true }
216
216
  subject.logs(:tail)
217
217
  end
218
218
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku_san
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-11-13 00:00:00.000000000 Z
15
+ date: 2012-11-14 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: heroku-api
@@ -256,7 +256,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
256
256
  version: '0'
257
257
  segments:
258
258
  - 0
259
- hash: 1445282462279237950
259
+ hash: 3534516637765687596
260
260
  required_rubygems_version: !ruby/object:Gem::Requirement
261
261
  none: false
262
262
  requirements: