lxc 0.3.4 → 0.3.5
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.
- data/lib/lxc/container.rb +7 -0
- data/lib/lxc/version.rb +1 -1
- metadata +2 -8
data/lib/lxc/container.rb
CHANGED
|
@@ -347,6 +347,13 @@ class LXC
|
|
|
347
347
|
end
|
|
348
348
|
end
|
|
349
349
|
|
|
350
|
+
# Static information about the containers filesystems
|
|
351
|
+
#
|
|
352
|
+
# @return [String] The path to the containers fstab.
|
|
353
|
+
def fs_tab
|
|
354
|
+
File.join(self.container_root, 'fstab')
|
|
355
|
+
end
|
|
356
|
+
|
|
350
357
|
# Directory for the container
|
|
351
358
|
#
|
|
352
359
|
# @return [String] The directory for the container.
|
data/lib/lxc/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.3.5
|
|
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-07-
|
|
12
|
+
date: 2013-07-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: ztk
|
|
@@ -217,18 +217,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
217
217
|
- - ! '>='
|
|
218
218
|
- !ruby/object:Gem::Version
|
|
219
219
|
version: '0'
|
|
220
|
-
segments:
|
|
221
|
-
- 0
|
|
222
|
-
hash: 1479615543575547562
|
|
223
220
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
224
221
|
none: false
|
|
225
222
|
requirements:
|
|
226
223
|
- - ! '>='
|
|
227
224
|
- !ruby/object:Gem::Version
|
|
228
225
|
version: '0'
|
|
229
|
-
segments:
|
|
230
|
-
- 0
|
|
231
|
-
hash: 1479615543575547562
|
|
232
226
|
requirements: []
|
|
233
227
|
rubyforge_project:
|
|
234
228
|
rubygems_version: 1.8.25
|