rubocop-brands_insurance 0.0.2.pre.rc.2 → 0.0.2.pre.rc.3

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: 168490a89eb8991d94991ccec58b7ff5b14f0b14f46c57c35567d4bb3c8b852f
4
- data.tar.gz: b5f349e4227fd6da0946a3c9115b9f9dcb9146492846c8bbee60032510095f72
3
+ metadata.gz: aff8481403fd3883532f4e31847fba4cb9cb57f614a50885d3db01a0117da43c
4
+ data.tar.gz: 7227cd1f3c99b57fa854174202ca61d51cac7f9a7b467d25a7774d7a7314c2b3
5
5
  SHA512:
6
- metadata.gz: d2eb747441591b3f062eb797739b9aeed23f12a0a17aebe7c7c5a01d94cd8dc7207567108bad1b85034871eb883a18f47228677b9529ed3dfb7a79b2dbaeb18a
7
- data.tar.gz: 902956b2ba4b3e92e2c823b6023ad848285cb3cd829969cfa0ea85929c3c9b02573a3649b7040073e84facbc1150fc345b73228d7e69382f704351a8bc22a9b4
6
+ metadata.gz: 6abfcfeb6d0eaf93855885841cc0224839c5a08ae60b2f07de0856ea563f23e3e08df4c5318688de0838461b4cf474e6ff58c02c526bb6ca72dcc0fe3d648877
7
+ data.tar.gz: 0455addb037dcb636f1f2ddc790baca4d3b443610bd458e0e13ce9d009ae5acaa2b493bb54c33780d440a33d60d79f740dfbbf3a8cdf8aadced5fa2689078db7
data/LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2012-23 Bozhidar Batsov
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module BrandsInsurance
5
- VERSION = '0.0.2-rc.2'
5
+ VERSION = '0.0.2-rc.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-brands_insurance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.pre.rc.2
4
+ version: 0.0.2.pre.rc.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
@@ -31,6 +31,7 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - LICENSE.txt
34
35
  - README.adoc
35
36
  - config/default.yml
36
37
  - docs/cops/style/README.adoc
@@ -45,7 +46,8 @@ files:
45
46
  - lib/rubocop/cop/brands_insurance/style/disallowed_methods.rb
46
47
  - lib/rubocop/cop/brands_insurance_cops.rb
47
48
  homepage: https://github.com/BrandsInsurance/expert-chainsaw/
48
- licenses: []
49
+ licenses:
50
+ - MIT
49
51
  metadata:
50
52
  homepage_uri: https://github.com/BrandsInsurance/expert-chainsaw/
51
53
  source_code_uri: https://github.com/BrandsInsurance/expert-chainsaw/plugins/rubocop/brandsinsurance