dev-lxc 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9b7bd69da896ea6a750b5f4ac463fcf23de242e
4
- data.tar.gz: 638d5b30c5c74a4983f763614141cb63d4218931
3
+ metadata.gz: 007356dd5ed7ab4a5f00c0307d63a81d41bcc024
4
+ data.tar.gz: ecd4ecc7d1a81fe3385780855575b8779b8b99be
5
5
  SHA512:
6
- metadata.gz: 107c68008b67e58ac0deca62b502e696dee71d3cfd5984c8a60a2bad3034ba75e821d67a41e9bd5d24efb3c02dc6f313fb105c0ebfa7cca11611aec8386fb7d9
7
- data.tar.gz: df9768afa06905a197c75a95c8df997152445f52db38f51b51278d3fb540337719407525f9dc9483eb0049297f67b894fe9fd79cee4d191c24583cfce6d6ed97
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.join(" ")
164
+ puts abspath.compact
165
165
  end
166
166
 
167
167
  desc "attach [SERVER_NAME_REGEX]", "Attach the terminal to a single server"
@@ -1,3 +1,3 @@
1
1
  module DevLXC
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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-09 00:00:00.000000000 Z
11
+ date: 2015-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler