fast_code_owners 0.0.5-x86_64-darwin → 0.0.7-x86_64-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: 9b1c4e6b6cdeca2c3bc75a07cb8ffb8125e6965294fca447bf61a3cf2d1d56aa
4
- data.tar.gz: c1e95f1673b03ca6ebe7e91c1359edd59d19f97bb04bde2ca983b290f7224331
3
+ metadata.gz: 1eb81d764cc0cd605796902ac9c4c560878d6504b228407f2577db43701dbac0
4
+ data.tar.gz: 0a7b3c56ecbcad82bc653c4b6dbe730c16cfcf2404c94edde5eb51dd7cbe45cc
5
5
  SHA512:
6
- metadata.gz: 2b2fad9d3a545d60339d9bcef90f7dbca7412334d5b150fb36f5b0bf0492869bc5a5b2506a6dc5d5980d8eebbadf602440b33a63b93cacd8be0e8a686bf22823
7
- data.tar.gz: 7ed8fece4f7790b66850438598f4bbf0fa026038c6e257f189e54adc8d1d753c25e7b2ddc343b13ffa1f65a331e86f5d7bc3714003680f0f2e9122c6f13cfea4
6
+ metadata.gz: fae4ae20de52bf68a5fe934e1cc3ebf717dcfb83cea5cebf4943de69eeb45a1cf373124bab0ff57d2e1717fcca3e1bf72a09a5a320f916913f68cea1bbb6d40f
7
+ data.tar.gz: 413e0747b531744c5739c56bfdb6993a14dc652ed6884b62344da659b07a193581dd9669f87a236bb3463ab4de9f35fd9db205aa80667e07af6210fbe11fdeec
data/README.md CHANGED
@@ -8,10 +8,6 @@ The [codeowners-rs](https://github.com/rubyatscale/codeowners-rs) CLI is a fast
8
8
 
9
9
  **fast_code_owners** provides Ruby APIs that delegate to codeowners-rs. Much of this code was lifted from [code_ownership](https://github.com/rubyatscale/code_ownership).
10
10
 
11
- ## Dependencies
12
-
13
- - [Rust](https://www.rust-lang.org/tools/install) must be installed and in the PATH
14
-
15
11
  ## Installation
16
12
 
17
13
  ```bash
data/exe/codeowners ADDED
@@ -0,0 +1,79 @@
1
+ #!/usr/bin/env dotslash
2
+
3
+ {
4
+ "name": "codeowners",
5
+ "platforms": {
6
+ "macos-x86_64": {
7
+ "size": 4331528,
8
+ "hash": "blake3",
9
+ "digest": "32bfc7664302bbb52a3130e1207e1b50aa717ebcd03baf3bf166415c98100dde",
10
+ "format": "tar.gz",
11
+ "path": "codeowners",
12
+ "providers": [
13
+ {
14
+ "url": "https://github.com/rubyatscale/codeowners-rs/releases/download/v0.2.4/codeowners-mac.tar.gz"
15
+ },
16
+ {
17
+ "type": "github-release",
18
+ "repo": "https://github.com/rubyatscale/codeowners-rs",
19
+ "tag": "v0.2.4",
20
+ "name": "codeowners-mac.tar.gz"
21
+ }
22
+ ]
23
+ },
24
+ "macos-aarch64": {
25
+ "size": 4331528,
26
+ "hash": "blake3",
27
+ "digest": "32bfc7664302bbb52a3130e1207e1b50aa717ebcd03baf3bf166415c98100dde",
28
+ "format": "tar.gz",
29
+ "path": "codeowners",
30
+ "providers": [
31
+ {
32
+ "url": "https://github.com/rubyatscale/codeowners-rs/releases/download/v0.2.4/codeowners-mac.tar.gz"
33
+ },
34
+ {
35
+ "type": "github-release",
36
+ "repo": "https://github.com/rubyatscale/codeowners-rs",
37
+ "tag": "v0.2.4",
38
+ "name": "codeowners-mac.tar.gz"
39
+ }
40
+ ]
41
+ },
42
+ "linux-x86_64": {
43
+ "size": 18038611,
44
+ "hash": "blake3",
45
+ "digest": "e04e66621efc4c2755b4ef912f5154e9dddafc4a1651bb565fc01465f059d9be",
46
+ "format": "tar.gz",
47
+ "path": "codeowners",
48
+ "providers": [
49
+ {
50
+ "url": "https://github.com/rubyatscale/codeowners-rs/releases/download/v0.2.4/x86_64-unknown-linux-gnu.tar.gz"
51
+ },
52
+ {
53
+ "type": "github-release",
54
+ "repo": "https://github.com/rubyatscale/codeowners-rs",
55
+ "tag": "v0.2.4",
56
+ "name": "x86_64-unknown-linux-gnu.tar.gz"
57
+ }
58
+ ]
59
+ },
60
+ "linux-aarch64": {
61
+ "size": 17411182,
62
+ "hash": "blake3",
63
+ "digest": "f812a66e884e91a5b708b0c0e03149079ef07e2803f0b207a9ca6fad6fe06207",
64
+ "format": "tar.gz",
65
+ "path": "codeowners",
66
+ "providers": [
67
+ {
68
+ "url": "https://github.com/rubyatscale/codeowners-rs/releases/download/v0.2.4/aarch64-unknown-linux-gnu.tar.gz"
69
+ },
70
+ {
71
+ "type": "github-release",
72
+ "repo": "https://github.com/rubyatscale/codeowners-rs",
73
+ "tag": "v0.2.4",
74
+ "name": "aarch64-unknown-linux-gnu.tar.gz"
75
+ }
76
+ ]
77
+ }
78
+ }
79
+ }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FastCodeOwners
4
- VERSION = '0.0.5'
4
+ VERSION = '0.0.7'
5
5
  end
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.5
4
+ version: 0.0.7
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Perry Hertler
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-03 00:00:00.000000000 Z
11
+ date: 2025-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: code_teams
@@ -125,11 +125,13 @@ dependencies:
125
125
  description: A ruby interface that determines file ownership for git repositories
126
126
  email:
127
127
  - perry.hertler@gusto.com
128
- executables: []
128
+ executables:
129
+ - codeowners
129
130
  extensions: []
130
131
  extra_rdoc_files: []
131
132
  files:
132
133
  - README.md
134
+ - exe/codeowners
133
135
  - ext/fast_code_owners/tests/fixtures/valid_project/config/code_ownership.yml
134
136
  - ext/fast_code_owners/tests/fixtures/valid_project/config/teams/bar.yml
135
137
  - ext/fast_code_owners/tests/fixtures/valid_project/config/teams/foo.yml