rdoc 2.4.2 → 2.4.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rdoc might be problematic. Click here for more details.

data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 2.4.3 / 2009-04-01
2
+
3
+ * 2 Bug Fixes
4
+ * Corrected patch for file links
5
+ * Corrected display of file popup
6
+
1
7
  === 2.4.2 / 2009-03-25
2
8
 
3
9
  * 2 Minor Enhancements
data/Rakefile CHANGED
@@ -11,6 +11,7 @@ Hoe.new "rdoc", RDoc::VERSION do |rdoc|
11
11
  rdoc.developer 'Phil Hagelberg', 'technomancy@gmail.com'
12
12
  rdoc.developer 'Tony Strauss', 'tony.strauss@designingpatterns.com'
13
13
  rdoc.remote_rdoc_dir = ''
14
+ rdoc.testlib = :minitest
14
15
 
15
16
  rdoc.extra_dev_deps << ['minitest', '~> 1.3']
16
17
  rdoc.spec_extras['required_rubygems_version'] = '>= 1.3'
@@ -375,7 +375,7 @@ module RDoc
375
375
  ##
376
376
  # RDoc version you are using
377
377
 
378
- VERSION = "2.4.2"
378
+ VERSION = '2.4.3'
379
379
 
380
380
  ##
381
381
  # Name of the dotfile that contains the description of files to be processed
@@ -28,7 +28,7 @@
28
28
  <div class="section-body">
29
29
  <ul>
30
30
  <% klass.in_files.each do |tl| %>
31
- <li><a href="<%= rel_prefix %>/<%= h tl.path %>.html?TB_iframe=true&amp;height=550&amp;width=785"
31
+ <li><a href="<%= rel_prefix %>/<%= h tl.path %>?TB_iframe=true&amp;height=550&amp;width=785"
32
32
  class="thickbox" title="<%= h tl.absolute_name %>"><%= h tl.absolute_name %></a></li>
33
33
  <% end %>
34
34
  </ul>
@@ -22,7 +22,7 @@
22
22
 
23
23
  <% if file.parser == RDoc::Parser::Simple %>
24
24
  <body class="file">
25
- <div id="metadata">
25
+ <div id="metadata">
26
26
  <div id="project-metadata">
27
27
  <% simple_files = @files.select { |f| f.parser == RDoc::Parser::Simple } %>
28
28
  <% unless simple_files.empty? then %>
@@ -98,7 +98,9 @@
98
98
  href="<%= file.cvs_url %>"><%= file.cvs_url %></a></dd>
99
99
  <% end %>
100
100
  </dl>
101
+ </div>
101
102
 
103
+ <div id="documentation">
102
104
  <% if file.comment %>
103
105
  <div class="description">
104
106
  <h2>Description</h2>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.2
4
+ version: 2.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hodel
@@ -33,7 +33,7 @@ cert_chain:
33
33
  x52qPcexcYZR7w==
34
34
  -----END CERTIFICATE-----
35
35
 
36
- date: 2009-03-25 00:00:00 -07:00
36
+ date: 2009-04-01 00:00:00 -07:00
37
37
  default_executable:
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
@@ -54,7 +54,7 @@ dependencies:
54
54
  requirements:
55
55
  - - ">="
56
56
  - !ruby/object:Gem::Version
57
- version: 1.11.0
57
+ version: 1.12.1
58
58
  version:
59
59
  description: |-
60
60
  RDoc is an application that produces documentation for one or more Ruby source
@@ -233,7 +233,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  requirements: []
234
234
 
235
235
  rubyforge_project: rdoc
236
- rubygems_version: 1.3.1.2089
236
+ rubygems_version: 1.3.1.2113
237
237
  signing_key:
238
238
  specification_version: 3
239
239
  summary: RDoc is an application that produces documentation for one or more Ruby source files
metadata.gz.sig CHANGED
Binary file