lefthook 1.7.12 → 1.7.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/lefthook +1 -0
- data/libexec/lefthook-darwin-arm64/lefthook +0 -0
- data/libexec/lefthook-darwin-x64/lefthook +0 -0
- data/libexec/lefthook-freebsd-arm64/lefthook +0 -0
- data/libexec/lefthook-freebsd-x64/lefthook +0 -0
- data/libexec/lefthook-linux-arm64/lefthook +0 -0
- data/libexec/lefthook-linux-x64/lefthook +0 -0
- data/libexec/lefthook-openbsd-arm64/lefthook +0 -0
- data/libexec/lefthook-openbsd-x64/lefthook +0 -0
- data/libexec/lefthook-windows-arm64/lefthook.exe +0 -0
- data/libexec/lefthook-windows-x64/lefthook.exe +0 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ac18a44effaac0c7b53f7c42f03ffec265b9a7697d435a0fe3eac8e9799082f
|
4
|
+
data.tar.gz: 2626344cdd49997631be1ece8feec6440942144a1fcccf7b04d6bfed72bd4ccd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0547aa97d8959ac4004fbd258987133a9a4b48849eb8cef4e2d597a11c26eb848a87e2afd331b86b3d9bde60d742d7198e5e653f3498f7696dda961ce7187b1a
|
7
|
+
data.tar.gz: ac772c49db28e57ba6105d80cce2c6bfb2fc1d0be1ba9f0a28cca8f6c736558b62085bd4e012c0ec8708e3ed26dea3ba0a4437e97ac21dc267b3f0e85e89e845
|
data/bin/lefthook
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lefthook
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- A.A.Abroskin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-08-
|
12
|
+
date: 2024-08-16 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
15
|
email:
|
@@ -27,6 +27,8 @@ files:
|
|
27
27
|
- libexec/lefthook-freebsd-x64/lefthook
|
28
28
|
- libexec/lefthook-linux-arm64/lefthook
|
29
29
|
- libexec/lefthook-linux-x64/lefthook
|
30
|
+
- libexec/lefthook-openbsd-arm64/lefthook
|
31
|
+
- libexec/lefthook-openbsd-x64/lefthook
|
30
32
|
- libexec/lefthook-windows-arm64/lefthook.exe
|
31
33
|
- libexec/lefthook-windows-x64/lefthook.exe
|
32
34
|
homepage: https://github.com/evilmartians/lefthook
|