rubocop-codetakt 0.87.0.0 → 0.87.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/Gemfile +1 -1
- data/lib/rubocop/codetakt/version.rb +1 -1
- data/rubocop-codetakt.gemspec +1 -1
- 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: cae264080e612d3ae5bf76dd0c3816ffc13af3bca85243b2a6ec924b2211bbeb
|
4
|
+
data.tar.gz: e80faee591beec66557d34c0efbd7ff0549d3fb3415a4cbd6f959f3b34240967
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a4ca4021d76fd6d318d0f12f23d4c2b7e4b56d515596391b0b0a97dba46ccf61db2121d1f37c1a0fae515064ed531d0c0bc4009468caf9bc36868c21b3c4581
|
7
|
+
data.tar.gz: 77cd5b2112546160d5b39383d965bcd1b59e6206629c9c8376d9f4c7c1de714ce011fab2ffd41a2dbcb5a29b2a3c02f80e02d3e7297c314d47bcbc29d56b8d37
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1
1
|
# rubocop-codetakt:
|
2
2
|
|
3
|
+
## v0.87.1.0 (2020-07-08)
|
4
|
+
|
5
|
+
* Update `rubocop` v0.87.1 and `rubocop-performance` v1.7.0
|
6
|
+
|
3
7
|
## v0.87.0.0 (2020-07-07)
|
4
8
|
|
5
|
-
* Update `rubocop` v0.87.0, `rubocop-rails`
|
9
|
+
* Update `rubocop` v0.87.0, `rubocop-rails` v2.6.0 and `rubocop-rspec` v1.41.0
|
6
10
|
|
7
11
|
## v0.85.0.0 (2020-06-04)
|
8
12
|
|
data/Gemfile
CHANGED
data/rubocop-codetakt.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-codetakt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.87.
|
4
|
+
version: 0.87.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- codeTakt Developers
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.87.
|
19
|
+
version: 0.87.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.87.
|
26
|
+
version: 0.87.1
|
27
27
|
description: |2
|
28
28
|
This includes the RuboCop configuration used by codeTakt. It is
|
29
29
|
for the unification and linting of coding styles.
|