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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30eb3fa2dda34869a8f7f55a0091c690230d55df
4
- data.tar.gz: d971ad2695c8633681a3b29efa8aeb7eaec1e6b5
3
+ metadata.gz: 4ff49350cd5e8101073b19a2b09156372567145a
4
+ data.tar.gz: 2da66db5d885858554a0675f07075bd5ed6c15d3
5
5
  SHA512:
6
- metadata.gz: 0f001dacb982a5d94418d5ce991ea9937fa59f9930c2cea3fefe90660caa9854d8d5afe7f257da83940002fc5f9735d938e4e25b4e037b939fa05f34d5239a42
7
- data.tar.gz: cb3b8d567b6518a9a562eee73231139e8b5897c610afae63170871a3b241aea57790c43e14ebe9c1fb9f8f33dfae4452202857554e0fb83b8e326b465212dd87
6
+ metadata.gz: d2d654d559fb534d7c033332bb8d80581ab70f2dc562ff382e3865ea9563271833569bd7b4c4e5e9f7a0c9e9ce2393dadb02c7a9d770df7efc74ffd07ad30789
7
+ data.tar.gz: e15abc38b4dd9782dc7da97e3bc71ebc1fb0dae2b80e5addb153cb9318c2f15c55ab1b2c1ce44fa150e90f10d27e599015607120b95ff3c2c9421e51cbd14788
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ### 1.0.1 - 2015-01-11
3
+ ### 1.0.2 - 2015-01-11
4
+
5
+ - Docs description fix
6
+
7
+ ### 1.0.2 - 2015-01-11
4
8
 
5
9
  - Added support for Octopress docs
6
10
  - Updated readme
@@ -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: "A framework for writing Jekyll sites ",
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
  })
@@ -1,7 +1,7 @@
1
1
  module Octopress
2
2
  module Tags
3
3
  module ContentFor
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-content-for
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis