linecook-gem 0.4.9 → 0.5.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: aab84987abbaefa41e38b87bd435da0b119273bf
4
- data.tar.gz: e61d45ac723f801e4d12051f2d9057c892e2e0df
3
+ metadata.gz: 8800cf874d421fa1ae40bbe63906ce2f98aaca75
4
+ data.tar.gz: 31782508ced7e2ac8cce8a76e171c72ec2d90236
5
5
  SHA512:
6
- metadata.gz: 97fac6cdd77074ccc9e2da74d3305bba09bf30c4bb2cac08a73af198eddfd52cb11a735af2512d453fc89b05eda4384e5ea90af27616679ca198051c0e19dc4d
7
- data.tar.gz: ca5b2df264ceb176f9cef1959ff1c68bbd5a892f684388c62fba356686fa2b4f951f3afa12f308b9ac92ad38c47b6615c9b08e6502fef4efcb26347295482a7a
6
+ metadata.gz: 4c0cd1037bd21c7c5b721a3def9027d45deaec69edf6a5a20804000d4f53b8c079c2df5490a566cf25b22d9d72318abeec89383ac1a0236f0b2884ac47335ddc
7
+ data.tar.gz: b401cc5315622530c1b773e4ad3cc31e308c4265e727772000980123d5893a877d70e5bcaef6ed821bbcc0ce0732f3bddf3ecb05fdaf79071293ae1b065f391f
@@ -58,7 +58,7 @@ module Linecook
58
58
  kparams = {}
59
59
 
60
60
  Tempfile.open('cmdline') do |f|
61
- ssh.download('/proc/cmdline', f.path)
61
+ ssh.download('/proc/cmdline', local: f.path)
62
62
  File.read(f.path).split(/\s+/).each do |param|
63
63
  k,v = param.split('=')
64
64
  kparams[k] = v
@@ -1,3 +1,3 @@
1
1
  module Linecook
2
- VERSION = '0.4.9'
2
+ VERSION = '0.5.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.4.9
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Hamel