fast_code_owners 0.0.11-arm64-darwin → 0.0.13.pre.1-arm64-darwin
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a045e1790c4a46e4cfbed806e75592ba59ba033034c2ba3e5fd0608ee2a7254
|
4
|
+
data.tar.gz: 31f61eb489cdaae10446d02543289df027308384fc9a201ddf3061d33e619a99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d224499277f3e70db87e467d56495f7b70cfcd9054474b1420940cf6039e230a411aba3aa0adc889d123689bbb0b02869427c811e356397edc8c8d9b39ba69a
|
7
|
+
data.tar.gz: 5070d835eba6a471dcfd6877a18ae4aa6a36f26b7ba4a8665c927b798ff3da86e347d1a1e9a831d0fccadc7039b37371cf67f1ec9dc7b149e9bc91676b1cfd10
|
Binary file
|
Binary file
|
data/lib/fast_code_owners/cli.rb
CHANGED
@@ -137,7 +137,7 @@ module FastCodeOwners
|
|
137
137
|
raise 'Please pass in one team. Use `bin/codeowners for_team --help` for more info'
|
138
138
|
end
|
139
139
|
|
140
|
-
puts FastCodeOwners.for_team(teams.first)
|
140
|
+
puts FastCodeOwners.for_team(teams.first)
|
141
141
|
end
|
142
142
|
|
143
143
|
private_class_method :validate!
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fast_code_owners
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.13.pre.1
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Perry Hertler
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: code_teams
|