vagabond 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,5 +6,5 @@ module Vagabond
6
6
  super(v)
7
7
  end
8
8
  end
9
- VERSION = Version.new('0.1.0', 'tramp')
9
+ VERSION = Version.new('0.1.2', 'bindle')
10
10
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagabond
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
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-03-09 00:00:00.000000000 Z
12
+ date: 2013-03-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -71,30 +71,35 @@ files:
71
71
  - lib/vagabond/cookbooks/lxc/recipes/install_dependencies.rb
72
72
  - lib/vagabond/cookbooks/lxc/recipes/knife.rb
73
73
  - lib/vagabond/cookbooks/lxc/recipes/containers.rb
74
+ - lib/vagabond/cookbooks/vagabond/files/default/lxc-centos
74
75
  - lib/vagabond/cookbooks/vagabond/metadata.rb
75
76
  - lib/vagabond/cookbooks/vagabond/attributes/default.rb
76
77
  - lib/vagabond/cookbooks/vagabond/libraries/vagabond.rb
77
- - lib/vagabond/cookbooks/vagabond/recipes/create.rb
78
78
  - lib/vagabond/cookbooks/vagabond/recipes/default.rb
79
79
  - lib/vagabond/commands.rb
80
80
  - lib/vagabond/server.rb
81
81
  - lib/vagabond/vagabondfile.rb
82
82
  - lib/vagabond/bootstraps/server.erb
83
83
  - lib/vagabond/version.rb
84
+ - lib/vagabond/knife.rb
84
85
  - lib/vagabond/vagabond.rb
86
+ - lib/vagabond/helpers.rb
85
87
  - lib/vagabond/config.rb
86
88
  - lib/vagabond/internal_configuration.rb
87
89
  - lib/vagabond/actions/up.rb
88
90
  - lib/vagabond/actions/create.rb
89
91
  - lib/vagabond/actions/provision.rb
90
92
  - lib/vagabond/actions/status.rb
93
+ - lib/vagabond/actions/start.rb
91
94
  - lib/vagabond/actions/thaw.rb
95
+ - lib/vagabond/actions/rebuild.rb
92
96
  - lib/vagabond/actions/destroy.rb
93
97
  - lib/vagabond/actions/freeze.rb
94
98
  - lib/vagabond/actions/ssh.rb
95
99
  - lib/vagabond.rb
96
100
  - README.md
97
101
  - vagabond.gemspec
102
+ - vagabond-0.1.0.gem
98
103
  - bin/vagabond
99
104
  - CHANGELOG.md
100
105
  homepage: http://github.com/chrisroberts/vagabond
@@ -1,3 +0,0 @@
1
-
2
- node[:vagabond][:containers].each do |name, options|
3
- end