tvd-microwave 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/cookbooks/microwave/recipes/default.rb +12 -0
- metadata +5 -4
@@ -0,0 +1,12 @@
|
|
1
|
+
directory "#{ENV['HOME']}/.bundle"
|
2
|
+
|
3
|
+
execute "microwave-backup-git" do
|
4
|
+
cwd "#{ENV['HOME']}/.microwave/backup"
|
5
|
+
command "#{ENV['HOME']}/.bash/bin/new-git-repo"
|
6
|
+
creates "#{ENV['HOME']}/.microwave/backup/.git"
|
7
|
+
end
|
8
|
+
|
9
|
+
link "#{ENV['HOME']}/.microwave/chef" do
|
10
|
+
to "#{ENV['HOME']}/work/microwave/chef"
|
11
|
+
end
|
12
|
+
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tvd-microwave
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 7
|
10
|
+
version: 0.0.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tom Bombadil
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-12-
|
18
|
+
date: 2011-12-21 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: microwave
|
@@ -40,6 +40,7 @@ extensions: []
|
|
40
40
|
extra_rdoc_files: []
|
41
41
|
|
42
42
|
files:
|
43
|
+
- cookbooks/microwave/recipes/default.rb
|
43
44
|
- .boson/commands/tvd_microwave.rb
|
44
45
|
- LICENSE
|
45
46
|
- NOTICE
|