octopress-abort-tag 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -1
- data/lib/octopress-abort-tag.rb +1 -1
- data/lib/octopress-abort-tag/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: 211d2c7f4bd1b078d00d7350f147da89dc10d5aa
|
4
|
+
data.tar.gz: c1aa0383d3f34526c27c8a472a2ae2493473705f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c26e243ab3f5f09d1b9788822892301d3d02933d8f2eab0e003300ec86c8929219c1fae8e4df0b7d751c52304a9667497d9a545f270fb3f8b4f32cc2e2e186cf
|
7
|
+
data.tar.gz: 72a4ea83ae3a1d5b99a9bfe96de0d96917716ad0377b495bf60d92bdcd81707267345203b87dd9c7cf3ffd7859612483ca33ffc1a9e20de3311300a1a4c7daf4
|
data/CHANGELOG.md
CHANGED
data/lib/octopress-abort-tag.rb
CHANGED
@@ -37,6 +37,6 @@ if defined? Octopress::Docs
|
|
37
37
|
description: "Conditionally prevent a page from being rendered.",
|
38
38
|
type: "tag",
|
39
39
|
path: File.expand_path(File.join(File.dirname(__FILE__), "../")),
|
40
|
-
source_url: "https://github.com/octopress/"
|
40
|
+
source_url: "https://github.com/octopress/abort-tag"
|
41
41
|
})
|
42
42
|
end
|