Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/rdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rails/rdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on May 22, 2024

  1. Add generated parsers to the repository

    Without this this gem can't be installed with bundler.
    rafaelfranca committed May 22, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    rafaelfranca Rafael Mendonça França
    Copy the full SHA
    7472b69 View commit details
Showing with 20,797 additions and 4 deletions.
  1. +0 −4 .gitignore
  2. +16,783 −0 lib/rdoc/markdown.rb
  3. +454 −0 lib/rdoc/markdown/literals.rb
  4. +1,706 −0 lib/rdoc/rd/block_parser.rb
  5. +1,854 −0 lib/rdoc/rd/inline_parser.rb
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -8,10 +8,6 @@
/TAGS
/html
/_site
/lib/rdoc/rd/block_parser.rb
/lib/rdoc/rd/inline_parser.rb
/lib/rdoc/markdown.rb
/lib/rdoc/markdown/literals.rb
/pkg
/tmp
Gemfile.lock
Loading