jekyll-webmention_io 2.9.0 → 2.9.1
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 +4 -4
- data/lib/jekyll/webmention_io/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c4c041672bf6a6c5a692627342c275c5ec73fe1
|
|
4
|
+
data.tar.gz: f78199202f0fb7cb456e6011257e87949694a3e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54c1780186a5d59c0ef715824cea9601570db3d52eee1379822292551be356b965e4c4f27905216a85362e9280f0e319a9212b39c09f3715800543de90c4dfb2
|
|
7
|
+
data.tar.gz: 89fdefd1b622540ced630132f090ce92f52888195147312e7746c05185dfdfa4dd4794f1a7f69757e5ca4a56ca7f8d3c4cfff6d81290cfbaa9d0254aa70531ca
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-webmention_io
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.9.
|
|
4
|
+
version: 2.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Gustafson
|
|
@@ -204,11 +204,13 @@ description: |
|
|
|
204
204
|
* Tags
|
|
205
205
|
* Count of webmentions (filterable)
|
|
206
206
|
* All webmentions (filterable)
|
|
207
|
+
* Bookmarks
|
|
207
208
|
* Likes
|
|
208
209
|
* Links
|
|
209
210
|
* Posts
|
|
210
211
|
* Replies
|
|
211
212
|
* Reposts
|
|
213
|
+
* RSVPs
|
|
212
214
|
* Contents for the `head` of your pages
|
|
213
215
|
* JavaScript enhancements
|
|
214
216
|
* Commands - Send webmentions you’ve made
|