jekyll-webmention_io 2.8.5 → 2.9.0

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.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: false
2
+
1
3
  require "jekyll"
2
4
  require "jekyll/webmention_io"
3
5
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-webmention_io
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.5
4
+ version: 2.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Gustafson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-01 00:00:00.000000000 Z
11
+ date: 2018-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -231,24 +231,29 @@ files:
231
231
  - lib/jekyll/generators/gather_webmentions.rb
232
232
  - lib/jekyll/generators/queue_webmentions.rb
233
233
  - lib/jekyll/tags/_.rb
234
+ - lib/jekyll/tags/bookmarks.rb
234
235
  - lib/jekyll/tags/count.rb
235
236
  - lib/jekyll/tags/likes.rb
236
237
  - lib/jekyll/tags/links.rb
237
238
  - lib/jekyll/tags/posts.rb
238
239
  - lib/jekyll/tags/replies.rb
239
240
  - lib/jekyll/tags/reposts.rb
241
+ - lib/jekyll/tags/rsvps.rb
240
242
  - lib/jekyll/tags/webmentions.rb
241
243
  - lib/jekyll/tags/webmentions_head.rb
242
244
  - lib/jekyll/tags/webmentions_js.rb
245
+ - lib/jekyll/templates/bookmarks.html
243
246
  - lib/jekyll/templates/count.html
244
247
  - lib/jekyll/templates/likes.html
245
248
  - lib/jekyll/templates/links.html
246
249
  - lib/jekyll/templates/posts.html
247
250
  - lib/jekyll/templates/replies.html
248
251
  - lib/jekyll/templates/reposts.html
252
+ - lib/jekyll/templates/rsvps.html
249
253
  - lib/jekyll/templates/webmentions.html
250
254
  - lib/jekyll/webmention_io.rb
251
255
  - lib/jekyll/webmention_io/version.rb
256
+ - lib/jekyll/webmention_io/webmention.rb
252
257
  homepage: https://github.com/aarongustafson/jekyll-webmention_io
253
258
  licenses:
254
259
  - MIT