octopress-content-for 1.0.0 → 1.0.1

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: b00f491415f1574e62450ab2eea178f3d7f2cac1
4
- data.tar.gz: 4dc94a7236c206aa188c59b5ecd236ac08d65601
3
+ metadata.gz: 96c8d953843aef7083c7db9a31f17acd3910b549
4
+ data.tar.gz: 2c50614d35eee47c8d4602e4efb004e426cfd79d
5
5
  SHA512:
6
- metadata.gz: d1dc8a458041d8ac422b2dffb4e26faa84119d3bff1bcd22839b0ee3ed5ede3a12554bdddf106ea766d1deff2c2f2745bb441c084d967081f52f07a54d37c043
7
- data.tar.gz: 889f37e7c3a0a19d98e974d03366793a095a61fae3e5a676fc8926b0da4841aeb5969d0a8744d48584314220bf590ff42d334dedb6c27273901ebcc52eb02087
6
+ metadata.gz: 2be1b43740367b84a9945e9c415c0abc12cd9a8ac82846531c70f30c394dab98ac589f9ab90160fdc2d94d3799bfebaed8d7f2febb9ac2e359eb8e0a37df2f08
7
+ data.tar.gz: 4ecad08bc747142b648237ffe49466a222ad687a31d838eeed116f09a58adb7f1ec8fb78514e50a3a219893a9b4b76b4dd7391d4a1e680f2c8ed74dd56fc4ba5
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.0.1 - 2014-07-16
4
+
5
+ - Fixed Octopress Ink docs plugin.
6
+
3
7
  ### 1.0.0 - 2014-07-15
4
8
 
5
9
  - Initial release
data/README.md CHANGED
@@ -20,6 +20,11 @@ Or install it yourself as:
20
20
 
21
21
  $ gem install octopress-content-for
22
22
 
23
+ Next add it to your gems list in Jekyll's `_config.yml`
24
+
25
+ gems:
26
+ - octopress-content-for
27
+
23
28
  ## Usage
24
29
 
25
30
  Use it like a typical `content_for` tag.
@@ -2,9 +2,9 @@ begin
2
2
  require 'octopress-ink'
3
3
 
4
4
  Octopress::Ink.add_plugin({
5
- name: 'Include Tag',
5
+ name: 'Content For',
6
6
  assets_path: File.join(File.expand_path(File.dirname(__FILE__)), '../../assets' ),
7
- description: "Test some plugins y'all"
7
+ description: "Add content_for and yield tags to Jekyll with conditional rendering and in-line filters."
8
8
  })
9
9
  rescue LoadError
10
10
  end
@@ -1,7 +1,7 @@
1
1
  module Octopress
2
2
  module Tags
3
3
  module ContentFor
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
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-content-for
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-15 00:00:00.000000000 Z
11
+ date: 2014-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octopress-tag-helpers