meez 0.0.1 → 0.0.3
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.
- checksums.yaml +8 -8
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NGFkODk4Zjk5NzgzYjBiMjVjOWIzOGRiMThlY2Q3ODAwMWU0OTQzNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Nzg4ODc4N2ZkNzgxZDE5NDU3OWY4MjViYmNlNDNjMjliZTNjNjJmMw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODkyYjExODI3YzBjZDcxZDE4NDAzYzI5MjcyYzZkYTQ5YjA2MDQ0NDdiNDA2
|
|
10
|
+
MGQzMzViOTM2NGRiM2VlYmJmOWMzMjI4OGNiMzYxYzljOTIxNzZmNzY1NmE5
|
|
11
|
+
ZjQ1N2ZkNjgzYzk4NjkyNDhmMGE4OGFlZjQ1ZGQ5MGRhYWJmYjQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NWVhMGQyNmY3MmQ5ZGI0MmMyYzFlNWEwMDU4NDFhZTJiMzk2NWFhYWZmZDE5
|
|
14
|
+
YmI0MGQ1YzAzZjNjNGE2MmY0YWFmMDJkZGU3MzM0MWIxZDNlZjU5ZjZiZWRk
|
|
15
|
+
ZjlmZjI5MWI2MWZkNjg0MmRiMjc3NWVjZTEzMjdhNmUzY2E4ODU=
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: meez
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Czarkowski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chef
|
|
@@ -52,10 +52,9 @@ dependencies:
|
|
|
52
52
|
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: 1.5.1
|
|
55
|
-
description: !
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
'
|
|
55
|
+
description: ! "`Meez` (slang for `mise en place`) will create an opinionated chef
|
|
56
|
+
cookbook skeleton complete with testing suite including:\n berkshelf, chefspec,
|
|
57
|
+
test kitchen, strainer, foodcritic, server spec\n\n"
|
|
59
58
|
email: paul.czarkowski@rackspace.com
|
|
60
59
|
executables:
|
|
61
60
|
- meez
|
|
@@ -87,5 +86,5 @@ rubyforge_project:
|
|
|
87
86
|
rubygems_version: 2.1.10
|
|
88
87
|
signing_key:
|
|
89
88
|
specification_version: 4
|
|
90
|
-
summary:
|
|
89
|
+
summary: Initializes a chef cookbook with TDD framework
|
|
91
90
|
test_files: []
|