octopress-content-for 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/octopress-content-for.rb +1 -1
- data/lib/octopress-content-for/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ff49350cd5e8101073b19a2b09156372567145a
|
4
|
+
data.tar.gz: 2da66db5d885858554a0675f07075bd5ed6c15d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2d654d559fb534d7c033332bb8d80581ab70f2dc562ff382e3865ea9563271833569bd7b4c4e5e9f7a0c9e9ce2393dadb02c7a9d770df7efc74ffd07ad30789
|
7
|
+
data.tar.gz: e15abc38b4dd9782dc7da97e3bc71ebc1fb0dae2b80e5addb153cb9318c2f15c55ab1b2c1ce44fa150e90f10d27e599015607120b95ff3c2c9421e51cbd14788
|
data/CHANGELOG.md
CHANGED
@@ -62,7 +62,7 @@ if defined? Octopress::Docs
|
|
62
62
|
name: "Octopress Content For",
|
63
63
|
gem: "octopress-content-for",
|
64
64
|
version: Octopress::Tags::ContentFor::VERSION,
|
65
|
-
description: "
|
65
|
+
description: "Content_for and yeild tags with filters and conditional output",
|
66
66
|
path: File.expand_path(File.join(File.dirname(__FILE__), "../")),
|
67
67
|
source_url: "https://github.com/octopress/content-for"
|
68
68
|
})
|