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 +4 -4
- data/CHANGELOG.adoc +11 -0
- data/README.adoc +0 -4
- data/config/default.yml +1 -1
- data/lib/rubocop/brands_insurance/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8d3309398edb67cc901c7c4c703f8af4b961026eff7145c606647ddcb50c994
|
4
|
+
data.tar.gz: 195f69c8072860148863695561fb08c4595096b01ff4a843d73ff5c4db0db72b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f687e75dceccc0d9851e28dc9b87b544862a248c22527494f837bcc8cd3daaf585620a3e202bdbd2b6ac967f8402b9bf7d5f53b25016df5625ecff0b1c5a15d
|
7
|
+
data.tar.gz: fdcf222dc77ce9560864d52569d09198f081c257deb6cec9599cdbafccf79cbd483f9dcee4e54edae676803d15a530def95140b5ad0b6aca71ce2478fe0cf31a
|
data/CHANGELOG.adoc
ADDED
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
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.
|
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/
|
61
|
-
changelog_uri: https://github.com/BrandsInsurance/expert-chainsaw/plugins/rubocop/
|
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:
|