pre-commit-sign 1.1.1 → 1.1.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 +5 -5
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: fc06e3cb32158408ea654edd975a78f63e464be626a5a7f50570eca4e6c26f70
|
4
|
+
data.tar.gz: b0872eb5b8cb8788de184c0b10597663320444f70919b6546e9d6fdb97be2d0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb836e9935b2f297d8d51d731c5b41d6d654f95fbcc326f0f75906124e6d99bbbb5c0ca300286868f34eb707c9ec0a36014a66bee5f754f2c64518809098c3e3
|
7
|
+
data.tar.gz: 94b744a18450973abd575e8115817f2164365700eb7c1cede6e37c70fcf249a5813e8e1290919e3616e181887b1e822d53da69741b8abcf18b173693a1432945
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pre-commit-sign
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Kulka
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This pre-commit plugin will hash certain fields of the commit message
|
14
14
|
and sign it.
|
@@ -25,7 +25,7 @@ licenses:
|
|
25
25
|
- MIT
|
26
26
|
metadata:
|
27
27
|
source_code_uri: https://github.com/mattlqx/pre-commit-sign
|
28
|
-
post_install_message:
|
28
|
+
post_install_message:
|
29
29
|
rdoc_options: []
|
30
30
|
require_paths:
|
31
31
|
- lib
|
@@ -40,9 +40,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '0'
|
42
42
|
requirements: []
|
43
|
-
|
44
|
-
|
45
|
-
signing_key:
|
43
|
+
rubygems_version: 3.1.2
|
44
|
+
signing_key:
|
46
45
|
specification_version: 4
|
47
46
|
summary: Pre-commit plugin for signing commits
|
48
47
|
test_files: []
|