aris-control 2.0.2 → 3.0.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: d426ae280f3b06262347aba874a168e2765d37fb
4
- data.tar.gz: 64625c551582f52916b0fe31cae8d8af1fd0233b
3
+ metadata.gz: cf5a7051810e77cacf1b9d3893bbbba869252172
4
+ data.tar.gz: 4e3da98479265243b83078f4fdc61a12474fb560
5
5
  SHA512:
6
- metadata.gz: c6802d34b0e87bc0b374cc04a697ae1aa4fa609abd64780078f33d1749279167f5d80a2defa738316b83da4b1cd663fcbf12271ecc12ade314e3895f1f2a284d
7
- data.tar.gz: aa1ec3998e7d7ccbb1fe91aef54555e84b4f5658614554546d9d23ba7e9c79b965dfc5578c99a47d5ef53916f3938e6ce7094722e6dc77c352a208131c702bdc
6
+ metadata.gz: 0ba27e958f9a875c0491cb24b76011f3cbbacc4de421f766575646762f868ea6f1a4d7a89c981721f7610882cba7fb19a0173f73953e6b691239e85cbf5182b6
7
+ data.tar.gz: 9191e7672e45b884f7e2fa6150f2d6a3eaab2e86b2346f256fa03be72ea10f7e9cd56580971538f010d61fc33f293979c6640a6ea4ae3084dd0e876a683083d9
@@ -19,9 +19,9 @@ module ArisControl
19
19
  env_vars = opts[:env_vars]
20
20
 
21
21
  _opts = Hash.new.tap do |h|
22
- h[:email] = opts[:email] || user.fetch(:email)
23
- h[:ssh_key] = ssh_key || user[:ssh_key] || ''
24
- h[:env_vars] = with_upcased_keys(env_vars) if env_vars
22
+ h['email'] = opts[:email] || user.fetch('email')
23
+ h['ssh_key'] = ssh_key || user['ssh_key'] || ''
24
+ h['env_vars'] = with_upcased_keys(env_vars) if env_vars
25
25
  end
26
26
 
27
27
  users[name] = user.merge(_opts)
@@ -1,3 +1,3 @@
1
1
  module ArisControl
2
- VERSION = '2.0.2'
2
+ VERSION = '3.0.0'
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.2
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Igelmund