webmention-verification 6.0.1 → 6.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/webmention/verification/version.rb +1 -1
- data/webmention-verification.gemspec +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6324185d00c44338ac547d0b3d3be64f3816a00e41696788f299ccad065d783
|
4
|
+
data.tar.gz: d39956c772b324e2829adba33c99d8c84f176354cf4033b6e9daa869a988fcc0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35f0cf83a0c3fa56b68b1fee7dab755f0aeada511ffc8f45e3f1187da7d9082e017226f5d34516df032412a8acfb23d41f2a514a4430828a10d8f583a022bc3f
|
7
|
+
data.tar.gz: 265b65c3dab10684a26e38e1f6fc6c12f6427f4df8d384e5a09946cb02f82f2161ee1bf4434a5e8bafa655ac5c19d33e681a2b8257c63e1c15c861b9d8036add
|
data/CHANGELOG.md
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.authors = ['Jason Garber']
|
11
11
|
spec.email = ['jason@sixtwothree.org']
|
12
12
|
|
13
|
-
spec.summary = 'Deprecated in favor of
|
13
|
+
spec.summary = 'Deprecated in favor of webmention from 2022-05-13. Verify a received webmention.'
|
14
14
|
spec.description = spec.summary
|
15
15
|
spec.homepage = 'https://github.com/jgarber623/webmention-verification-ruby'
|
16
16
|
spec.license = 'MIT'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: webmention-verification
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Garber
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.13'
|
41
|
-
description: Deprecated in favor of
|
41
|
+
description: Deprecated in favor of webmention from 2022-05-13. Verify a received
|
42
42
|
webmention.
|
43
43
|
email:
|
44
44
|
- jason@sixtwothree.org
|
@@ -63,7 +63,7 @@ licenses:
|
|
63
63
|
- MIT
|
64
64
|
metadata:
|
65
65
|
bug_tracker_uri: https://github.com/jgarber623/webmention-verification-ruby/issues
|
66
|
-
changelog_uri: https://github.com/jgarber623/webmention-verification-ruby/blob/v6.0.
|
66
|
+
changelog_uri: https://github.com/jgarber623/webmention-verification-ruby/blob/v6.0.2/CHANGELOG.md
|
67
67
|
rubygems_mfa_required: 'true'
|
68
68
|
post_install_message: |2+
|
69
69
|
|
@@ -95,6 +95,5 @@ requirements: []
|
|
95
95
|
rubygems_version: 3.3.12
|
96
96
|
signing_key:
|
97
97
|
specification_version: 4
|
98
|
-
summary: Deprecated in favor of
|
99
|
-
webmention.
|
98
|
+
summary: Deprecated in favor of webmention from 2022-05-13. Verify a received webmention.
|
100
99
|
test_files: []
|