octopress-markdown-tag 1.1.1 → 1.1.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 +3 -3
- data/lib/octopress-markdown-tag.rb +1 -1
- data/lib/octopress-markdown-tag/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99080e2eae51b112f9670b651ebeaf1e39e96aab
|
4
|
+
data.tar.gz: 61d277a8154ed613e0b4c13d25593b29b611b75e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2f1c1da70bb706ea479955a8506b5598ac39074babcbebda4162194a59a935c84207c288f5d1c339805b304a17cb0571ae1e473f16de22769cc8881634aecde
|
7
|
+
data.tar.gz: 8bf90b221807d680ca304aab0cd7f657b5aeaaea5c15275467ee8846b6777d4605145f3ca0dfdd86ceb428ba24fbcbcfec3136cbd9c376256e8bf5cd1b4d39c2
|
data/CHANGELOG.md
CHANGED
@@ -30,7 +30,7 @@ if defined? Octopress::Docs
|
|
30
30
|
name: "Octopress Markdown Tag",
|
31
31
|
gem: "octopress-markdown-tag",
|
32
32
|
version: Octopress::Tags::Markdown::VERSION,
|
33
|
-
description: "
|
33
|
+
description: "Write markdown anywhere with this simple liquid tag",
|
34
34
|
path: File.expand_path(File.join(File.dirname(__FILE__), "../")),
|
35
35
|
source_url: "https://github.com/octopress/markdown-tag"
|
36
36
|
})
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octopress-markdown-tag
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|