lxc 0.3.3 → 0.3.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.
Files changed (3) hide show
  1. data/lib/lxc/version.rb +1 -1
  2. data/spec/lxc_spec.rb +1 -1
  3. metadata +3 -3
data/lib/lxc/version.rb CHANGED
@@ -2,7 +2,7 @@ class LXC
2
2
 
3
3
  unless const_defined?(:VERSION)
4
4
  # LXC Gem Version
5
- VERSION = "0.3.3"
5
+ VERSION = "0.3.4"
6
6
  end
7
7
 
8
8
  end
data/spec/lxc_spec.rb CHANGED
@@ -188,7 +188,7 @@ describe LXC do
188
188
  connection = ::ZTK::SSH.new(
189
189
  :host_name => "127.0.0.1",
190
190
  :user => ENV['USER'],
191
- :keys => File.join(Dir.home, '.ssh', 'id_rsa'),
191
+ :keys => File.join(ENV['HOME'], '.ssh', 'id_rsa'),
192
192
  :keys_only => true
193
193
  )
194
194
  runner = ::LXC::Runner::SSH.new(:ssh => connection)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lxc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -219,7 +219,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
219
219
  version: '0'
220
220
  segments:
221
221
  - 0
222
- hash: 3560445346125320013
222
+ hash: 1479615543575547562
223
223
  required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  none: false
225
225
  requirements:
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  version: '0'
229
229
  segments:
230
230
  - 0
231
- hash: 3560445346125320013
231
+ hash: 1479615543575547562
232
232
  requirements: []
233
233
  rubyforge_project:
234
234
  rubygems_version: 1.8.25