knife-skeleton 0.0.4 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/knife_skeleton/version.rb +1 -1
- data/templates/CHANGELOG.md.erb +2 -4
- data/templates/CHANGELOG.rdoc.erb +1 -1
- data/templates/README.md.erb +28 -28
- data/templates/README.rdoc.erb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ODg0MmRjMzk1ZWMyNGM3ODQwZjAxMDg4OWEzOGU0MmM1NDJmNGFiMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NjZjODkyM2NhYWNiMzQ2ZGIzN2IxMThjNTgxNDI1NTA3NzAzMGJiYg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTU1Nzk3MjUxYWMxZWU1YjNiODU1ZDM1MTEzYjJiN2EwMDkwYjg4ZGJjMWU3
|
10
|
+
MzZjYTcxYmYxNjdjZjkzOWM1ZTVjYmE2YTBhZTkxMDM4ZjQxN2QwNjNiNjMx
|
11
|
+
MmEyNGI2MzY0NjBkMTg3NjRiZDA1ZDJkMzg4NjllODFhMTA0ZGU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDAyYjJlOTgxNTVkNzI4N2UyNjE4MGE0MjdkOThjMWY4MzI2ZmZlODJkNjcz
|
14
|
+
OTEzNzA2OGY5MjRhMzJmZDQxZGZlMzRhMzIwZGIyMmY0YWRlODJkYzc5OThi
|
15
|
+
MDY0NjRlY2VhYmMxOTk1MDJiOTYwYjQwYzk0MDdjYTZjOTM5YWE=
|
data/templates/CHANGELOG.md.erb
CHANGED
@@ -1,8 +1,6 @@
|
|
1
|
-
<%= cookbook_name %> CHANGELOG
|
2
|
-
#{'='*"<%= cookbook_name %> CHANGELOG".length}
|
1
|
+
# <%= cookbook_name %> CHANGELOG
|
3
2
|
|
4
3
|
This file is used to list changes made in each version of the <%= cookbook_name %> cookbook.
|
5
4
|
|
6
|
-
0.1.0
|
7
|
-
-----
|
5
|
+
## 0.1.0
|
8
6
|
- [your_name] - Initial release of <%= cookbook_name %>
|
data/templates/README.md.erb
CHANGED
@@ -1,41 +1,41 @@
|
|
1
|
-
<%= cookbook_name %> Cookbook
|
2
|
-
|
1
|
+
# <%= cookbook_name %> Cookbook
|
2
|
+
|
3
3
|
TODO: Enter the cookbook description here.
|
4
4
|
|
5
5
|
e.g.
|
6
6
|
This cookbook makes your favorite breakfast sandwich.
|
7
7
|
|
8
|
-
Requirements
|
9
|
-
|
8
|
+
## Requirements
|
9
|
+
|
10
10
|
TODO: List your cookbook requirements. Be sure to include any requirements this cookbook has on platforms, libraries, other cookbooks, packages, operating systems, etc.
|
11
11
|
|
12
12
|
e.g.
|
13
13
|
#### packages
|
14
14
|
- `toaster` - <%= cookbook_name %> needs toaster to brown your bagel.
|
15
15
|
|
16
|
-
Attributes
|
17
|
-
|
16
|
+
## Attributes
|
17
|
+
|
18
18
|
TODO: List your cookbook attributes here.
|
19
19
|
|
20
20
|
e.g.
|
21
21
|
#### <%= cookbook_name %>::default
|
22
22
|
<table>
|
23
|
-
<tr>
|
24
|
-
<th>Key</th>
|
25
|
-
<th>Type</th>
|
26
|
-
<th>Description</th>
|
27
|
-
<th>Default</th>
|
28
|
-
</tr>
|
29
|
-
<tr>
|
30
|
-
<td><tt>['<%= cookbook_name %>']['bacon']</tt></td>
|
31
|
-
<td>Boolean</td>
|
32
|
-
<td>whether to include bacon</td>
|
33
|
-
<td><tt>true</tt></td>
|
34
|
-
</tr>
|
23
|
+
<tr>
|
24
|
+
<th>Key</th>
|
25
|
+
<th>Type</th>
|
26
|
+
<th>Description</th>
|
27
|
+
<th>Default</th>
|
28
|
+
</tr>
|
29
|
+
<tr>
|
30
|
+
<td><tt>['<%= cookbook_name %>']['bacon']</tt></td>
|
31
|
+
<td>Boolean</td>
|
32
|
+
<td>whether to include bacon</td>
|
33
|
+
<td><tt>true</tt></td>
|
34
|
+
</tr>
|
35
35
|
</table>
|
36
36
|
|
37
|
-
Usage
|
38
|
-
|
37
|
+
## Usage
|
38
|
+
|
39
39
|
#### <%= cookbook_name %>::default
|
40
40
|
TODO: Write usage instructions for each cookbook.
|
41
41
|
|
@@ -44,15 +44,15 @@ Just include `<%= cookbook_name %>` in your node's `run_list`:
|
|
44
44
|
|
45
45
|
```json
|
46
46
|
{
|
47
|
-
"name":"my_node",
|
48
|
-
"run_list": [
|
49
|
-
"recipe[<%= cookbook_name %>]"
|
50
|
-
]
|
47
|
+
"name":"my_node",
|
48
|
+
"run_list": [
|
49
|
+
"recipe[<%= cookbook_name %>]"
|
50
|
+
]
|
51
51
|
}
|
52
52
|
```
|
53
53
|
|
54
|
-
Contributing
|
55
|
-
|
54
|
+
## Contributing
|
55
|
+
|
56
56
|
TODO: (optional) If this is a public cookbook, detail the process for contributing. If this is a private cookbook, remove this section.
|
57
57
|
|
58
58
|
e.g.
|
@@ -63,6 +63,6 @@ e.g.
|
|
63
63
|
5. Run the tests, ensuring they all pass
|
64
64
|
6. Submit a Pull Request using Github
|
65
65
|
|
66
|
-
License and Authors
|
67
|
-
|
66
|
+
## License and Authors
|
67
|
+
|
68
68
|
Authors: TODO: List authors
|
data/templates/README.rdoc.erb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-skeleton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pierre Rambaud
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-09-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: chef
|