tvd-bundler 0.0.4 → 0.0.5
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-bundler.rb +7 -0
- data/lib/tvd-bundler/version.rb +5 -0
- data/spec/.gitignore +0 -0
- data/test/.gitignore +0 -0
- metadata +17 -8
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
0.0.5
|
data/features/.gitignore
ADDED
File without changes
|
data/lib/tvd-bundler.rb
ADDED
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-bundler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
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
|
@@ -42,17 +42,24 @@ extra_rdoc_files: []
|
|
42
42
|
files:
|
43
43
|
- cookbooks/bundler/recipes/default.rb
|
44
44
|
- cookbooks/bundler/templates/default/config.erb
|
45
|
+
- lib/tvd-bundler.rb
|
46
|
+
- lib/tvd-bundler/version.rb
|
47
|
+
- features/.gitignore
|
48
|
+
- spec/.gitignore
|
49
|
+
- test/.gitignore
|
45
50
|
- LICENSE
|
46
51
|
- NOTICE
|
52
|
+
- VERSION
|
47
53
|
- README.mkd
|
48
|
-
homepage: https://github.com/
|
54
|
+
homepage: https://github.com/LYJlAigICVvPSVH/tvd-bundler
|
49
55
|
licenses:
|
50
56
|
- Apache 2.0
|
51
57
|
post_install_message:
|
52
58
|
rdoc_options: []
|
53
59
|
|
54
60
|
require_paths:
|
55
|
-
-
|
61
|
+
- - lib
|
62
|
+
- cookbooks
|
56
63
|
required_ruby_version: !ruby/object:Gem::Requirement
|
57
64
|
none: false
|
58
65
|
requirements:
|
@@ -78,5 +85,7 @@ rubygems_version: 1.8.21
|
|
78
85
|
signing_key:
|
79
86
|
specification_version: 3
|
80
87
|
summary: "tvdinner: tvd-bundler"
|
81
|
-
test_files:
|
82
|
-
|
88
|
+
test_files:
|
89
|
+
- features/.gitignore
|
90
|
+
- spec/.gitignore
|
91
|
+
- test/.gitignore
|