sdoc 0.2.16 → 0.2.17

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.
data/VERSION.yml CHANGED
@@ -1,4 +1,5 @@
1
1
  ---
2
+ :patch: 17
2
3
  :major: 0
4
+ :build:
3
5
  :minor: 2
4
- :patch: 16
@@ -70,7 +70,9 @@ class RDoc::Generator::SHtml
70
70
 
71
71
  def initialize(options)
72
72
  @options = options
73
- @options.diagram = false
73
+ if @options.respond_to?('diagram=')
74
+ @options.diagram = false
75
+ end
74
76
  @github_url_cache = {}
75
77
 
76
78
  template = @options.template || 'direct'
data/sdoc.gemspec CHANGED
@@ -1,12 +1,15 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
1
4
  # -*- encoding: utf-8 -*-
2
5
 
3
6
  Gem::Specification.new do |s|
4
7
  s.name = %q{sdoc}
5
- s.version = "0.2.16"
8
+ s.version = "0.2.17"
6
9
 
7
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
11
  s.authors = ["Volodya Kolesnikov"]
9
- s.date = %q{2009-12-29}
12
+ s.date = %q{2010-04-12}
10
13
  s.email = %q{voloko@gmail.com}
11
14
  s.executables = ["sdoc", "sdoc-merge"]
12
15
  s.extra_rdoc_files = [
@@ -68,7 +71,7 @@ Gem::Specification.new do |s|
68
71
  s.homepage = %q{http://github.com/voloko/sdoc}
69
72
  s.rdoc_options = ["--charset=UTF-8"]
70
73
  s.require_paths = ["lib"]
71
- s.rubygems_version = %q{1.3.5}
74
+ s.rubygems_version = %q{1.3.6}
72
75
  s.summary = %q{rdoc html with javascript search index.}
73
76
 
74
77
  if s.respond_to? :specification_version then
@@ -87,3 +90,4 @@ Gem::Specification.new do |s|
87
90
  s.add_dependency(%q<json>, [">= 1.1.3"])
88
91
  end
89
92
  end
93
+
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.16
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 2
8
+ - 17
9
+ version: 0.2.17
5
10
  platform: ruby
6
11
  authors:
7
12
  - Volodya Kolesnikov
@@ -9,29 +14,37 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2009-12-29 00:00:00 +03:00
17
+ date: 2010-04-12 00:00:00 +04:00
13
18
  default_executable:
14
19
  dependencies:
15
20
  - !ruby/object:Gem::Dependency
16
21
  name: rdoc
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
20
24
  requirements:
21
25
  - - ">="
22
26
  - !ruby/object:Gem::Version
27
+ segments:
28
+ - 2
29
+ - 4
30
+ - 2
23
31
  version: 2.4.2
24
- version:
32
+ type: :runtime
33
+ version_requirements: *id001
25
34
  - !ruby/object:Gem::Dependency
26
35
  name: json
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
36
+ prerelease: false
37
+ requirement: &id002 !ruby/object:Gem::Requirement
30
38
  requirements:
31
39
  - - ">="
32
40
  - !ruby/object:Gem::Version
41
+ segments:
42
+ - 1
43
+ - 1
44
+ - 3
33
45
  version: 1.1.3
34
- version:
46
+ type: :runtime
47
+ version_requirements: *id002
35
48
  description:
36
49
  email: voloko@gmail.com
37
50
  executables:
@@ -106,18 +119,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
119
  requirements:
107
120
  - - ">="
108
121
  - !ruby/object:Gem::Version
122
+ segments:
123
+ - 0
109
124
  version: "0"
110
- version:
111
125
  required_rubygems_version: !ruby/object:Gem::Requirement
112
126
  requirements:
113
127
  - - ">="
114
128
  - !ruby/object:Gem::Version
129
+ segments:
130
+ - 0
115
131
  version: "0"
116
- version:
117
132
  requirements: []
118
133
 
119
134
  rubyforge_project:
120
- rubygems_version: 1.3.5
135
+ rubygems_version: 1.3.6
121
136
  signing_key:
122
137
  specification_version: 3
123
138
  summary: rdoc html with javascript search index.