dev-lxc 1.0.0 → 1.0.1
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 +4 -4
- data/README.md +1 -1
- data/lib/dev-lxc/cli.rb +1 -1
- data/lib/dev-lxc/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 007356dd5ed7ab4a5f00c0307d63a81d41bcc024
|
|
4
|
+
data.tar.gz: ecd4ecc7d1a81fe3385780855575b8779b8b99be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 262350451733e50a976993089b8cc6d0667a7d8945adddff5e64d34c1cd5a9de0d5da3cdb7256d358f5dc525a4c6e2166922e47cc16312e3d27d25ffdf04777a
|
|
7
|
+
data.tar.gz: 8e65709f386eaa0b0377984970f1881ce2b98536b8179ad05064a477c8faf4cfa70440422abcbe00b94e0af778ce298ffb4db4f95b8a28c723e2f8cdfd93b706
|
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ for demo purposes, as well as general experimentation and exploration of Chef pr
|
|
|
16
16
|
### Features
|
|
17
17
|
|
|
18
18
|
1. LXC 1.0 Containers - Resource efficient servers with fast start/stop times and standard init
|
|
19
|
-
2. Btrfs - Efficient storage backend provides fast, lightweight container cloning
|
|
19
|
+
2. Btrfs - Efficient, persistent storage backend provides fast, lightweight container cloning
|
|
20
20
|
3. Dnsmasq - DHCP networking and DNS resolution
|
|
21
21
|
4. Platform Images - Images that are built to resemble a traditional server
|
|
22
22
|
5. ruby-lxc - Ruby bindings for liblxc
|
data/lib/dev-lxc/cli.rb
CHANGED
|
@@ -161,7 +161,7 @@ module DevLXC::CLI
|
|
|
161
161
|
def abspath(server_name_regex=nil, rootfs_path)
|
|
162
162
|
abspath = Array.new
|
|
163
163
|
match_server_name_regex(server_name_regex).map { |s| abspath << s.abspath(rootfs_path) }
|
|
164
|
-
puts abspath.compact
|
|
164
|
+
puts abspath.compact
|
|
165
165
|
end
|
|
166
166
|
|
|
167
167
|
desc "attach [SERVER_NAME_REGEX]", "Attach the terminal to a single server"
|
data/lib/dev-lxc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dev-lxc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeremiah Snapp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|