tvd-microwave 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -0
- data/features/.gitignore +0 -0
- data/lib/tvd-microwave/version.rb +5 -0
- data/lib/tvd-microwave.rb +7 -0
- data/spec/.gitignore +0 -0
- data/test/.gitignore +0 -0
- metadata +17 -8
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
0.0.9
|
data/features/.gitignore
ADDED
File without changes
|
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:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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-
|
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/
|
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
|
-
-
|
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
|