tvd-microwave 0.0.8 → 0.0.9

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.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.9
File without changes
@@ -0,0 +1,5 @@
1
+ module TVDinner
2
+ module Microwave
3
+ VERSION = File.read(File.dirname(__FILE__) + '/../../VERSION')
4
+ end
5
+ end
@@ -0,0 +1,7 @@
1
+ require "tvd-microwave/version"
2
+
3
+ module TVDinner
4
+ module Microwave
5
+ # Your code goes here...
6
+ end
7
+ end
data/spec/.gitignore ADDED
File without changes
data/test/.gitignore ADDED
File without changes
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: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
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: 2012-04-09 00:00:00 Z
18
+ date: 2012-05-16 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: microwave
@@ -41,17 +41,24 @@ extra_rdoc_files: []
41
41
 
42
42
  files:
43
43
  - cookbooks/microwave/recipes/default.rb
44
+ - lib/tvd-microwave.rb
45
+ - lib/tvd-microwave/version.rb
46
+ - features/.gitignore
47
+ - spec/.gitignore
48
+ - test/.gitignore
44
49
  - LICENSE
45
50
  - NOTICE
51
+ - VERSION
46
52
  - README.mkd
47
- homepage: https://github.com/HeSYINUvSBZfxqA/tvd-microwave
53
+ homepage: https://github.com/LYJlAigICVvPSVH/tvd-microwave
48
54
  licenses:
49
55
  - Apache 2.0
50
56
  post_install_message:
51
57
  rdoc_options: []
52
58
 
53
59
  require_paths:
54
- - cookbooks
60
+ - - lib
61
+ - cookbooks
55
62
  required_ruby_version: !ruby/object:Gem::Requirement
56
63
  none: false
57
64
  requirements:
@@ -77,5 +84,7 @@ rubygems_version: 1.8.21
77
84
  signing_key:
78
85
  specification_version: 3
79
86
  summary: "tvdinner: tvd-microwave"
80
- test_files: []
81
-
87
+ test_files:
88
+ - features/.gitignore
89
+ - spec/.gitignore
90
+ - test/.gitignore