elecksee 2.0.2 → 2.0.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: 561675fd80cb2364e14de56acb4d94b8245f6fbe
4
- data.tar.gz: 26a7be375f06fd602f04b7f538def402fc1529c1
3
+ metadata.gz: 40d7516cb06fccb92c3860dd2795fc1e836e4bea
4
+ data.tar.gz: 4b0d7bfb4d2f2b30e651c5c5a904f3a3058ae8ac
5
5
  SHA512:
6
- metadata.gz: bd57c8504b042669ad01b96580d02dcc8719bac2a5cb00c4f4f02eb82d62091f32d73c98b5e933492b064cee749a238a36bcc15299e739d867b778652a1a918c
7
- data.tar.gz: 7f832738ce46525f5ee4b6a3e7d27a12f1f215db41f2df05459e5fbe7632ec98210d7b4c0dd50cfafd34ce6e4660b33574cb248d9b0c7f3dc19ee73c113018d1
6
+ metadata.gz: 2d84b46864a723e6f69a97a30de1c8500ed30794013cb55d7afb705ec9a66606ecabc25a8b3eadd72ce0d0ca5f1301f3220f2abeee030615d30a90341915fcd5
7
+ data.tar.gz: 18a177c59091def53c8ac6b9d5bbd0471ba97539d1e3545abc3f9525b557df03438e51a71fd9d9701c8ed321b8656d41e9501f5d669ef8f88a356aeddfd74b97
@@ -1,3 +1,6 @@
1
+ ## v2.0.4
2
+ * Always scrub environment variables prior to execution on attach
3
+
1
4
  ## v2.0.2
2
5
  * Disable spawn by default
3
6
  * Use attach by default
@@ -497,7 +497,7 @@ class Lxc
497
497
  end
498
498
  else
499
499
  tmp_execute_script(command, :networking => false) do |script_path|
500
- command("lxc-attach -n #{name} -- #{script_path}", args.merge(:sudo => true))
500
+ command("lxc-attach --clear-env -n #{name} -- #{script_path}", args.merge(:sudo => true))
501
501
  end
502
502
  end
503
503
  end
@@ -1,4 +1,4 @@
1
1
  module Elecksee
2
2
  # Current library version
3
- VERSION = Gem::Version.new('2.0.2')
3
+ VERSION = Gem::Version.new('2.0.4')
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elecksee
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Roberts