lefthook 1.7.12 → 1.7.14

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: 0eb336dae7c9470fc0779360fba5bf7955222d57b5b57c7cf08a412debdcc861
4
- data.tar.gz: 87dbddd090c226b0a437478311c4ce31044f63ef7e3f34a60fc57c8db0cc1473
3
+ metadata.gz: 40b6f368ccf210e8f7ad732988a4717ca1f88d91988fd8f5f3f48d98ba42e3cf
4
+ data.tar.gz: e5ef5ac49bbb9865adc4dab5d0eb81ac674b4fe5230e6c9f643b69cee096b459
5
5
  SHA512:
6
- metadata.gz: 55081d74c1c6282e6332e76e85bf687c0ee7790acd251606a79c4db93fef7f73317e926fd9d0af136ffe460756a81a5e818f6a9aab829ed8e97add2119b8535b
7
- data.tar.gz: b7c2d53ca6738ad80794de79fe2c3e89f4ddf2d3bcee0187eec090137081cf6caec7669ebeede8f9bdbe33efb1a7c20a868836d7d7b142238c9503e71812e767
6
+ metadata.gz: '09c0b3b5fc2aadfc0beb25a74f4c8da31e3b8e6b5ea835c932088bc9f7468dc2b44b14cf70e46466fc53639ef7e8ec59ce56989a562e6d061b5569c9745d93a1'
7
+ data.tar.gz: 99649c0e0aff680a8bbe130137e0a29404442096a09790a715f768f1a9c1b40e3847ba33cd474d906ae3d4dd730534c4301a8c2d973ac2c3a8bb377521f0e499
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.14
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-17 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