jekyll-contentblocks 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = Jekyll::ContentBlocks::VERSION
|
9
9
|
gem.authors = ["Rusty Geldmacher"]
|
10
10
|
gem.email = ["russell.geldmacher@gmail.com"]
|
11
|
-
gem.description = %q{Provides a mechanism for passing content up to the layout}
|
11
|
+
gem.description = %q{Provides a mechanism for passing content up to the layout, like Rails' content_for}
|
12
12
|
gem.summary = %q{A Jekyll plugin kind of like Rails' content_for}
|
13
13
|
gem.homepage = "https://github.com/rustygeldmacher/jekyll-contentblocks"
|
14
14
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-contentblocks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -27,7 +27,8 @@ dependencies:
|
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '0'
|
30
|
-
description: Provides a mechanism for passing content up to the layout
|
30
|
+
description: Provides a mechanism for passing content up to the layout, like Rails'
|
31
|
+
content_for
|
31
32
|
email:
|
32
33
|
- russell.geldmacher@gmail.com
|
33
34
|
executables: []
|