heroku_san 4.0.2 → 4.0.3
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/Gemfile.lock +2 -2
- data/lib/heroku_san/stage.rb +1 -1
- data/lib/heroku_san/version.rb +1 -1
- data/spec/heroku_san/stage_spec.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
heroku_san (4.0.
|
|
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.
|
|
56
|
+
excon (0.16.8)
|
|
57
57
|
ffi (1.0.11)
|
|
58
58
|
gherkin (2.11.5)
|
|
59
59
|
json (>= 1.4.6)
|
data/lib/heroku_san/stage.rb
CHANGED
data/lib/heroku_san/version.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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:
|
|
259
|
+
hash: 3534516637765687596
|
|
260
260
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
261
261
|
none: false
|
|
262
262
|
requirements:
|