cookstyle 8.1.1 → 8.1.2
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/lib/cookstyle/version.rb +2 -2
- metadata +5 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63f06dae4b1574d05ea02e150b003daf9cd18d8cd8d2038f64d43a66b6e864d3
|
4
|
+
data.tar.gz: ba52cc04e80281f9f6a314bf766cc136ccb1ed5559af5edd0fa641619765515c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d903c82cfbea6da0a319283694ace4a1078845371c79f734e6882aa44f2106b4084fad131700c24f387bcd13991326fdf80af1c29dc60d3a7a8528dbcfcac40
|
7
|
+
data.tar.gz: 5c4a9435cf2c69188f61456c23a632de1537e73917c448310ba216037a5a87ffa57ee1eef39f3fd64a51fa9e02c9901eadb28f8fabec81e46b7cfb2f16ed0ded
|
data/lib/cookstyle/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cookstyle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.1.
|
4
|
+
version: 8.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thom May
|
8
8
|
- Tim Smith
|
9
|
-
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rubocop
|
@@ -17,15 +16,14 @@ dependencies:
|
|
17
16
|
requirements:
|
18
17
|
- - '='
|
19
18
|
- !ruby/object:Gem::Version
|
20
|
-
version: 1.75.
|
19
|
+
version: 1.75.5
|
21
20
|
type: :runtime
|
22
21
|
prerelease: false
|
23
22
|
version_requirements: !ruby/object:Gem::Requirement
|
24
23
|
requirements:
|
25
24
|
- - '='
|
26
25
|
- !ruby/object:Gem::Version
|
27
|
-
version: 1.75.
|
28
|
-
description:
|
26
|
+
version: 1.75.5
|
29
27
|
email:
|
30
28
|
- thom@chef.io
|
31
29
|
- tsmith84@gmail.com
|
@@ -324,7 +322,6 @@ metadata:
|
|
324
322
|
source_code_uri: https://github.com/chef/cookstyle
|
325
323
|
documentation_uri: https://docs.chef.io/workstation/cookstyle/
|
326
324
|
bug_tracker_uri: https://github.com/chef/cookstyle/issues
|
327
|
-
post_install_message:
|
328
325
|
rdoc_options: []
|
329
326
|
require_paths:
|
330
327
|
- lib
|
@@ -339,8 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
339
336
|
- !ruby/object:Gem::Version
|
340
337
|
version: '0'
|
341
338
|
requirements: []
|
342
|
-
rubygems_version: 3.
|
343
|
-
signing_key:
|
339
|
+
rubygems_version: 3.6.8
|
344
340
|
specification_version: 4
|
345
341
|
summary: Cookstyle is a code linting tool that helps you to write better Chef Infra
|
346
342
|
cookbooks by detecting and automatically correcting style, syntax, and logic mistakes
|