webmention-verification 6.0.1 → 6.0.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: f93e78febe8a0d3a67bb30bd277a4b2ee5b47ca9df408a2e2a0bf1ebd2e1bce1
4
- data.tar.gz: cc0c4e92839f0ad2ec361e4b4aa8162c71c4ace2012ac26e84bf04659d9d87bf
3
+ metadata.gz: e6324185d00c44338ac547d0b3d3be64f3816a00e41696788f299ccad065d783
4
+ data.tar.gz: d39956c772b324e2829adba33c99d8c84f176354cf4033b6e9daa869a988fcc0
5
5
  SHA512:
6
- metadata.gz: b02d679f87278ac58d1f29e51f3ad84d6cdaccf1c3699b57dee4ca119d7c8c4ce0afc8508cf44394307dfb1667c93f57ca6ed6040b914109098ce02b33eb93c7
7
- data.tar.gz: '0828eaaf46782bd00c29234632155eaaf32ff2c7d80341efb7cd1ce56ca50af3857b2e7a99da6c18e25c246f834cda8ba0637be23a40a2934f3a8fe7af0827e4'
6
+ metadata.gz: 35f0cf83a0c3fa56b68b1fee7dab755f0aeada511ffc8f45e3f1187da7d9082e017226f5d34516df032412a8acfb23d41f2a514a4430828a10d8f583a022bc3f
7
+ data.tar.gz: 265b65c3dab10684a26e38e1f6fc6c12f6427f4df8d384e5a09946cb02f82f2161ee1bf4434a5e8bafa655ac5c19d33e681a2b8257c63e1c15c861b9d8036add
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## 6.0.1 / unreleased
3
+ ## 6.0.2 / 2022-05-13
4
+
5
+ - Fix deprecation message in spec description (9c196d5)
6
+
7
+ ## 6.0.1 / 2022-05-13
4
8
 
5
9
  - Add deprecation notice (0ba33f2)
6
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Webmention
4
4
  module Verification
5
- VERSION = '6.0.1'
5
+ VERSION = '6.0.2'
6
6
  end
7
7
  end
@@ -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 indieweb-endpoints from 2022-05-13. Verify a received webmention.'
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.1
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 indieweb-endpoints from 2022-05-13. Verify a received
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.1/CHANGELOG.md
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 indieweb-endpoints from 2022-05-13. Verify a received
99
- webmention.
98
+ summary: Deprecated in favor of webmention from 2022-05-13. Verify a received webmention.
100
99
  test_files: []