rubocop-brands_insurance 1.1.1.pre.rc.1 → 1.1.1.pre.rc.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: 99cbfb8d6619c540c855fb46d1dbf19d0eec868f8ff693990d6b7d59f96fbd17
4
- data.tar.gz: 5cc09ada184245a5dd2862b2b707c9485c471c4cdae90d8d664e02758c71ed1d
3
+ metadata.gz: d8d3309398edb67cc901c7c4c703f8af4b961026eff7145c606647ddcb50c994
4
+ data.tar.gz: 195f69c8072860148863695561fb08c4595096b01ff4a843d73ff5c4db0db72b
5
5
  SHA512:
6
- metadata.gz: f496f411100c9d9df331800634cd93ada92e474e8834119bcc604b6eb41a4d037e43994916b0ae5b638c247580f2d2fc3c964bf2c8aecc69ef0e51280b31be22
7
- data.tar.gz: 00c606cb1da2bd204c268ab17bd3ec75e60675c490a9d2cedda784bb4c6e5630fcd9ac140d1adf73b9c2d8d33e07a804da66d3998a020e13fcb6ab446248517a
6
+ metadata.gz: 7f687e75dceccc0d9851e28dc9b87b544862a248c22527494f837bcc8cd3daaf585620a3e202bdbd2b6ac967f8402b9bf7d5f53b25016df5625ecff0b1c5a15d
7
+ data.tar.gz: fdcf222dc77ce9560864d52569d09198f081c257deb6cec9599cdbafccf79cbd483f9dcee4e54edae676803d15a530def95140b5ad0b6aca71ce2478fe0cf31a
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/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-rc.2'
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.pre.rc.2
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: