lefthook 1.7.11 → 1.7.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48cebf0ad0bc57880219b76c689b264fef7b6d1d0766a7c62b272be77c9ec8f6
4
- data.tar.gz: 579f711771f7c02fb59b8a878965418ed7521533a49ea7863b39146fc634654f
3
+ metadata.gz: 7ac18a44effaac0c7b53f7c42f03ffec265b9a7697d435a0fe3eac8e9799082f
4
+ data.tar.gz: 2626344cdd49997631be1ece8feec6440942144a1fcccf7b04d6bfed72bd4ccd
5
5
  SHA512:
6
- metadata.gz: f7f5a05f344a6752c206a5c5819db88649b1a4f9cbad358402fcf71d59e2e5fe58798ebdee256a075921015bff0579a067c979a1da06e17fe4e710800dc42f47
7
- data.tar.gz: 1e8a94ca1d1947ac0d075642ecd6895ad660ace7390a199a9b2d0a772d096c47b59dee437134b0feff40ce6347a78826a342e4efc7d6a6a6263aa46e6ba9b82a
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.11
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-07-29 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