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.8.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.8.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 19, 2024

  1. Update rdoc.gemspec (#1211)

    ishe-ua authored Nov 19, 2024
    Copy the full SHA
    1059682 View commit details
  2. Bump version to v6.8.1

    st0012 committed Nov 19, 2024
    Copy the full SHA
    9a7ab17 View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −1 lib/rdoc/version.rb
  2. +1 −0 rdoc.gemspec
2 changes: 1 addition & 1 deletion lib/rdoc/version.rb
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ module RDoc
##
# RDoc version you are using

VERSION = '6.8.0'
VERSION = '6.8.1'

end
1 change: 1 addition & 0 deletions rdoc.gemspec
Original file line number Diff line number Diff line change
@@ -92,6 +92,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
"lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml",
"lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml",
"lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml",
"lib/rdoc/generator/template/darkfish/_sidebar_toggle.rhtml",
"lib/rdoc/generator/template/darkfish/class.rhtml",
"lib/rdoc/generator/template/darkfish/css/fonts.css",
"lib/rdoc/generator/template/darkfish/css/rdoc.css",