aris-control 2.0.1 → 2.0.2

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: f6304804c6b6e90939e37b0d9cc50dc1461c2248
4
- data.tar.gz: 41109807696d64fc86f5bd648ed5d761f42b59fb
3
+ metadata.gz: d426ae280f3b06262347aba874a168e2765d37fb
4
+ data.tar.gz: 64625c551582f52916b0fe31cae8d8af1fd0233b
5
5
  SHA512:
6
- metadata.gz: a43642cedc93bca986ddadd1ebf391f3efebfb7208cc3a5720238797b41a8b1684c7be8ea9759cc91e96d9d192051558a7ef93664ae8d1481545075c34ea75e5
7
- data.tar.gz: b1c0ea40d92a3d33bb8bad4b0a7b79ee5246ce7ceccc543159774373cc87eadc9d4114ec1123403201c786e4a0ae21efa95de57b3be7032605203baa535468b3
6
+ metadata.gz: c6802d34b0e87bc0b374cc04a697ae1aa4fa609abd64780078f33d1749279167f5d80a2defa738316b83da4b1cd663fcbf12271ecc12ade314e3895f1f2a284d
7
+ data.tar.gz: aa1ec3998e7d7ccbb1fe91aef54555e84b4f5658614554546d9d23ba7e9c79b965dfc5578c99a47d5ef53916f3938e6ce7094722e6dc77c352a208131c702bdc
@@ -20,7 +20,7 @@ module ArisControl
20
20
 
21
21
  _opts = Hash.new.tap do |h|
22
22
  h[:email] = opts[:email] || user.fetch(:email)
23
- h[:ssh_key] = ssh_key if ssh_key
23
+ h[:ssh_key] = ssh_key || user[:ssh_key] || ''
24
24
  h[:env_vars] = with_upcased_keys(env_vars) if env_vars
25
25
  end
26
26
 
@@ -1,3 +1,3 @@
1
1
  module ArisControl
2
- VERSION = '2.0.1'
2
+ VERSION = '2.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aris-control
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Igelmund