Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Jun 17, 2025

  1. Configuration menu
    Copy the full SHA
    8602952 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Added gemspec file to gem package

    The original gemspec need to install rdoc as bundled gems at the
    official Ruby package.
    
    Fix https://bugs.ruby-lang.org/issues/21312
    hsbt committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    295b89d View commit details
    Browse the repository at this point in the history
  2. Use Dir.chdir for the location of gemspec

    The current glob pattern caused to issue with Ruby package installation.
    
    ```
    /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:1625:in 'File.stat': No such file or directory @ rb_file_s_stat - /Users/hsbt/Documents/github.com/ruby/ruby/.bundle/gems/rdoc-6.14.0/lib/English.rb (Errno::ENOENT)
            from /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:1625:in 'block in FileUtils#install'
            from /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:2471:in 'block in FileUtils#fu_each_src_dest'
            from /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:2487:in 'FileUtils#fu_each_src_dest0'
            from /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:2469:in 'FileUtils#fu_each_src_dest'
            from /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:1624:in 'FileUtils#install'
            from ./tool/rbinstall.rb:216:in 'Object#install'
            from ./tool/rbinstall.rb:694:in 'block in RbInstall::DirPackage#extract_files'
            from ./tool/rbinstall.rb:689:in 'Array#each'
            from ./tool/rbinstall.rb:689:in 'RbInstall::DirPackage#extract_files'
            from /Users/hsbt/Documents/github.com/ruby/ruby/lib/rubygems/installer.rb:853:in 'Gem::Installer#extract_files'
            from /Users/hsbt/Documents/github.com/ruby/ruby/lib/rubygems/installer.rb:312:in 'Gem::Installer#install'
            from ./tool/rbinstall.rb:746:in 'block in RbInstall::UnpackedInstaller#install'
            from ./tool/rbinstall.rb:534:in 'RbInstall.no_write'
            from ./tool/rbinstall.rb:746:in 'RbInstall::UnpackedInstaller#install'
            from ./tool/rbinstall.rb:1174:in 'block (2 levels) in <main>'
            from ./tool/rbinstall.rb:1138:in 'IO.foreach'
            from ./tool/rbinstall.rb:1138:in 'block in <main>'
            from ./tool/rbinstall.rb:1224:in 'block in <main>'
            from ./tool/rbinstall.rb:1221:in 'Array#each'
            from ./tool/rbinstall.rb:1221:in '<main>'
    ```
    hsbt committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    109e8b3 View commit details
    Browse the repository at this point in the history
  3. Use base option with Dir.glob instead of Dir.chdir.

    Co-authored-by: Sutou Kouhei <[email protected]>
    hsbt and kou committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    27869f5 View commit details
    Browse the repository at this point in the history
  4. v6.14.1

    hsbt committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    a868914 View commit details
    Browse the repository at this point in the history
Loading