sdoc 0.3.15 → 0.3.16

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/sdoc/generator.rb +1 -0
  2. data/sdoc.gemspec +1 -1
  3. metadata +3 -3
@@ -109,6 +109,7 @@ class RDoc::Generator::SDoc
109
109
  GENERATOR_DIRS = [File.join('sdoc', 'generator')]
110
110
 
111
111
  TREE_FILE = File.join 'panel', 'tree.js'
112
+ SEARCH_INDEX_FILE = File.join 'js', 'search_index.js'
112
113
 
113
114
  FILE_DIR = 'files'
114
115
  CLASS_DIR = 'classes'
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "sdoc"
5
- s.version = "0.3.15"
5
+ s.version = "0.3.16"
6
6
 
7
7
  s.authors = ["Vladimir Kolesnikov"]
8
8
  s.description = %q{rdoc generator html with javascript search index.}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdoc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 51
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 15
10
- version: 0.3.15
9
+ - 16
10
+ version: 0.3.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Vladimir Kolesnikov