rubocop-brands_insurance 1.1.1.pre.rc.1 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99cbfb8d6619c540c855fb46d1dbf19d0eec868f8ff693990d6b7d59f96fbd17
4
- data.tar.gz: 5cc09ada184245a5dd2862b2b707c9485c471c4cdae90d8d664e02758c71ed1d
3
+ metadata.gz: 21ed5c2bddb2bfd947fb33b0df4b0a5464e31f5d3b682e27fbf2ba2f464d6439
4
+ data.tar.gz: ca8b6552cc76351973d838f13b966631d7fc6ff61f9825cb2847f2462592439c
5
5
  SHA512:
6
- metadata.gz: f496f411100c9d9df331800634cd93ada92e474e8834119bcc604b6eb41a4d037e43994916b0ae5b638c247580f2d2fc3c964bf2c8aecc69ef0e51280b31be22
7
- data.tar.gz: 00c606cb1da2bd204c268ab17bd3ec75e60675c490a9d2cedda784bb4c6e5630fcd9ac140d1adf73b9c2d8d33e07a804da66d3998a020e13fcb6ab446248517a
6
+ metadata.gz: 046e49c682bc198c905c0cf254c2b0eb74f55c0ca59084899e546f9400b9c544212d8ad461358881f4a564cd8cc6d73e2853acafbfb5ddd8887ac17e74f784fd
7
+ data.tar.gz: ec8342f24f9dd3cc474d3c76e42a20f0327db76a2132405c1cc2cf8c62a82b593b0f53ad8e925248cfc384c561d1009ab51ecde2c2ce7a534e3f3d8440b8650a
data/CHANGELOG.adoc ADDED
@@ -0,0 +1,11 @@
1
+ == 1.0.0
2
+
3
+ * Initial public release
4
+
5
+ == 0.0.2
6
+
7
+ * Added ``BrandsInsurance/Style/DisallowedMethods`` cop
8
+
9
+ == 0.0.1
10
+
11
+ * Initial release
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-23 Brands Insurance
1
+ Copyright (c) 2023 Brands Insurance
2
2
 
3
3
  Copyright for portions of project Rubocop are held by Bozhidar Batsov and other contributors, as part of project Rubocop.
4
4
 
data/README.adoc CHANGED
@@ -2,14 +2,10 @@
2
2
 
3
3
  Gem for custom rubocop rules for BrandsInsurance
4
4
 
5
- Welcome to your new gem!
6
- In this directory, you'll find the files you need to be able to package up your Ruby library into a gem.
7
5
  Put your Ruby code in the file ``lib/rubocop/brands_insurance``.
8
6
  To experiment with that code, run
9
7
  ``bin/console`` for an interactive prompt.
10
8
 
11
- TODO: Delete this and the text above, and describe your gem
12
-
13
9
  == Installation
14
10
 
15
11
  Add this line to your application's Gemfile:
data/config/default.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  BrandsInsurance/Style/DisallowedMethods:
2
2
  Description: 'Disallows the usage of `#abort` and `#tap` methods'
3
3
  Enabled: true
4
- VersionAdded: '<<next>>'
4
+ VersionAdded: '0.0.2'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module BrandsInsurance
5
- VERSION = '1.1.1-rc.1'
5
+ VERSION = '1.1.1'
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: 1.1.1.pre.rc.1
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
@@ -37,6 +37,7 @@ executables: []
37
37
  extensions: []
38
38
  extra_rdoc_files: []
39
39
  files:
40
+ - CHANGELOG.adoc
40
41
  - LICENSE.txt
41
42
  - README.adoc
42
43
  - config/default.yml
@@ -57,8 +58,8 @@ licenses:
57
58
  metadata:
58
59
  rubygems_mfa_required: 'true'
59
60
  homepage_uri: https://github.com/BrandsInsurance/expert-chainsaw/
60
- source_code_uri: https://github.com/BrandsInsurance/expert-chainsaw/plugins/rubocop/brandsinsurance
61
- changelog_uri: https://github.com/BrandsInsurance/expert-chainsaw/plugins/rubocop/brandsinsurance/CHANGELOG.adoc
61
+ source_code_uri: https://github.com/BrandsInsurance/expert-chainsaw/tree/main/plugins/rubocop/rubocop-brands_insurance
62
+ changelog_uri: https://github.com/BrandsInsurance/expert-chainsaw/blob/main/plugins/rubocop/rubocop-brands_insurance/CHANGELOG.adoc
62
63
  post_install_message:
63
64
  rdoc_options: []
64
65
  require_paths:
@@ -70,9 +71,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
71
  version: 3.0.1
71
72
  required_rubygems_version: !ruby/object:Gem::Requirement
72
73
  requirements:
73
- - - ">"
74
+ - - ">="
74
75
  - !ruby/object:Gem::Version
75
- version: 1.3.1
76
+ version: '0'
76
77
  requirements: []
77
78
  rubygems_version: 3.2.15
78
79
  signing_key: