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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e52a0a47234c0631d282cc80aa3430f4a4b13fe
4
- data.tar.gz: 701661cc3a19fd56cf6fec264952e3ba35fae44e
3
+ metadata.gz: 99080e2eae51b112f9670b651ebeaf1e39e96aab
4
+ data.tar.gz: 61d277a8154ed613e0b4c13d25593b29b611b75e
5
5
  SHA512:
6
- metadata.gz: fb16c143c196fe1a3704f5813db1bc358c0471972da288a26950c5eac264b3571c1399e82cba615924af7ec0bbd6a4a110a475684301ae292dd3a9d88f5089a1
7
- data.tar.gz: ae6149a57c61a94fcde9b974497a56ff26b32beb763eaed3db6035ade112831ee737e40535c5bf0900dd5368431c0c2e8ec683395a51ab6e642bd190c5ae863a
6
+ metadata.gz: d2f1c1da70bb706ea479955a8506b5598ac39074babcbebda4162194a59a935c84207c288f5d1c339805b304a17cb0571ae1e473f16de22769cc8881634aecde
7
+ data.tar.gz: 8bf90b221807d680ca304aab0cd7f657b5aeaaea5c15275467ee8846b6777d4605145f3ca0dfdd86ceb428ba24fbcbcfec3136cbd9c376256e8bf5cd1b4d39c2
@@ -1,10 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ### 1.1.1 - 2015-01-11
3
+ ### 1.1.2 - 2015-01-11
4
4
 
5
- - Require version.
5
+ - Docs description fix
6
6
 
7
- ### 1.1.0 - 2015-01-11
7
+ ### 1.1.1 - 2015-01-11
8
8
 
9
9
  - Added support for Octopress docs.
10
10
 
@@ -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: "A framework for writing Jekyll sites ",
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
  })
@@ -1,7 +1,7 @@
1
1
  module Octopress
2
2
  module Tags
3
3
  module Markdown
4
- VERSION = "1.1.1"
4
+ VERSION = "1.1.2"
5
5
  end
6
6
  end
7
7
  end
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.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 00:00:00.000000000 Z
11
+ date: 2015-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler