rubocop-brands_insurance 1.1.0 → 1.1.1.pre.rc.2

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: 67e978aaafa497c1db8a28b9b78bbc629f7f9d2c4a3c8eebc24a0fd1caa6a38f
4
- data.tar.gz: df3c44b2821506f9576f5a2c6a62f137fc4c3318e47be1e8a13c718821f6fabc
3
+ metadata.gz: d8d3309398edb67cc901c7c4c703f8af4b961026eff7145c606647ddcb50c994
4
+ data.tar.gz: 195f69c8072860148863695561fb08c4595096b01ff4a843d73ff5c4db0db72b
5
5
  SHA512:
6
- metadata.gz: 4867597b114624f58bc5c256e3e8e12d4894dd132bf76b050a98609a7fe6019ad7cb8168ce357833265dacf16debbfa4f905050e1c3101bc8dc5530e51c46ad4
7
- data.tar.gz: 65a404461534eb3bd7a38ca8e117419318a54c8d047e3f584064563708022f01e458c6787e7859af554e016464dac78685be675c7133ca1ff1641bced08cb12a
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.0'
5
+ VERSION = '1.1.1-rc.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-brands_insurance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1.pre.rc.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-02 00:00:00.000000000 Z
11
+ date: 2023-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -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
@@ -55,9 +56,10 @@ homepage: https://github.com/BrandsInsurance/expert-chainsaw/
55
56
  licenses:
56
57
  - MIT
57
58
  metadata:
59
+ rubygems_mfa_required: 'true'
58
60
  homepage_uri: https://github.com/BrandsInsurance/expert-chainsaw/
59
- source_code_uri: https://github.com/BrandsInsurance/expert-chainsaw/plugins/rubocop/brandsinsurance
60
- 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
61
63
  post_install_message:
62
64
  rdoc_options: []
63
65
  require_paths:
@@ -69,9 +71,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
71
  version: 3.0.1
70
72
  required_rubygems_version: !ruby/object:Gem::Requirement
71
73
  requirements:
72
- - - ">="
74
+ - - ">"
73
75
  - !ruby/object:Gem::Version
74
- version: '0'
76
+ version: 1.3.1
75
77
  requirements: []
76
78
  rubygems_version: 3.2.15
77
79
  signing_key: