webgen 0.5.15 → 0.5.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -52,7 +52,6 @@ desc "Generate the HTML documentation"
52
52
  Webgen::WebgenTask.new('htmldoc') do |site|
53
53
  site.clobber_outdir = true
54
54
  site.config_block = lambda do |config|
55
- YAML::ENGINE.yamler = 'syck'
56
55
  config['sources'] = [['/', "Webgen::Source::FileSystem", 'doc'],
57
56
  ['/', "Webgen::Source::FileSystem", 'misc', 'default.*'],
58
57
  ['/', "Webgen::Source::FileSystem", 'misc', 'htmldoc.metainfo'],
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.15
1
+ 0.5.17
@@ -5,7 +5,7 @@ template: ~
5
5
  <rss version="2.0">
6
6
  <channel>
7
7
  <title><%= h(context.node['title']) %></title>
8
- <link><%= context.node.feed_link %>"</link>
8
+ <link><%= context.node.feed_link %></link>
9
9
  <description><%= h(context.node['description']) %></description>
10
10
  <pubDate><%= Time.now.rfc822 %></pubDate>
11
11
  <lastBuildDate><%= Time.now.rfc822 %></lastBuildDate>
@@ -3,6 +3,6 @@
3
3
  module Webgen
4
4
 
5
5
  # The version of webgen.
6
- VERSION = '0.5.15'
6
+ VERSION = '0.5.17'
7
7
 
8
8
  end
@@ -1,4 +1,4 @@
1
- --- pipeline:erb,tags,blocks,head
1
+ --- pipeline:erb,tags,blocks,head,xmllint
2
2
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang:}" lang="{lang:}">
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.15
4
+ version: 0.5.17
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: 2012-08-29 00:00:00.000000000 Z
12
+ date: 2012-09-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cmdparse