tvd-microwave 0.0.7 → 0.0.8

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.
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: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
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-21 00:00:00 Z
18
+ date: 2012-04-09 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: microwave
@@ -41,7 +41,6 @@ extra_rdoc_files: []
41
41
 
42
42
  files:
43
43
  - cookbooks/microwave/recipes/default.rb
44
- - .boson/commands/tvd_microwave.rb
45
44
  - LICENSE
46
45
  - NOTICE
47
46
  - README.mkd
@@ -74,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
73
  requirements: []
75
74
 
76
75
  rubyforge_project:
77
- rubygems_version: 1.8.10
76
+ rubygems_version: 1.8.21
78
77
  signing_key:
79
78
  specification_version: 3
80
79
  summary: "tvdinner: tvd-microwave"
@@ -1,5 +0,0 @@
1
- module Boson::Commands::TvdMicrowave
2
- def nuke
3
- "hello!"
4
- end
5
- end