rubocop_director 0.3.0 → 0.4.0
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 +4 -0
- data/README.md +7 -0
- data/lib/rubocop_director/version.rb +1 -1
- metadata +7 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4fa1d703c92924a3748a08bcd0aad40736b83ec744b4077c798ae8ec49c4ffe
|
|
4
|
+
data.tar.gz: 23f1e4da9b33755543dfe7c418d60be08fc593b54f14286d2ab657c7778f445b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5da7881886a7505d0710142be5c4cad8f524c46aada1434eb8550f30dddad4fb0763a048704e2baa0b9feff03ffa3f33ea304a88462a9b9394fe1eaa0a3cde95
|
|
7
|
+
data.tar.gz: 161350c1b721183a6772f8052a328579e2017a66352ce902a1bc18fc8fffcc2cbf61464b9a118029d8e35fa805b398ef2ab80e654643607632c65a79e9c0f9ca
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## master
|
|
4
4
|
|
|
5
|
+
## 0.4.0 (2026-06-15)
|
|
6
|
+
|
|
7
|
+
- [PR #18](https://github.com/DmitryTsepelev/rubocop_director/pull/18) Relax dry-monads dependency, update CI ([@DmitryTsepelev][])
|
|
8
|
+
|
|
5
9
|
## 0.3.0 (2023-06-03)
|
|
6
10
|
|
|
7
11
|
- [PR #12](https://github.com/DmitryTsepelev/rubocop_director/pull/12) Added option to pass configs as args for all config files ([@samarthkathal][])
|
data/README.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
A command–line utility for refactoring planning. It uses `.rubocop_todo.yml` and git history to prioritize a list of refactorings that can bring the most value.
|
|
4
4
|
|
|
5
|
+
Read more about my approach in the [post](https://dmitrytsepelev.dev/directing-refactoring).
|
|
6
|
+
|
|
7
|
+
## Working on a large Rails codebase?
|
|
8
|
+
|
|
9
|
+
If you're dealing with a tangled codebase and need help planning the cleanup — I offer
|
|
10
|
+
[Rails architecture and refactoring consulting](https://dmitrytsepelev.dev/consulting/).
|
|
11
|
+
|
|
5
12
|
## Installation
|
|
6
13
|
|
|
7
14
|
Prerequisites:
|
metadata
CHANGED
|
@@ -1,29 +1,28 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop_director
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- DmitryTsepelev
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: dry-monads
|
|
15
14
|
requirement: !ruby/object:Gem::Requirement
|
|
16
15
|
requirements:
|
|
17
|
-
- -
|
|
16
|
+
- - "~>"
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
18
|
+
version: '1.0'
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
|
-
- -
|
|
23
|
+
- - "~>"
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '1.
|
|
25
|
+
version: '1.0'
|
|
27
26
|
description: Plan your refactorings properly.
|
|
28
27
|
email:
|
|
29
28
|
- dmitry.a.tsepelev@gmail.com
|
|
@@ -57,7 +56,6 @@ metadata:
|
|
|
57
56
|
homepage_uri: https://github.com/DmitryTsepelev/rubocop_director
|
|
58
57
|
source_code_uri: https://github.com/DmitryTsepelev/rubocop_director
|
|
59
58
|
changelog_uri: https://github.com/DmitryTsepelev/rubocop_director/blob/master/CHANGELOG.md
|
|
60
|
-
post_install_message:
|
|
61
59
|
rdoc_options: []
|
|
62
60
|
require_paths:
|
|
63
61
|
- lib
|
|
@@ -72,8 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
72
70
|
- !ruby/object:Gem::Version
|
|
73
71
|
version: '0'
|
|
74
72
|
requirements: []
|
|
75
|
-
rubygems_version:
|
|
76
|
-
signing_key:
|
|
73
|
+
rubygems_version: 4.0.3
|
|
77
74
|
specification_version: 4
|
|
78
75
|
summary: Plan your refactorings properly.
|
|
79
76
|
test_files: []
|