rdoc 6.8.0 → 6.8.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab7104c0fad9d27075157ea14f872e0cc64198e968a78806159ca9bb04818c89
|
4
|
+
data.tar.gz: ba3d5c7d17c8a5940082cf0d5a34398b02827cb8b306227dd859680e9b062d50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 224282c81f12e1496f6a8095a439169cc7e47d6a71261cf537676798fcd2aec436277c1f5d5fc5ca772ac9ec11842c189b8e91fbe469fcf8a0d668c47ace22ba
|
7
|
+
data.tar.gz: 4e77eeaa209030e5ad6c6d6fed56aacdd3ddff916ddf69216fc2454c0ae5acb8c861d367ca14f90290929702529490dabf416622270c14aa94c9bd44b69f17af
|
data/lib/rdoc/rd/block_parser.rb
CHANGED
@@ -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.
|
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.
|
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
|
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.
|
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.
|
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
|
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
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.
|
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: []
|