nanoc-html-pipeline 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/nanoc-html-pipeline/version.rb +1 -1
- data/nanoc-html-pipeline.gemspec +2 -1
- metadata +3 -3
data/nanoc-html-pipeline.gemspec
CHANGED
@@ -11,7 +11,8 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.authors = ["Brent Fitzgerlad"]
|
12
12
|
s.email = ["b@brentfitzgerald.com"]
|
13
13
|
s.summary = "nanoc filter for html-pipeline"
|
14
|
-
s.description = ""
|
14
|
+
s.description = "An adapter for using html-pipeline as a filter in your nanoc Rules"
|
15
|
+
s.homepage = "https://github.com/burnto/nanoc-html-pipeline"
|
15
16
|
|
16
17
|
s.rubyforge_project = "nanoc-html-pipeline"
|
17
18
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nanoc-html-pipeline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -107,7 +107,7 @@ dependencies:
|
|
107
107
|
- - ~>
|
108
108
|
- !ruby/object:Gem::Version
|
109
109
|
version: 2.0.6
|
110
|
-
description:
|
110
|
+
description: An adapter for using html-pipeline as a filter in your nanoc Rules
|
111
111
|
email:
|
112
112
|
- b@brentfitzgerald.com
|
113
113
|
executables: []
|
@@ -124,7 +124,7 @@ files:
|
|
124
124
|
- lib/nanoc-html-pipeline/version.rb
|
125
125
|
- nanoc-html-pipeline.gemspec
|
126
126
|
- test/nanoc_html_pipeline_test.rb
|
127
|
-
homepage:
|
127
|
+
homepage: https://github.com/burnto/nanoc-html-pipeline
|
128
128
|
licenses: []
|
129
129
|
post_install_message:
|
130
130
|
rdoc_options: []
|