chefdk-julia 1.0.0 → 1.0.1
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 +4 -4
- data/README.md +1 -0
- data/lib/chefdk/julia/version.rb +1 -1
- data/templates/default/metadata.rb.erb +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2df90ffab0121346f7eed2886577e45a5ddc99c4
|
|
4
|
+
data.tar.gz: 050cb7f6943d9d7866ea818befcf2e609e46756c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33ad9d3927759030e5aceadc160ffced5bc462116da548401e1a922f81decb7787c8592c6c63f1399450babb3a2de54b16de1cbc3051c66481d194116f3fd433
|
|
7
|
+
data.tar.gz: dd4559e7e4c9b9c4c078542cb7339c86ede4962ade2473d2966c188d010af423138d4d1b90d943a3cce7d73689620316614a7ce9a5402e0f1d437d40133f6d61
|
data/README.md
CHANGED
|
@@ -20,6 +20,7 @@ Generated Cookbooks will contain:
|
|
|
20
20
|
2. RSpec spec_helper.rb file setup to disallow global monkey-patching and allow focusing single tests.
|
|
21
21
|
3. .rspec file which auto-requires spec_helper.rb in specs
|
|
22
22
|
4. .rubocop.yml file with line length set to 100.
|
|
23
|
+
5. [InSpec](https://docs.chef.io/compliance.html#audit-resources) setup for integration testing instead of ServerSpec
|
|
23
24
|
|
|
24
25
|
|
|
25
26
|
## Prerequisites
|
data/lib/chefdk/julia/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chefdk-julia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Orion Ifland
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-05-
|
|
12
|
+
date: 2016-05-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: An Opinionated Cookbook creator, with spunk and a grin, by Nordstrom
|
|
15
15
|
email:
|