sdoc 0.2.14 → 0.2.14.1

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.
@@ -220,7 +220,7 @@ class RDoc::Generator::SHtml
220
220
 
221
221
  list.each do |method|
222
222
  index[:searchIndex].push( search_string(method.name) + '()' )
223
- index[:longSearchIndex].push( search_string(method.parent.name) )
223
+ index[:longSearchIndex].push( search_string(method.parent.full_name) )
224
224
  index[:info].push([
225
225
  method.name,
226
226
  method.parent.full_name,
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{sdoc}
5
- s.version = "0.2.14"
5
+ s.version = "0.2.14.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Volodya Kolesnikov"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.14
4
+ version: 0.2.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volodya Kolesnikov