lxc 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -127,7 +127,7 @@ class LXC
127
127
  # @return [Array<String>] Lines of output from the executed command.
128
128
  # @see lxc-start-ephemeral
129
129
  def start_ephemeral(*args)
130
- self.exec("lxc-start-ephemeral", *args)
130
+ self.lxc.exec("lxc-start-ephemeral", *args)
131
131
  end
132
132
 
133
133
  # Stop the container
@@ -2,7 +2,7 @@ class LXC
2
2
 
3
3
  unless const_defined?(:VERSION)
4
4
  # LXC Gem Version
5
- VERSION = "0.2.5"
5
+ VERSION = "0.2.6"
6
6
  end
7
7
 
8
8
  end
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.2.5
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-17 00:00:00.000000000 Z
12
+ date: 2013-05-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ztk
@@ -216,7 +216,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
216
216
  version: '0'
217
217
  segments:
218
218
  - 0
219
- hash: 966588682821511155
219
+ hash: -862719624061594473
220
220
  required_rubygems_version: !ruby/object:Gem::Requirement
221
221
  none: false
222
222
  requirements:
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  version: '0'
226
226
  segments:
227
227
  - 0
228
- hash: 966588682821511155
228
+ hash: -862719624061594473
229
229
  requirements: []
230
230
  rubyforge_project:
231
231
  rubygems_version: 1.8.25