oojspec 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.
@@ -17,7 +17,8 @@ h.create = ->
17
17
  reporter
18
18
 
19
19
  h.contextStart = (context)->
20
- container = @_lists[0] or @root
20
+ container = @root
21
+ @_list.appendChild container = el(@doc, "li") if @_list
21
22
  container.appendChild el(@doc, "h2", text: context.name)
22
23
  container.appendChild @_list = el(@doc, "ul")
23
24
  @_lists.unshift @_list
@@ -1,3 +1,3 @@
1
1
  module Oojspec
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oojspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
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-07-17 00:00:00.000000000 Z
12
+ date: 2012-07-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: coffee-rails
@@ -86,7 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  segments:
88
88
  - 0
89
- hash: 4089390275139911858
89
+ hash: 1002749213417623209
90
90
  required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  none: false
92
92
  requirements:
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  segments:
97
97
  - 0
98
- hash: 4089390275139911858
98
+ hash: 1002749213417623209
99
99
  requirements: []
100
100
  rubyforge_project:
101
101
  rubygems_version: 1.8.24