webgen 0.5.15 → 0.5.17
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -1
- data/VERSION +1 -1
- data/data/webgen/passive_sources/templates/rss_feed.template +1 -1
- data/lib/webgen/version.rb +1 -1
- data/misc/default.template +1 -1
- metadata +2 -2
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.
|
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
|
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>
|
data/lib/webgen/version.rb
CHANGED
data/misc/default.template
CHANGED
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.
|
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-
|
12
|
+
date: 2012-09-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cmdparse
|