jekyll-octopod 0.9.1 → 0.9.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 +4 -4
- data/assets/index.md +2 -2
- data/lib/octopod/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb6e8d1459962714c6c658483fc0b4b0f774a1fd
|
|
4
|
+
data.tar.gz: 4a1db4ffb5a46363d8a246458ffa7d9ef93e86d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80648a10a78305a43780f5f8753c5fb4129d11b622dda6221426397da41982c0354e2059519d7bc89a884cce760e0f595f6903d2f6f1f63212c005bb4cc53098
|
|
7
|
+
data.tar.gz: 631dbaecb5754af568313aed636e9d86a993ba57acfeab3035afc6fbd5c4b7134baad604d736dd1b1311e0ae41850cc18b2d305d2bb4cdd01a576837a10aac76
|
data/assets/index.md
CHANGED
|
@@ -7,8 +7,8 @@ navigation: 0
|
|
|
7
7
|
{% include post.html %}
|
|
8
8
|
|
|
9
9
|
{% assign current_post = site.posts.first %}
|
|
10
|
-
{% for post in site.posts
|
|
11
|
-
{% unless post.url == current_post.url
|
|
10
|
+
{% for post in site.posts -%}
|
|
11
|
+
{% unless post.url == current_post.url -%}
|
|
12
12
|
{% include post_line.html %}
|
|
13
13
|
{% endunless %}
|
|
14
14
|
{% endfor %}
|
data/lib/octopod/version.rb
CHANGED
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.9.
|
|
4
|
+
version: 0.9.2
|
|
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-
|
|
12
|
+
date: 2017-10-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: facets
|
|
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
196
196
|
version: '0'
|
|
197
197
|
requirements: []
|
|
198
198
|
rubyforge_project: jekyll-
|
|
199
|
-
rubygems_version: 2.6.
|
|
199
|
+
rubygems_version: 2.6.13
|
|
200
200
|
signing_key:
|
|
201
201
|
specification_version: 4
|
|
202
202
|
summary: Podcasting Publishing Extension for Jekyll
|