This project is a fork of the Homebrew.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/Homebrew.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionAn online Ruby documentation browser for Homebrew/brew
homepage URLhttps://rubydoc.brew.sh/
repository URLhttps://github.com/Homebrew/rubydoc.brew.sh.git
ownerroot@yurikoles.com
last changeTue, 4 Feb 2025 08:45:08 +0000 (4 09:45 +0100)
last refreshFri, 7 Feb 2025 22:54:06 +0000 (7 23:54 +0100)
content tags
add:
README.md

Homebrew RubyDoc

Homebrew RubyDoc is an online Ruby documentation browser for Homebrew/brew.

A GitHub Action is run periodically, which deploys the site to GitHub Pages.

Usage

Open <https://rubydoc.brew.sh> in your web browser.

To instead run Homebrew RubyDoc locally at <http://localhost:4000>, run:

git clone https://github.com/Homebrew/rubydoc.brew.sh
cd rubydoc.brew.sh
bundle install
ln -s $(brew --repo) brew
bundle exec rake yard
bundle exec jekyll serve --source docs

To regenerate the RubyDoc on each request to <http://localhost:8808>, run:

cd `brew --repo`/Library/Homebrew
yard server --reload

License

Code is under the BSD 2-clause "Simplified" License.

shortlog
3 days ago Mike McQuaidMerge pull request #722 from Homebrew/dependabot/github... master
3 days ago dependabot... build(deps): bump ruby/setup-ruby from 1.214.0 to 1...
4 days ago Bo AndersonMerge pull request #721 from Homebrew/sync-shared-config
4 days ago BrewTestBotactionlint.yml: update to match main configuration
4 days ago Eric KnibbeMerge pull request #720 from Homebrew/sync-shared-config
4 days ago BrewTestBotactionlint.yml: update to match main configuration
10 days ago Ruoyu ZhongMerge pull request #718 from Homebrew/dependabot/github...
10 days ago Ruoyu ZhongMerge pull request #717 from Homebrew/dependabot/github...
11 days ago dependabot... build(deps): bump ruby/setup-ruby from 1.213.0 to 1...
11 days ago dependabot... build(deps): bump github/codeql-action from 3.28.5...
11 days ago Ruoyu ZhongMerge pull request #716 from Homebrew/sync-shared-config
11 days ago BrewTestBotactionlint.yml: update to match main configuration
2025-01-21 Eric KnibbeMerge pull request #714 from Homebrew/sync-shared-config
2025-01-21 BrewTestBot.ruby-version: update to match main configuration
2025-01-21 Eric KnibbeMerge pull request #715 from Homebrew/dependabot/github...
2025-01-20 dependabot... build(deps): bump ruby/setup-ruby from 1.207.0 to 1...
...
heads
3 days ago master