rdoc 3.8 → 3.9

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.

@@ -43,6 +43,11 @@ class XrefTestCase < MiniTest::Unit::TestCase
43
43
  @c2_b = @c2.method_list.first
44
44
 
45
45
  @c2_c3 = @xref_data.find_module_named 'C2::C3'
46
+ @c2_c3_m = @c2_c3.method_list.first # C2::C3#m
47
+
48
+ @c2_c3_h1 = @xref_data.find_module_named 'C2::C3::H1'
49
+ @c2_c3_h1_meh = @c2_c3_h1.method_list.first # C2::C3::H1#m?
50
+
46
51
  @c3 = @xref_data.find_module_named 'C3'
47
52
  @c4 = @xref_data.find_module_named 'C4'
48
53
  @c4_c4 = @xref_data.find_module_named 'C4::C4'
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdoc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
- - 8
9
- version: "3.8"
8
+ - 9
9
+ version: "3.9"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eric Hodel
@@ -38,7 +38,7 @@ cert_chain:
38
38
  x52qPcexcYZR7w==
39
39
  -----END CERTIFICATE-----
40
40
 
41
- date: 2011-06-29 00:00:00 Z
41
+ date: 2011-07-30 00:00:00 Z
42
42
  dependencies:
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: minitest
@@ -157,6 +157,7 @@ files:
157
157
  - lib/rdoc/code_objects.rb
158
158
  - lib/rdoc/constant.rb
159
159
  - lib/rdoc/context.rb
160
+ - lib/rdoc/cross_reference.rb
160
161
  - lib/rdoc/encoding.rb
161
162
  - lib/rdoc/erbio.rb
162
163
  - lib/rdoc/gauntlet.rb
@@ -266,6 +267,7 @@ files:
266
267
  - test/test_rdoc_constant.rb
267
268
  - test/test_rdoc_context.rb
268
269
  - test/test_rdoc_context_section.rb
270
+ - test/test_rdoc_cross_reference.rb
269
271
  - test/test_rdoc_encoding.rb
270
272
  - test/test_rdoc_generator_darkfish.rb
271
273
  - test/test_rdoc_generator_ri.rb
@@ -310,7 +312,14 @@ files:
310
312
  homepage: http://docs.seattlerb.org/rdoc
311
313
  licenses: []
312
314
 
313
- post_install_message:
315
+ post_install_message: |
316
+ Depending on your version of ruby, you may need to install ruby rdoc/ri data:
317
+
318
+ <= 1.8.6 : unsupported
319
+ = 1.8.7 : gem install rdoc-data; rdoc-data --install
320
+ = 1.9.1 : gem install rdoc-data; rdoc-data --install
321
+ >= 1.9.2 : nothing to do! Yay!
322
+
314
323
  rdoc_options:
315
324
  - --main
316
325
  - README.txt
@@ -354,6 +363,7 @@ test_files:
354
363
  - test/test_rdoc_constant.rb
355
364
  - test/test_rdoc_context.rb
356
365
  - test/test_rdoc_context_section.rb
366
+ - test/test_rdoc_cross_reference.rb
357
367
  - test/test_rdoc_encoding.rb
358
368
  - test/test_rdoc_generator_darkfish.rb
359
369
  - test/test_rdoc_generator_ri.rb
metadata.gz.sig CHANGED
Binary file