tvd-microwave 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ module TVDinner::Microwave
2
+ def nuke
3
+ "hello!"
4
+ end
5
+ end
data/README.mkd CHANGED
@@ -19,3 +19,9 @@ distributed under the License is distributed on an "AS IS" BASIS,
19
19
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20
20
  See the License for the specific language governing permissions and
21
21
  limitations under the License.
22
+
23
+ TESTS
24
+ =====
25
+
26
+ oijangajji/bin/features oijangajji/oijangajji.feature
27
+
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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-05 00:00:00 +00:00
19
- default_executable:
18
+ date: 2011-12-20 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: microwave
@@ -41,11 +40,10 @@ extensions: []
41
40
  extra_rdoc_files: []
42
41
 
43
42
  files:
44
- - cookbooks/microwave/recipes/default.rb
43
+ - .boson/commands/tvd-microwave.rb
45
44
  - LICENSE
46
45
  - NOTICE
47
46
  - README.mkd
48
- has_rdoc: true
49
47
  homepage: https://github.com/HeSYINUvSBZfxqA/tvd-microwave
50
48
  licenses:
51
49
  - Apache 2.0
@@ -75,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  requirements: []
76
74
 
77
75
  rubyforge_project:
78
- rubygems_version: 1.5.3
76
+ rubygems_version: 1.8.10
79
77
  signing_key:
80
78
  specification_version: 3
81
79
  summary: "tvdinner: tvd-microwave"
@@ -1,12 +0,0 @@
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
-