makandra-rubocop 9.0.0 → 9.0.1
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.md +6 -1
- data/lib/makandra_rubocop/version.rb +1 -1
- data/makandra-rubocop.gemspec +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fc766e72368000128b863c1f0aca807e2d7259308e5bc1c6392d893106cab47
|
|
4
|
+
data.tar.gz: cd12ff0209d36814d063ac92983dda909e3ae162e16a671f9624c5042b046914
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c901ce2b81973347ae2aea0163d6efdd9453205492ae25702cd121d970a7f653cd1e607635fb699491afc7c60cc5ea3c5d6fc574983fb7d71d996242c81052f
|
|
7
|
+
data.tar.gz: 5cfd0c7316c94f8babe8a154a9072445cf8ab85abc5318df03186ba633ba8cef6c55c265c8e532704612e527367d2232f6ec9950813cfa7d84154d5981530802
|
data/CHANGELOG.md
CHANGED
|
@@ -6,10 +6,15 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
6
6
|
|
|
7
7
|
### Breaking changes
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
### Compatible changes
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## 9.0.1 - 2022-03-09
|
|
10
13
|
|
|
11
14
|
### Compatible changes
|
|
12
15
|
|
|
16
|
+
- Activate Rubygems MFA
|
|
17
|
+
|
|
13
18
|
|
|
14
19
|
## 9.0.0 - 2022-02-09
|
|
15
20
|
|
data/makandra-rubocop.gemspec
CHANGED
|
@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.description = 'A relaxed set of default Rubocop settings to use across makandra projects.'
|
|
14
14
|
spec.homepage = 'https://github.com/makandra/makandra-rubocop'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
|
+
spec.metadata = { 'rubygems_mfa_required' => 'true' }
|
|
16
17
|
|
|
17
18
|
# Specify which files should be added to the gem when it is released.
|
|
18
19
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: makandra-rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 9.0.
|
|
4
|
+
version: 9.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arne Hartherz
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-
|
|
12
|
+
date: 2022-03-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubocop
|
|
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
127
127
|
- !ruby/object:Gem::Version
|
|
128
128
|
version: '0'
|
|
129
129
|
requirements: []
|
|
130
|
-
rubygems_version: 3.2.
|
|
130
|
+
rubygems_version: 3.2.25
|
|
131
131
|
signing_key:
|
|
132
132
|
specification_version: 4
|
|
133
133
|
summary: makandra's default Rubocop configuration
|