code_ownership 1.24.0 → 1.25.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/README.md +2 -0
- data/lib/code_ownership/private.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9217ed67fd18ab3aa4ca0e2baa52632e9a2d6b620ca5adb717ee4b81c6d5510b
|
|
4
|
+
data.tar.gz: b3b5e77abd9ff82f0397b8b67cbfb08e5065e7441b08588e9992b559f72d6a3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0b16cdc80b8d2678432e534b25b21e2262ae1c663808594d1724d62b4284dcb0270bab5e56160570fa4c7e497c07ae003f57854f1cf08c81becd3176686bf2b
|
|
7
|
+
data.tar.gz: bf619efd34dceee115036e41860c88d83d86d5d678cb9b09069cd6e74ee5e34219b3fcffa6ecba704a6e5c4e427a30627d3c6eedf605cf58b2db715409564dba
|
data/README.md
CHANGED
|
@@ -5,6 +5,8 @@ Check out `lib/code_ownership.rb` to see the public API.
|
|
|
5
5
|
|
|
6
6
|
Check out `code_ownership_spec.rb` to see examples of how code ownership is used.
|
|
7
7
|
|
|
8
|
+
There is also a [companion VSCode Extension]([url](https://github.com/bigrails/code-ownership-vscode)) for this gem. Just search `Gusto.code-ownership-vscode` in the VSCode Extension Marketplace.
|
|
9
|
+
|
|
8
10
|
## Usage: Declaring Ownership
|
|
9
11
|
There are three ways to declare code ownership using this gem.
|
|
10
12
|
### Package-Based Ownership
|
|
@@ -50,7 +50,7 @@ module CodeOwnership
|
|
|
50
50
|
end
|
|
51
51
|
|
|
52
52
|
if errors.any?
|
|
53
|
-
errors << 'See https://github.com/bigrails/code_ownership
|
|
53
|
+
errors << 'See https://github.com/bigrails/code_ownership#README.md for more details'
|
|
54
54
|
raise InvalidCodeOwnershipConfigurationError.new(errors.join("\n")) # rubocop:disable Style/RaiseArgs
|
|
55
55
|
end
|
|
56
56
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: code_ownership
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.25.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gusto Engineers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-05-
|
|
11
|
+
date: 2022-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bigrails-teams
|