chefstyle 2.1.1 → 2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 306f81dba30b94e574c6728cf3b91557c3d9c42a1964921214d9ae16f325b2a9
4
- data.tar.gz: 51311179d38798e6deaf20518fd6505cc24b7d9fa6c574acc2dea6c4e8a802a6
3
+ metadata.gz: 807f2b480f727abd6c611d64e6dfe42dde84a51561130f4d875a65cf36d2e873
4
+ data.tar.gz: 47afd158a306d3fa87e22f4f7343ef0a3bad7aec5a3397c29e3c8cae7ef3f414
5
5
  SHA512:
6
- metadata.gz: 5c0c77131f1d6627566260c48a22ccc533d4dbff4f6e18952cc20ee2eaca3b6d83e5e7d3b62f6e804a3316e80472aec4df457cb4829237024f7bfb4d47b39668
7
- data.tar.gz: 4905a3ac41c6ddb28692aa42eba23d0fb887a627d6daa93486d39d48d928f921db1213ebbc95d79309049732d7f1e41d830d9a1e43049000d396248e199cfb5a
6
+ metadata.gz: bb8d08252c5f5993270ae5ef62e47d36887b6703a2f9c3fac6d3b517bf78be8d037c3381da8fbd38a4afa5b4f83afae73fab300b5cdde17dec287232d6456af6
7
+ data.tar.gz: 629902b61042ac71e9387eab6c39ee5cf4f4216f9caa61a8d77bd7321e76b19ff99b2869530f83257b6cb74cc56930a58faee664f24dc2f49caf0ecfcbbc0a59
data/config/upstream.yml CHANGED
@@ -1568,6 +1568,7 @@ Lint/DeprecatedConstants:
1568
1568
  Description: 'Checks for deprecated constants.'
1569
1569
  Enabled: pending
1570
1570
  VersionAdded: '1.8'
1571
+ VersionChanged: '1.22'
1571
1572
  # You can configure deprecated constants.
1572
1573
  # If there is an alternative method, you can set alternative value as `Alternative`.
1573
1574
  # And you can set the deprecated version as `DeprecatedVersion`.
@@ -1588,6 +1589,9 @@ Lint/DeprecatedConstants:
1588
1589
  'FALSE':
1589
1590
  Alternative: 'false'
1590
1591
  DeprecatedVersion: '2.4'
1592
+ 'Net::HTTPServerException':
1593
+ Alternative: 'Net::HTTPClientException'
1594
+ DeprecatedVersion: '2.6'
1591
1595
  'Random::DEFAULT':
1592
1596
  Alternative: 'Random.new'
1593
1597
  DeprecatedVersion: '3.0'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Chefstyle
3
- VERSION = "2.1.1"
4
- RUBOCOP_VERSION = "1.22.2"
3
+ VERSION = "2.1.2"
4
+ RUBOCOP_VERSION = "1.22.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chefstyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chef Software, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-22 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.22.2
19
+ version: 1.22.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.22.2
26
+ version: 1.22.3
27
27
  description:
28
28
  email:
29
29
  - oss@chef.io