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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzdhOWI5ZTQ0NjgzNDFmOTM5M2MwNzI0Njc1Mjc0YTI0ZTk4MDdmZA==
4
+ ODg0MmRjMzk1ZWMyNGM3ODQwZjAxMDg4OWEzOGU0MmM1NDJmNGFiMQ==
5
5
  data.tar.gz: !binary |-
6
- NjE0YzIxZTE0MDQ5NjQwMDU3MDNhNjNjZWI3NzdlNTljMTdiZWU5MQ==
6
+ NjZjODkyM2NhYWNiMzQ2ZGIzN2IxMThjNTgxNDI1NTA3NzAzMGJiYg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ODEyZGEzNDM4OWJlMzhkYWYxYzMzYTM2ZjAzOTFhYjcxNDBiYmQ1MThlZWEz
10
- MTlkOTRmZTBjMzJkODUyNjc1NThlMWZlNzE2MGI4NWRmZDQ3NzJjOWFmNTI5
11
- NWUzYWNmNzFiNDM3Nzc1ODYxZjdhNzUxOTNmNjYxZTMzZDc2Y2I=
9
+ MTU1Nzk3MjUxYWMxZWU1YjNiODU1ZDM1MTEzYjJiN2EwMDkwYjg4ZGJjMWU3
10
+ MzZjYTcxYmYxNjdjZjkzOWM1ZTVjYmE2YTBhZTkxMDM4ZjQxN2QwNjNiNjMx
11
+ MmEyNGI2MzY0NjBkMTg3NjRiZDA1ZDJkMzg4NjllODFhMTA0ZGU=
12
12
  data.tar.gz: !binary |-
13
- MGMwOTIxYWRkNDY1OGQxNjM1MTA0MmZmOWY0MzBlZjJjZWFmYzc1ODdhYjYy
14
- MGU3Mzk5NjRkMjRkOTY4ODQ1NWIzZDQzYmU1Yjc3YmE2ZGNiZDRjZTNlY2E2
15
- OWRjMGZjZDNjY2UwMGMwYzgwYTk0ZjE5YTY5Y2I0NTU1ZWJkMTU=
13
+ NDAyYjJlOTgxNTVkNzI4N2UyNjE4MGE0MjdkOThjMWY4MzI2ZmZlODJkNjcz
14
+ OTEzNzA2OGY5MjRhMzJmZDQxZGZlMzRhMzIwZGIyMmY0YWRlODJkYzc5OThi
15
+ MDY0NjRlY2VhYmMxOTk1MDJiOTYwYjQwYzk0MDdjYTZjOTM5YWE=
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # Knife skeleton version
3
3
  module KnifeSkeleton
4
- VERSION = '0.0.4'
4
+ VERSION = '0.1.0'
5
5
  MAJOR, MINOR, TINY = VERSION.split('.')
6
6
  end
@@ -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 %>
@@ -1,5 +1,5 @@
1
1
  = <%= cookbook_name %> CHANGELOG
2
- <%= '-'*" #{cookbook_name} CHANGELOG".length %>
2
+ <%= '-'*" #{cookbook_name} CHANGELOG".length %>
3
3
 
4
4
  This file is used to list changes made in each version of the <%= cookbook_name %> cookbook.
5
5
 
@@ -1,41 +1,41 @@
1
- <%= cookbook_name %> Cookbook
2
- <%= '='*"cookbook_name Cookbook".length %>
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
@@ -1,5 +1,5 @@
1
1
  = <%= cookbook_name %> Cookbook
2
- <%= '-'*" #{cookbook_name} Cookbook".length %>
2
+ <%= '-'*" #{cookbook_name} Cookbook".length %>
3
3
  TODO: Enter the cookbook description here.
4
4
 
5
5
  e.g.
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
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-08-28 00:00:00.000000000 Z
12
+ date: 2014-09-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef