linecook-gem 0.3.9 → 0.4.0

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: 2059410d94da5f8b682ceca77d7ef7edb2be67cc
4
- data.tar.gz: ce2a14752b5dd5258fe1965a59996dee68cd07ca
3
+ metadata.gz: 2fcbbf8a2f1a4dfca38905c660e552633f49b1ca
4
+ data.tar.gz: d58a50784c8e7e2038f5f28dad508c90f4506d63
5
5
  SHA512:
6
- metadata.gz: b516374fdbab3a83ed39e5b9a732d9c7cfdc17eb8f56cb368f00296df58094e22713f480a6bca0acded5293d1dad8d6d45f481f10ebf029e37cc6692be4114b5
7
- data.tar.gz: 5c804315b2eabd88325cd6b80b6159ab047c0eed02f51704263885ec3133635d5a4397f485f3cda9683635463e8d1260e5c7ab2f5fe487044c349e3b13222e76
6
+ metadata.gz: 504e54dee55820e677bda8e66c833dfd6e244582e1a129bd0bcf13f5d2077100a61591d76906baa39b48aa644e55587843c1d4658b5ada0bd24cf4a58c72e689
7
+ data.tar.gz: 71c473b6ae166087f189cff21733672c0b597a3c40b27b1186661966a1a9ebfc61473c83b703e0745d26a9a012d453420ad5be654a06713699eb8752e2e3e4ac
@@ -170,7 +170,7 @@ module Linecook
170
170
  @host ||= begin
171
171
  host = SSHKit::Host.new(user: @username, hostname: @hostname)
172
172
  host.password = @password if @password
173
- opts = {paranoid: false}
173
+ opts = {paranoid: Net::SSH::Verifiers::Null.new}
174
174
  opts.merge!({ proxy: @proxy }) if @proxy
175
175
  opts.merge!({ keys: [@keyfile], auth_methods: %w(publickey password) }) if @keyfile
176
176
  host.ssh_options = opts
@@ -1,3 +1,3 @@
1
1
  module Linecook
2
- VERSION = '0.3.9'
2
+ VERSION = '0.4.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linecook-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Hamel