lefthook 1.7.12 → 1.7.13

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: 0eb336dae7c9470fc0779360fba5bf7955222d57b5b57c7cf08a412debdcc861
4
- data.tar.gz: 87dbddd090c226b0a437478311c4ce31044f63ef7e3f34a60fc57c8db0cc1473
3
+ metadata.gz: 7ac18a44effaac0c7b53f7c42f03ffec265b9a7697d435a0fe3eac8e9799082f
4
+ data.tar.gz: 2626344cdd49997631be1ece8feec6440942144a1fcccf7b04d6bfed72bd4ccd
5
5
  SHA512:
6
- metadata.gz: 55081d74c1c6282e6332e76e85bf687c0ee7790acd251606a79c4db93fef7f73317e926fd9d0af136ffe460756a81a5e818f6a9aab829ed8e97add2119b8535b
7
- data.tar.gz: b7c2d53ca6738ad80794de79fe2c3e89f4ddf2d3bcee0187eec090137081cf6caec7669ebeede8f9bdbe33efb1a7c20a868836d7d7b142238c9503e71812e767
6
+ metadata.gz: 0547aa97d8959ac4004fbd258987133a9a4b48849eb8cef4e2d597a11c26eb848a87e2afd331b86b3d9bde60d742d7198e5e653f3498f7696dda961ce7187b1a
7
+ data.tar.gz: ac772c49db28e57ba6105d80cce2c6bfb2fc1d0be1ba9f0a28cca8f6c736558b62085bd4e012c0ec8708e3ed26dea3ba0a4437e97ac21dc267b3f0e85e89e845
data/bin/lefthook CHANGED
@@ -20,6 +20,7 @@ os =
20
20
  when "mingw32" then "windows" # Windows with MINGW64 reports RUBY_PLATFORM as "x64-mingw32"
21
21
  when "mingw" then "windows"
22
22
  when "freebsd" then "freebsd"
23
+ when "openbsd" then "openbsd"
23
24
  else raise "Unknown OS: #{platform.os}"
24
25
  end
25
26
 
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.12
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-09 00:00:00.000000000 Z
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