fast_code_owners 0.0.2 → 0.0.3

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: 7a002695210f5245db1fb2c0c81c8e853af30622f7b4c501de9db530de8039c1
4
- data.tar.gz: eb6c8fe0c380e258bbf43ad086e140d86de5f592b645d21196612752930dd7f3
3
+ metadata.gz: 400dea23b07704196cac9acdaac319eba7f11623c5de8fcf64f2e180c905d145
4
+ data.tar.gz: 446cbdbe8170f2b81ad0882209178019643a5eabef497033aa776ca173de2444
5
5
  SHA512:
6
- metadata.gz: b1a81780c14410829d980d2b4b7d212146c1109634287d6c16c9b14838b47c70d307d8679049dc842f591781e33a3d9918aa256978affe67672eded6b872528a
7
- data.tar.gz: 6221a7c7a12dccfc3bcab64521fdfccac780728134c6712a9bdcc75aab9992b3d1d65566c0d79dd091f6f8ea3d208ee4e8186bb46895e7fe845d8027eea26eac
6
+ metadata.gz: b47aa602f2801763869c3b838cc3347110fa19c9a4220e666ca92ada1ccbda3ebc4435dda68e70a2bb06fa81d9a285c93bbbd88d6f088c188118fe4b558510b2
7
+ data.tar.gz: b93f3213ed325640569ab14bcb5a89d503719c166294dbe5c0de1273ecda974dc8d515c497ba80d765d926f392c5707bc99cb16136dc2d47f39b17e5e8fc1a5b
data/exe/codeowners-rs ADDED
@@ -0,0 +1,79 @@
1
+ #!/usr/bin/env dotslash
2
+
3
+ {
4
+ "name": "codeowners",
5
+ "platforms": {
6
+ "macos-x86_64": {
7
+ "size": 3654984,
8
+ "hash": "blake3",
9
+ "digest": "fbc22ee43800b02663b25decad60a94daddb399fa5c81348c9af5e674d5d961e",
10
+ "format": "tar.gz",
11
+ "path": "codeowners",
12
+ "providers": [
13
+ {
14
+ "url": "https://github.com/perryqh/codeowners-rs-workflow/releases/download/v0.1.5/codeowners-mac.tar.gz"
15
+ },
16
+ {
17
+ "type": "github-release",
18
+ "repo": "https://github.com/perryqh/codeowners-rs-workflow",
19
+ "tag": "v0.1.5",
20
+ "name": "codeowners-mac.tar.gz"
21
+ }
22
+ ]
23
+ },
24
+ "macos-aarch64": {
25
+ "size": 3654984,
26
+ "hash": "blake3",
27
+ "digest": "fbc22ee43800b02663b25decad60a94daddb399fa5c81348c9af5e674d5d961e",
28
+ "format": "tar.gz",
29
+ "path": "codeowners",
30
+ "providers": [
31
+ {
32
+ "url": "https://github.com/perryqh/codeowners-rs-workflow/releases/download/v0.1.5/codeowners-mac.tar.gz"
33
+ },
34
+ {
35
+ "type": "github-release",
36
+ "repo": "https://github.com/perryqh/codeowners-rs-workflow",
37
+ "tag": "v0.1.5",
38
+ "name": "codeowners-mac.tar.gz"
39
+ }
40
+ ]
41
+ },
42
+ "linux-x86_64": {
43
+ "size": 16395080,
44
+ "hash": "blake3",
45
+ "digest": "031c7bcf500cee68dc9e1385439abf4986a7b45fec6da6f23f9221c483484ad8",
46
+ "format": "tar.gz",
47
+ "path": "codeowners",
48
+ "providers": [
49
+ {
50
+ "url": "https://github.com/perryqh/codeowners-rs-workflow/releases/download/v0.1.5/x86_64-unknown-linux-gnu.tar.gz"
51
+ },
52
+ {
53
+ "type": "github-release",
54
+ "repo": "https://github.com/perryqh/codeowners-rs-workflow",
55
+ "tag": "v0.1.5",
56
+ "name": "x86_64-unknown-linux-gnu.tar.gz"
57
+ }
58
+ ]
59
+ },
60
+ "linux-aarch64": {
61
+ "size": 15518470,
62
+ "hash": "blake3",
63
+ "digest": "938d332626d6a84ed9fd5c971aa2ed56a638735ec65e35a92ee454a41d3dc6a9",
64
+ "format": "tar.gz",
65
+ "path": "codeowners",
66
+ "providers": [
67
+ {
68
+ "url": "https://github.com/perryqh/codeowners-rs-workflow/releases/download/v0.1.5/aarch64-unknown-linux-gnu.tar.gz"
69
+ },
70
+ {
71
+ "type": "github-release",
72
+ "repo": "https://github.com/perryqh/codeowners-rs-workflow",
73
+ "tag": "v0.1.5",
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.2'
4
+ VERSION = '0.0.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_code_owners
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Perry Hertler
@@ -153,7 +153,8 @@ dependencies:
153
153
  description: A ruby interface that determines file ownership for git repositories
154
154
  email:
155
155
  - perry.hertler@gusto.com
156
- executables: []
156
+ executables:
157
+ - codeowners-rs
157
158
  extensions:
158
159
  - ext/fast_code_owners/Cargo.toml
159
160
  extra_rdoc_files: []
@@ -164,6 +165,7 @@ files:
164
165
  - Cargo.toml
165
166
  - README.md
166
167
  - Rakefile
168
+ - exe/codeowners-rs
167
169
  - ext/fast_code_owners/Cargo.toml
168
170
  - ext/fast_code_owners/extconf.rb
169
171
  - ext/fast_code_owners/src/lib.rs