jekyll-octopod 0.8.3 → 0.8.4

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
  SHA1:
3
- metadata.gz: d187f46d97183f8058d13bd35cff5491cf17a537
4
- data.tar.gz: 4e3e4f27ab46ab987791654060cf53bca87f115f
3
+ metadata.gz: 2b39e882715c0d6abc9f8bad1095c9fe9624c3b5
4
+ data.tar.gz: 19c5d24ca22e791798f0856cfc3690a077cdc900
5
5
  SHA512:
6
- metadata.gz: 737eeb9f2ef23fc2b902fa4e38b013a8c328da0b101480b73bd28cd83ba3e6edb3d131e792e8a69f89403767ec20ef426092fa45f95860662f94cc9114ca208e
7
- data.tar.gz: 7f514bce879f5b3f1c01acb77b3e248e353b054691b3d3a29ca10f4625d8f61d7316b8c505bf11913583c83524e11b4c23fe37f297112ef007d6928a650a9f71
6
+ metadata.gz: ab98929a2cf3cb25c7f1250d5cb6ecbf0df3b36cdcd56b6083f7d2deb7446fc8141332c16c484474ec14d8334b43597fc2b8d2bce68225eb49a171cf119e0fca
7
+ data.tar.gz: 4e80266745aa26aa525a716cec1eb4fa204bad763a6b6a9599bd6529f4c5271b20d54aadf0c94799da80e038b1640b44153d8fc007b886ca5a57a56bac72b70f
@@ -58,12 +58,13 @@ layout: null
58
58
  <item>
59
59
  <title>{{ post.title }} - {{ post.subtitle }}</title>
60
60
  <link>{{ site.url }}{{ post.url }}</link>
61
+ <atom:link rel="http://podlove.org/deep-link" href="{{ site.url }}/players/{{ post.slug }}"/>
61
62
  <comments>{{ site.url }}{{ post.url }}#disqus_thread</comments>
62
63
  <pubDate>{{ post.date | time_to_rssschema }}</pubDate>
63
64
  {% for category in post.categories %}
64
65
  <category><![CDATA[{{ category }}]]></category>
65
66
  {% endfor %}
66
- <guid isPermaLink="false">{{ site.url }}{{ post.url }}</guid>
67
+ <guid isPermaLink="false">{{ site.url }}{{ post }}</guid>
67
68
  <description><![CDATA[{{ post.content | expand_urls: site.url | cdata_escape | remove_script_and_audio }}]]></description>
68
69
  <content:encoded><![CDATA[{{ post.content | expand_urls: site.url | cdata_escape | remove_script_and_audio }}]]></content:encoded>
69
70
  {% assign url = download_url | append: '/' | append: post.audio[page.format] %}
@@ -8,3 +8,4 @@ require "jekyll/update_config"
8
8
  require "jekyll/static_file"
9
9
  require "jekyll/podigee_player_tag"
10
10
  require "jekyll/date_de"
11
+ require "jekyll/octopod/version"
@@ -3,7 +3,7 @@ module Jekyll
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 8
6
- TINY = 3
6
+ TINY = 4
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-octopod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arne Eilermann
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-02-04 00:00:00.000000000 Z
12
+ date: 2017-02-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: facets