lefthook 1.0.2 → 1.0.5

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: ada9a9bf2005391c6e1d0f28f8a59dcaeb7f06ea7e07af79cd531c1d722eedda
4
- data.tar.gz: 4c9e06d29b037a9ed2888ed8acaed91584bf80d081f43f8bceb3ffad30d6d5eb
3
+ metadata.gz: f66123d5845bbff7c96fcdab6d185f3c9e761222ebc52ef594e28c4cccc8ca12
4
+ data.tar.gz: 96e89382e2bc0217c6c98b656d09da4c4885c31539c31d8f9f6fc243d671c122
5
5
  SHA512:
6
- metadata.gz: 03c66c198104a0eb65c879e89ca31e2f524e8f216e6bdd6276298164f89f1e1e85c44967233cc32aff55f0d8a87525e11e6d633096f1aad2deec3a887ba82414
7
- data.tar.gz: 670d90712d787580d23ea6689c30705e80ec57f66ebb51e34a470f33ec6194a9ecf0def27d86a3233a87d1091f9f6134afbd7c8fa4b2711d59528132b8e18900
6
+ metadata.gz: d059f745c37cefcf53b33abf3a4ad2d1ec81c7bf3d161f3f30042f821a36d6677c0e2a2c0bed9cab8b9789c01a5d78817f9d52d18f3e0cc5be9f7c0917d1cac0
7
+ data.tar.gz: 3fa93d85f18440d6698153566b86e36e70a2c4a6f80d6b6ecacbe483f146658b611f2ab35fcf2196121544b81fe0a21abe0ec3a8642c084e8d87d6f0f1f963df
data/bin/lefthook CHANGED
@@ -18,6 +18,7 @@ os =
18
18
  when "darwin" then "darwin" # MacOS
19
19
  when "windows" then "windows"
20
20
  when "mingw32" then "windows" # Windows with MINGW64 reports RUBY_PLATFORM as "x64-mingw32"
21
+ when "mingw" then "windows"
21
22
  else raise "Unknown OS: #{platform.os}"
22
23
  end
23
24
 
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: 1.0.2
4
+ version: 1.0.5
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-24 00:00:00.000000000 Z
12
+ date: 2022-07-19 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description:
14
15
  email:
15
- - arkweid@evilmartians.com
16
+ - lefthook@evilmartians.com
16
17
  executables:
17
18
  - lefthook
18
19
  extensions: []