lefthook 1.2.0 → 1.2.2

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: 52aba47f7cf311f03028ecc538d8762d298509fb5304b053bf52f10dc119c2a8
4
- data.tar.gz: d232548584fcf8959472929759657b686b81fee92a9a405e712aa52f0bb602db
3
+ metadata.gz: 9319b6a1dad4f91f43b0b05309fb453cd58f3159e238f1817fcae1a08bf51c02
4
+ data.tar.gz: fbd30ed8525642310b86f49d8a1ab214e085b0e99ce9dbf543e74a3b81c0ffc5
5
5
  SHA512:
6
- metadata.gz: 1889fb5eb3750b9525126fafd816c01862268dd07d51eddefaafedafd78274f73749278ad6454269d182858c9a07b88177132d10bd91813b30ffb5a168ae11d7
7
- data.tar.gz: a42a65ad5da7669dad1b5074dbeef4eadff71b8a45dcd9974037fb218986584ed9c3def0b96bdeff97cfb83d1649f3ae99139438a267116e6e010ba34ff3c93a
6
+ metadata.gz: 1d6a5b26bf92e9fddb4c543f33cc51de0814e51dee9aa05d3b5720243e29988f57d165b2e8d3996b2d4b695cefc0704d8d7a49e2b66091bb72baedb940870865
7
+ data.tar.gz: 9afb5e7f4465f21b5089f83d0368062a9090396d46c80661db090c26346e12695b53c75a17274e1bbe52b91a10f1679f5b077081ffeb38f9c63738e4e90b425b
data/bin/lefthook CHANGED
@@ -19,6 +19,7 @@ os =
19
19
  when "windows" then "windows"
20
20
  when "mingw32" then "windows" # Windows with MINGW64 reports RUBY_PLATFORM as "x64-mingw32"
21
21
  when "mingw" then "windows"
22
+ when "freebsd" then "freebsd"
22
23
  else raise "Unknown OS: #{platform.os}"
23
24
  end
24
25
 
Binary file
Binary file
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lefthook
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.A.Abroskin
8
8
  - Evil Martians
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-11-07 00:00:00.000000000 Z
12
+ date: 2022-11-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description:
14
+ description:
15
15
  email:
16
16
  - lefthook@evilmartians.com
17
17
  executables:
@@ -23,6 +23,8 @@ files:
23
23
  - lib/lefthook.rb
24
24
  - libexec/lefthook_darwin_amd64_v1/lefthook
25
25
  - libexec/lefthook_darwin_arm64/lefthook
26
+ - libexec/lefthook_freebsd_amd64_v1/lefthook
27
+ - libexec/lefthook_freebsd_arm64/lefthook
26
28
  - libexec/lefthook_linux_amd64_v1/lefthook
27
29
  - libexec/lefthook_linux_arm64/lefthook
28
30
  - libexec/lefthook_windows_amd64_v1/lefthook.exe
@@ -47,8 +49,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
49
  - !ruby/object:Gem::Version
48
50
  version: '0'
49
51
  requirements: []
50
- rubygems_version: 3.2.3
51
- signing_key:
52
+ rubygems_version: 3.1.2
53
+ signing_key:
52
54
  specification_version: 4
53
55
  summary: A single dependency-free binary to manage all your git hooks that works with
54
56
  any language in any environment, and in all common team workflows.