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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2223aff2fa250675cf2911a1802f536b2cd1a26
4
- data.tar.gz: f63fbdbd8cd5c5f037793f8b5d8393369e44a20a
3
+ metadata.gz: 2df90ffab0121346f7eed2886577e45a5ddc99c4
4
+ data.tar.gz: 050cb7f6943d9d7866ea818befcf2e609e46756c
5
5
  SHA512:
6
- metadata.gz: d9b8eb9db38b319b752ca15523327f7b12844315f24be072475cb1da135d3ee79e225ecf23fd69a4bb9d5287a95eb326a73f5b69565d89d5092088b0de2d7b24
7
- data.tar.gz: 6fefdfaa34031804d04407d5fdae00185edf7fe16f6b08949c706073e77f1366103ebb9e70ae9f90bd4ef411d237a008864f7756f22030efb9b869117700f86f
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
@@ -15,6 +15,6 @@
15
15
  module ChefDK
16
16
  # namespace for VERSION constant
17
17
  module Julia
18
- VERSION = '1.0.0'.freeze
18
+ VERSION = '1.0.1'.freeze
19
19
  end
20
20
  end
@@ -5,3 +5,6 @@ license '<%= license %>'
5
5
  description 'Installs/Configures <%= cookbook_name %>'
6
6
  long_description 'Installs/Configures <%= cookbook_name %>'
7
7
  version '0.1.0'
8
+
9
+ source_url ''
10
+ issues_url ''
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.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-26 00:00:00.000000000 Z
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: