rdoc 6.8.0 → 6.8.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d8ca4bcc05f2aa35186aeb69b5894bcda2940029f2fdadaf1a3076940cb28d0
4
- data.tar.gz: 414df07a4fe4f895bd3d9d347dfd33652d70b0018f894c75d5f2fd25972b9e46
3
+ metadata.gz: ab7104c0fad9d27075157ea14f872e0cc64198e968a78806159ca9bb04818c89
4
+ data.tar.gz: ba3d5c7d17c8a5940082cf0d5a34398b02827cb8b306227dd859680e9b062d50
5
5
  SHA512:
6
- metadata.gz: a8b23c1147cfd8ff7b67c34cdfe639714babf6a95302be285146b21cee8caa822c96f2ec80930ba8db1637d2001aeec7f8ea0d18b8b7319676fca3f4a0d1ccd3
7
- data.tar.gz: 3ecaf85a188b9960142f929dfe3231747e266526d08060e176dde99d6e45a3a56a4dd97a6e45524af98604f5fe628a331179e8a4b249fc1b5219584d3e40e907
6
+ metadata.gz: 224282c81f12e1496f6a8095a439169cc7e47d6a71261cf537676798fcd2aec436277c1f5d5fc5ca772ac9ec11842c189b8e91fbe469fcf8a0d668c47ace22ba
7
+ data.tar.gz: 4e77eeaa209030e5ad6c6d6fed56aacdd3ddff916ddf69216fc2454c0ae5acb8c861d367ca14f90290929702529490dabf416622270c14aa94c9bd44b69f17af
@@ -0,0 +1,3 @@
1
+ <div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
2
+ <span aria-hidden="true">&#9776;</span>
3
+ </div>
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
  #
3
3
  # DO NOT MODIFY!!!!
4
- # This file is automatically generated by Racc 1.8.1
4
+ # This file is automatically generated by Racc 1.8.0
5
5
  # from Racc grammar file "block_parser.ry".
6
6
  #
7
7
 
@@ -23,7 +23,7 @@ unless $".find {|p| p.end_with?('/racc/info.rb')}
23
23
  $".push "#{__dir__}/racc/info.rb"
24
24
 
25
25
  module Racc
26
- VERSION = '1.8.1'
26
+ VERSION = '1.8.0'
27
27
  Version = VERSION
28
28
  Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
29
29
  end
@@ -38,7 +38,7 @@ unless defined?(::ParseError)
38
38
  ParseError = Racc::ParseError # :nodoc:
39
39
  end
40
40
 
41
- # Racc is an LALR(1) parser generator.
41
+ # Racc is a LALR(1) parser generator.
42
42
  # It is written in Ruby itself, and generates Ruby programs.
43
43
  #
44
44
  # == Command-line Reference
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
  #
3
3
  # DO NOT MODIFY!!!!
4
- # This file is automatically generated by Racc 1.8.1
4
+ # This file is automatically generated by Racc 1.8.0
5
5
  # from Racc grammar file "inline_parser.ry".
6
6
  #
7
7
 
@@ -23,7 +23,7 @@ unless $".find {|p| p.end_with?('/racc/info.rb')}
23
23
  $".push "#{__dir__}/racc/info.rb"
24
24
 
25
25
  module Racc
26
- VERSION = '1.8.1'
26
+ VERSION = '1.8.0'
27
27
  Version = VERSION
28
28
  Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
29
29
  end
@@ -38,7 +38,7 @@ unless defined?(::ParseError)
38
38
  ParseError = Racc::ParseError # :nodoc:
39
39
  end
40
40
 
41
- # Racc is an LALR(1) parser generator.
41
+ # Racc is a LALR(1) parser generator.
42
42
  # It is written in Ruby itself, and generates Ruby programs.
43
43
  #
44
44
  # == Command-line Reference
data/lib/rdoc/version.rb CHANGED
@@ -5,6 +5,6 @@ module RDoc
5
5
  ##
6
6
  # RDoc version you are using
7
7
 
8
- VERSION = '6.8.0'
8
+ VERSION = '6.8.1'
9
9
 
10
10
  end
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: 6.8.0
4
+ version: 6.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hodel
@@ -11,7 +11,7 @@ authors:
11
11
  - Zachary Scott
12
12
  - Hiroshi SHIBATA
13
13
  - ITOYANAGI Sakura
14
- autorequire:
14
+ autorequire:
15
15
  bindir: exe
16
16
  cert_chain: []
17
17
  date: 2024-11-19 00:00:00.000000000 Z
@@ -121,6 +121,7 @@ files:
121
121
  - lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml
122
122
  - lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml
123
123
  - lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
124
+ - lib/rdoc/generator/template/darkfish/_sidebar_toggle.rhtml
124
125
  - lib/rdoc/generator/template/darkfish/class.rhtml
125
126
  - lib/rdoc/generator/template/darkfish/css/fonts.css
126
127
  - lib/rdoc/generator/template/darkfish/css/rdoc.css
@@ -253,7 +254,7 @@ metadata:
253
254
  homepage_uri: https://ruby.github.io/rdoc
254
255
  source_code_uri: https://github.com/ruby/rdoc
255
256
  changelog_uri: https://github.com/ruby/rdoc/releases
256
- post_install_message:
257
+ post_install_message:
257
258
  rdoc_options:
258
259
  - "--main"
259
260
  - README.rdoc
@@ -271,7 +272,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
271
272
  version: '2.2'
272
273
  requirements: []
273
274
  rubygems_version: 3.5.11
274
- signing_key:
275
+ signing_key:
275
276
  specification_version: 4
276
277
  summary: RDoc produces HTML and command-line documentation for Ruby projects
277
278
  test_files: []