cookstyle 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/config/cookstyle.yml +2 -2
- data/lib/cookstyle/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c22a0342a1add4ca1e07bd68802af514190f5c2
|
4
|
+
data.tar.gz: e699b658a9de604009727f73572cbf6b6cfc51a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfe866ab130b3d39eaeb60badc944baa79ea0342f97a98e97fdc0c97f2e7cc022698f248d8b52a6a4ea420d9fd6d8da9930e7406543ecb7ec117db2dcb0a5c96
|
7
|
+
data.tar.gz: 01bd086b44545b563dba557a5b29d60203e4b42563d0fcfdcb800bfec21b81fd6d2316564f97634e935c1aa11696636b1076d9f517290f5c28f7474989768aef
|
data/CHANGELOG.md
CHANGED
data/config/cookstyle.yml
CHANGED
@@ -41,8 +41,8 @@ Style/TrailingCommaInLiteral:
|
|
41
41
|
Style/NumericLiterals:
|
42
42
|
Enabled: false
|
43
43
|
|
44
|
-
#
|
45
|
-
|
44
|
+
# This often triggers no matter what you do with inspec/serverspec matchers
|
45
|
+
Lint/AmbiguousRegexpLiteral:
|
46
46
|
Exclude:
|
47
47
|
- 'test/**/*'
|
48
48
|
|
data/lib/cookstyle/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cookstyle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thom May
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
version: '0'
|
114
114
|
requirements: []
|
115
115
|
rubyforge_project:
|
116
|
-
rubygems_version: 2.
|
116
|
+
rubygems_version: 2.6.7
|
117
117
|
signing_key:
|
118
118
|
specification_version: 4
|
119
119
|
summary: Rubocop configuration for Chef cookbooks
|