helphelp 0.0.5 → 0.0.6

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.
Files changed (3) hide show
  1. data/lib/output.rb +0 -1
  2. data/lib/version.rb +1 -1
  3. metadata +6 -6
@@ -184,7 +184,6 @@ extension."
184
184
 
185
185
  title = page.title
186
186
  if page.has_children?
187
- title += " >"
188
187
  item_classes.push "has-children"
189
188
  if page == @page
190
189
  item_classes.push "expanded"
@@ -1,5 +1,5 @@
1
1
  module Helphelp
2
2
 
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helphelp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Cornelius Schumacher
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-07-18 00:00:00 +02:00
18
+ date: 2012-08-01 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -61,11 +61,11 @@ files:
61
61
  - README
62
62
  - Rakefile
63
63
  - LICENSE
64
+ - lib/parse_error.rb
64
65
  - lib/helphelp.rb
65
66
  - lib/output.rb
66
- - lib/page.rb
67
- - lib/parse_error.rb
68
67
  - lib/version.rb
68
+ - lib/page.rb
69
69
  - bin/helphelp
70
70
  - test/page_test.rb
71
71
  - test/test_helper.rb