bigbluebutton_rails
bigbluebutton_rails copied to clipboard
Bump rdoc from 4.1.1 to 6.5.0
trafficstars
Bumps rdoc from 4.1.1 to 6.5.0.
Release notes
Sourced from rdoc's releases.
v6.5.0
What's Changed
- Optimize RawLine by using a regexp instead of negative look-ahead rule by
@mamein ruby/rdoc#854- Fix typo in RDoc::Task example: '.doc' -> '.rdoc' by
@gemmaroin ruby/rdoc#863- Support all struct definition functions by
@nobuin ruby/rdoc#866- Cross references to operator methods by
@nobuin ruby/rdoc#865- Skip parentheses on singleton class declaration by
@soutaroin ruby/rdoc#867- Allow cross references to logical operator methods by
@nobuin ruby/rdoc#868- Simplify attribute exclusiveness conditions by
@nobuin ruby/rdoc#851- Relative loading for easier development by
@BuonOmoin ruby/rdoc#821- Make
.rdoc_optionsfile plain ruby objects only by@nobuin ruby/rdoc#839- Prefer
require 'cgi/util'instead ofrequire 'cgi'by@mamein ruby/rdoc#869- Use
Marshal.load ioinstead ofMarshal.load io.readby@znzin ruby/rdoc#870- Support crossref of methods with multiple arguments by
@peterzhu2118in ruby/rdoc#871- Scrollable sidebar by
@ybiquitousin ruby/rdoc#838- Fold "class and module index" list by
@nobuin ruby/rdoc#872- Fix full name of known class by
@nobuin ruby/rdoc#873- Use Ruby 3.1 for CI by
@aycabtain ruby/rdoc#856- Use the custom style
details summaryonly innav-sectionby@nobuin ruby/rdoc#874- Allow method source code to scroll by
@nobuin ruby/rdoc#875- Fold "Pages" list by
@nobuin ruby/rdoc#876- Use actions/checkout@v3 by
@hsbtin ruby/rdoc#877- Only parse valid URLs by
@peterzhu2118in ruby/rdoc#878- Allow cross references to methods including underscores by
@nobuin ruby/rdoc#879- Apply matching word pairs to underscore-methods by
@nobuin ruby/rdoc#880- Fix links in docs by
@peterzhu2118in ruby/rdoc#881- Fix a typo [ci skip] by
@znzin ruby/rdoc#883- Fix dead link in RDoc::Markup by
@peterzhu2118in ruby/rdoc#884- Remove never used win32console by
@nobuin ruby/rdoc#887- No pager check by
@nobuin ruby/rdoc#886- Use command array form of
IO.popenalways by@nobuin ruby/rdoc#888- Allow boolean arguments to
rb_attrandrb_define_attrby@nobuin ruby/rdoc#889- Parse also InitVM-prefixed functions by
@nobuin ruby/rdoc#891- Refinement is added since ruby 3.1 by
@nobuin ruby/rdoc#892- Support attributes defined by
rb_struct_defineby@nobuin ruby/rdoc#893- Remove dead code by
@nobuin ruby/rdoc#894- Fix an exception class name by
@nobuin ruby/rdoc#895- Fix the known classes more by
@nobuin ruby/rdoc#896- Markup reference by
@BurdetteLamarin ruby/rdoc#824- Fix call-seq for aliased method with similar names by
@peterzhu2118in ruby/rdoc#897- Move doc/markup_reference.rb to doc/rdoc by
@BurdetteLamarin ruby/rdoc#899- [DOC] Add links to list of blocks by
@BurdetteLamarin ruby/rdoc#900- [DOC] Move section Directives into section Blocks by
@BurdetteLamarin ruby/rdoc#901- Correct error in rdoc_files by
@BurdetteLamarin ruby/rdoc#902- [DOC] Clarifications for directives by
@BurdetteLamarin ruby/rdoc#903@github.com by@LaAztecain ruby/rdoc#439- [DOC] Add some links in intro; delimit rendered HTML output. by
@BurdetteLamarin ruby/rdoc#904- [DOC] Link from RDoc::Markup to RDoc::MarkupReference by
@BurdetteLamarin ruby/rdoc#906- Fix formatting blockquote in verbatim by
@nobuin ruby/rdoc#908- [DOC] Add block quotes by
@BurdetteLamarin ruby/rdoc#907
... (truncated)
Changelog
Sourced from rdoc's changelog.
=== 5.1.0 / 2017-02-24
Bug fixes
- Fix an issue that rdoc fails when running on Windows with RUBYOPT=-U. PR #430 by Toshihiko Ichida
Minor enhancements
=== 5.0.0 / 2016-11-05
Major enhancements
- Cleanup deprecated code targeted Ruby 1.8
Bug fixes
- Ensure badge data is included in result of JsonIndex template.
- Ensure items in the nil section are displayed in HTML output. Issue #399 by Daniel Svensson.
- Parse rb_intern_const correctly in C. PR #381 by Sho Hashimoto.
- Fix broken assets caused by #335 when serving ri. PR #360 by Alex Wood.
- Don't try to parse svg files. Issue #350 by Sigurd Svela.
Minor enhancements
=== 4.3.0 / 2016-11-04
- Minor enhancements
- Removed json dependency for Ruby 2.4.0
- End to support Ruby 1.8.x
=== 4.2.2 / 2016-02-09
- Bug fixes
- Include lib/rdoc/generator/pot/* in built gem
=== 4.2.1 / 2015-12-22
- Bug fixes
=== 4.2.0 / 2014-12-06
... (truncated)
Commits
c5e7ee0Bump version to 6.4.070e9c7eMerge tag 'v6.4.0'42091bfMerge pull request #949 from nobu/non-RDe1679faFix=enddelimiterfe0159dNon-RD part feature has not been imported to RDoc0b9dde5Use Tempfilefadc712[StepSecurity] ci: Harden GitHub Actions90d3333Added dependabot for GitHub Actions33925f8Add--no-skipping-testsoptionfb28c2fMerge pull request #946 from nobu/rubocop-task- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.