sdoc 0.3.17 → 0.3.18

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 -1
  2. data/sdoc.gemspec +2 -2
  3. metadata +2 -1
@@ -114,7 +114,7 @@ class RDoc::Generator::SDoc
114
114
  FILE_DIR = 'files'
115
115
  CLASS_DIR = 'classes'
116
116
 
117
- RESOURCES_DIR = File.join('resources', '.')
117
+ RESOURCES_DIR = File.join('resources', '')
118
118
 
119
119
  attr_reader :base_dir
120
120
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "sdoc"
5
- s.version = "0.3.17"
5
+ s.version = "0.3.18"
6
6
 
7
- s.authors = ["Vladimir Kolesnikov"]
7
+ s.authors = ["Vladimir Kolesnikov", "Nathan Broadbent"]
8
8
  s.description = %q{rdoc generator html with javascript search index.}
9
9
  s.summary = %q{rdoc html with javascript search index.}
10
10
  s.homepage = %q{http://github.com/voloko/sdoc}
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.17
4
+ version: 0.3.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Vladimir Kolesnikov
9
+ - Nathan Broadbent
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []