tvd-microwave 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ module Boson::Commands::TvdMicrowave
2
+ def nuke
3
+ "hello!"
4
+ end
5
+ end
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -40,7 +40,7 @@ extensions: []
40
40
  extra_rdoc_files: []
41
41
 
42
42
  files:
43
- - .boson/commands/tvd-microwave.rb
43
+ - .boson/commands/tvd_microwave.rb
44
44
  - LICENSE
45
45
  - NOTICE
46
46
  - README.mkd
@@ -1,5 +0,0 @@
1
- module Boson::Commands::TVDinner::Microwave
2
- def nuke
3
- "hello!"
4
- end
5
- end