fulmar 1.6.3 → 1.6.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ce3e863c6645eee3a35494dda21e7a3551371a4
4
- data.tar.gz: 7e9a4145d5ed01256cfcefe023416262d0bfa83e
3
+ metadata.gz: 660d16ed5aaa6f6ec878db9257c72849e88ddac6
4
+ data.tar.gz: 825df4dcbc952670ba6d82b21599e1b95ed79bb8
5
5
  SHA512:
6
- metadata.gz: 86e8fe91f3ee252bc3d8d29d5a510d93c527ae44ee60ced123e9f5535b379ee4777434da2d2cbc0eaf6d7c8dfb020569c0612e4aab56099e86bc04fe5dc39121
7
- data.tar.gz: 24e39441d9abe4843cb2185dda0c8ce11b395243ce575ccf0850256f4dc6ed00c3c23a55df4acf74299cf493a629a2f990e395b86e389f81a31755f67b03a751
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[:hostname])
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
@@ -1,4 +1,4 @@
1
1
  # Provides a global version number
2
2
  module Fulmar
3
- VERSION = '1.6.3'
3
+ VERSION = '1.6.4'
4
4
  end
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.3
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-05 00:00:00.000000000 Z
12
+ date: 2015-06-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler