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: 7cd125e
Choose a base ref
...
head repository: ruby/rdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2b79892
Choose a head ref
  • 8 commits
  • 20 files changed
  • 6 contributors

Commits on Dec 16, 2024

  1. Configuration menu
    Copy the full SHA
    458ecbb View commit details
    Browse the repository at this point in the history
  2. Bump ruby/setup-ruby from 1.187.0 to 1.204.0 (#1246)

    Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.187.0 to 1.204.0.
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
    - [Commits](ruby/setup-ruby@v1.187.0...401c19e)
    
    ---
    updated-dependencies:
    - dependency-name: ruby/setup-ruby
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    5a8820a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a5206a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. aligns may include :center (#1247)

    soutaro authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    cbbf04d View commit details
    Browse the repository at this point in the history
  2. Update tests for #1247 (#1248)

    st0012 authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    94b9858 View commit details
    Browse the repository at this point in the history
  3. Enable cross reference in code (#1240)

    Some people like to mark up method names in MarkDown style block
    quotes, like this: ruby/ruby#12333.
    Currently, no links are created in the code in the RDoc, but such
    words most likely refer to methods.
    This PR makes a word a code cross-reference if the whole word can be
    resolved as a reference.
    nobu authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    7d7efb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Auto-hide navigation on link click (#1238)

    Hide navigation sidebar when clicking anchor links on mobile devices.
    Previously, anchor links would change the page but the navigation
    sidebar would block the view.
    sunblaze authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    f12a96b View commit details
    Browse the repository at this point in the history
  2. Bump version to v6.10.0

    st0012 committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    2b79892 View commit details
    Browse the repository at this point in the history
Loading