fulmar 1.6.3 → 1.6.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 660d16ed5aaa6f6ec878db9257c72849e88ddac6
|
4
|
+
data.tar.gz: 825df4dcbc952670ba6d82b21599e1b95ed79bb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22f5bc04c4f38641efb9f3b62a449067db3a11bd74d2f849c54b6bf4e215976b38acb1efa7f8af4377c2c582cee883175c58e198cc42f6da6c6107dfc493c853
|
7
|
+
data.tar.gz: 4235c4f20d292d8a5f4fc3b397bc6c77fdf714e729de98fe6abb98b1d9e92b82fe262692fe855dfefbbe25c9e72f03028ff7d0e4cee40a09b694663a2608aa0a
|
@@ -143,7 +143,7 @@ module Fulmar
|
|
143
143
|
|
144
144
|
def initialize_shell
|
145
145
|
path = local? ? @config[:local_path] : @config[:remote_path]
|
146
|
-
@shell = Fulmar::Infrastructure::Service::ShellService.new(path, @config
|
146
|
+
@shell = Fulmar::Infrastructure::Service::ShellService.new(path, @config.ssh_user_and_host)
|
147
147
|
@shell.debug = true if @config[:debug]
|
148
148
|
@shell.strict = true
|
149
149
|
end
|
data/lib/fulmar/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fulmar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonas Siegl
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-06-
|
12
|
+
date: 2015-06-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|