guider 0.0.8 → 0.0.9

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/README.md CHANGED
@@ -29,6 +29,7 @@ To generate guides index page from the `guides.json` file use the
29
29
 
30
30
  guider /path/to/guides --index=/path/to/guides.json
31
31
 
32
+ See `--help` for all other command line options.
32
33
 
33
34
  ## License
34
35
 
data/bin/guider CHANGED
@@ -8,7 +8,7 @@ require "optparse"
8
8
  require "guider/app"
9
9
  require "guider/social"
10
10
 
11
- GUIDER_VERSION = '0.0.8'
11
+ GUIDER_VERSION = '0.0.9'
12
12
 
13
13
  def format_footer(text)
14
14
  guider = "<a href='https://github.com/nene/guider'>Guider</a>"
data/guider.gemspec CHANGED
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
2
  s.required_rubygems_version = ">= 1.3.5"
3
3
 
4
4
  s.name = 'guider'
5
- s.version = '0.0.8'
5
+ s.version = '0.0.9'
6
6
  s.date = Time.new.strftime('%Y-%m-%d')
7
7
  s.summary = "Sencha guide generator"
8
8
  s.description = "JSDuck-compatible guides generator"
@@ -13,7 +13,7 @@ module Guider
13
13
  super(path, {
14
14
  :title => options[:title],
15
15
  :footer => options[:footer],
16
- :search => Social.to_html(options[:social]),
16
+ :social => Social.to_html(options[:social]),
17
17
  :search => Search.to_html(options[:search]),
18
18
  :analytics => Analytics.to_html(options[:analytics]),
19
19
  :prettify => Prettify.to_html,
data/template/index.html CHANGED
@@ -18,6 +18,8 @@
18
18
 
19
19
  <div id="content">
20
20
  {content}
21
+
22
+ {social}
21
23
  </div>
22
24
  </div>
23
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guider
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
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-04-04 00:00:00.000000000 Z
12
+ date: 2013-04-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: kramdown