lefthook 0.8.0 → 1.0.3
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_amd64_v1/lefthook +0 -0
- data/libexec/lefthook_darwin_arm64/lefthook +0 -0
- data/libexec/lefthook_linux_amd64_v1/lefthook +0 -0
- data/libexec/lefthook_linux_arm64/lefthook +0 -0
- data/libexec/lefthook_windows_amd64_v1/lefthook.exe +0 -0
- data/libexec/lefthook_windows_arm64/lefthook.exe +0 -0
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f258cf269ca1e28eb80a83125598e7b0bdfbe4c961d8954b51326f0f3c87d33a
|
4
|
+
data.tar.gz: c1dcacede6bda897aa136539b5b3fd984066a65a1021988f9a57f108d2ddbc27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2feea9ed0e3b550198414f43756b18a198b8c7d62ff0e59944432bcaef4fcff71ff4c7f072bfa4cd0bff1065119e08fbb9a98664d01e4afe92c80c6bf2344795
|
7
|
+
data.tar.gz: 507f3dccc20044190222971128b3f5373008013ece6f0793a0c3b9d8997e437d1629f69bd9406af1c567ffee96892b8f2d486e8b909f08d163d61c44c1672c68
|
data/bin/lefthook
CHANGED
@@ -6,6 +6,7 @@ platform = Gem::Platform.new(RUBY_PLATFORM)
|
|
6
6
|
arch =
|
7
7
|
case platform.cpu.sub(/\Auniversal\./, '')
|
8
8
|
when /\Aarm64/ then "arm64" # Apple reports arm64e on M1 macs
|
9
|
+
when /aarch64/ then "arm64"
|
9
10
|
when "x86_64" then "amd64"
|
10
11
|
when "x64" then "amd64" # Windows with MINGW64 reports RUBY_PLATFORM as "x64-mingw32"
|
11
12
|
else raise "Unknown architecture: #{platform.cpu}"
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,18 +1,19 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lefthook
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- A.A.Abroskin
|
8
|
+
- Evil Martians
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2022-06-
|
12
|
+
date: 2022-06-25 00:00:00.000000000 Z
|
12
13
|
dependencies: []
|
13
14
|
description:
|
14
15
|
email:
|
15
|
-
-
|
16
|
+
- lefthook@evilmartians.com
|
16
17
|
executables:
|
17
18
|
- lefthook
|
18
19
|
extensions: []
|
@@ -46,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
47
|
- !ruby/object:Gem::Version
|
47
48
|
version: '0'
|
48
49
|
requirements: []
|
49
|
-
rubygems_version: 3.
|
50
|
+
rubygems_version: 3.1.6
|
50
51
|
signing_key:
|
51
52
|
specification_version: 4
|
52
53
|
summary: A single dependency-free binary to manage all your git hooks that works with
|