jekyll-octopod 0.7.9 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f93d294895f219298797b838ce4d8b9866d42844
4
- data.tar.gz: b26cbfe53b8d3bb911b630bd9758b0c19cbdbce5
3
+ metadata.gz: 21de0327f29042bd4c914186b7beb2c2a3a95eb2
4
+ data.tar.gz: bb7f767175f22f6a921972528e6370ba6b277404
5
5
  SHA512:
6
- metadata.gz: b6c30d936573312abd52438365597fa0737df102a78b0a717cb6bc376cf165ec7589a573281ff79485ebfa25729ea65fd2a0225adf555f0ace3eed0be842b2b1
7
- data.tar.gz: 1cdf43e92c8f8b61f4bc0bd644e6e9b2ad58f0da69fb9219d907be4d2b31f8b89b71c84594dd5b399926238c204087e0fc881317033c22c195eb33ef131cc120
6
+ metadata.gz: cf1de9bb1048d08a12d29187cd94338c39740d9941790782d56ed86565b51e30dddd2b2c636e05021e1dfd9e382b4c95d8047b162b3639c48c85259fd07e20b3
7
+ data.tar.gz: 93e8f5d337f699c71801898afce4637b2bba33df9d3fc7fe8a971f6ff775d273185fad3fea05b64516545c196379f3d3c67fe4cb91d06be9dc343af0ff6d8575
@@ -83,7 +83,7 @@ layout: null
83
83
  <atom:name>{{ contributor.name}}</atom:name>
84
84
  <atom:uri>{{ contributor.uri}}</atom:uri>
85
85
  <atom:email>{{ contributor.email}}</atom:email>
86
- <atom:contributor>
86
+ </atom:contributor>
87
87
  {% endfor %}
88
88
  {% endif %}
89
89
  {% if post.image %}
@@ -4,28 +4,27 @@ layout: null
4
4
  <?xml version="1.0" encoding="utf-8"?>
5
5
  <feed xmlns="http://www.w3.org/2005/Atom">
6
6
 
7
- <title>{{ site.title }}</title>
8
- <link href="{{ site.url }}/general_feed.xml" rel="self"/>
9
- <link href="{{ site.url }}"/>
10
- <updated>{{ site.time | date_to_xmlschema }}</updated>
11
- <id>{{ site.url }}/</id>
12
- <author>
13
- <name>{{ site.author }}</name>
14
- <email>{{ site.email }}</email>
15
- </author>
7
+ <title>{{ site.title }}</title>
8
+ <link href="{{ site.url }}/general_feed.xml" rel="self"/>
9
+ <link href="{{ site.url }}"/>
10
+ <updated>{{ site.time | date_to_xmlschema }}</updated>
11
+ <id>{{ site.url }}/</id>
12
+ <author>
13
+ <name>{{ site.author }}</name>
14
+ <email>{{ site.email }}</email>
15
+ </author>
16
16
 
17
- {% for post in site.posts %}
18
- <entry>
19
- <title>{{ post.title }}</title>
20
- <link href="{{ site.url }}{{ post.url }}"/>
21
- <updated>{{ post.date | date_to_xmlschema }}</updated>
22
- <id>{{ site.url }}{{ post.id }}</id>
23
- <content type="html">{{ post.content | xml_escape }}</content>
24
- {% for file in post.audio %}
25
- <link rel="enclosure" type="{{ file.first | mime_type }}" length="{{ file.last | file_size }}" href="{{ site.url }}/episodes/{{ file.last }}"/>
26
- {% endfor %}
27
- {{ site | flattr_atom:post }}
28
- </entry>
29
- {% endfor %}
30
-
31
- </feed>
17
+ {% for post in site.posts %}
18
+ <entry>
19
+ <title>{{ post.title }}</title>
20
+ <link href="{{ site.url }}{{ post.url }}"/>
21
+ <updated>{{ post.date | date_to_xmlschema }}</updated>
22
+ <id>{{ site.url }}{{ post.id }}</id>
23
+ <content type="html">{{ post.content | xml_escape }}</content>
24
+ {% for file in post.audio %}
25
+ <link rel="enclosure" type="{{ file.first | mime_type }}" length="{{ file.last | file_size }}" href="{{ site.url }}/episodes/{{ file.last }}"/>
26
+ {% endfor %}
27
+ {{ site | flattr_atom:post }}
28
+ </entry>
29
+ {% endfor %}
30
+ </feed>
@@ -2,8 +2,8 @@ module Jekyll
2
2
  class Octopod
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
- MINOR = 7
6
- TINY = 9
5
+ MINOR = 8
6
+ TINY = 0
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.7.9
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arne Eilermann