| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-28 | irb: add pry support. | Mike McQuaid | |
| Make `brew irb` optionally support `pry`. While doing so, also make it a `dev-cmd`. | |||
| 2017-09-11 | Always load Cask in `brew irb`. | Markus Reiter | |
| 2017-03-16 | Use a `Formulary`-like approach to load Casks. | Markus Reiter | |
| 2017-02-23 | Convert `brew irb` test to spec. | Markus Reiter | |
| 2016-10-02 | Use `module_function` for commands. | Markus Reiter | |
| 2016-04-10 | Add all the top level comments | Max Nordlund | |
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-04 | Forward arguments in IRB formula helpers | Jack Nagel | |
| 2015-01-03 | brew irb --help replaced with --examples | Baptiste Fontaine | |
| The --help flag is intercepted by brew.rb and prints the global usage string. `irb` is never called when `brew irb --help` is executed. Closes Homebrew/homebrew#35466. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-22 | Move deprecated Formula class methods to compat | Jack Nagel | |
| These have all been moved to Formulary. | |||
| 2014-06-19 | Fix typo | Jack Nagel | |
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2013-06-23 | irb: pass strings to factory, not symbols | Adam Vandenberg | |
| 2013-04-10 | Remove last use of deprecated Formula#recursive_deps | Jack Nagel | |
| Fixes Homebrew/homebrew#19107. | |||
| 2012-08-31 | More brew irb examples | Max Howell | |
| 2012-08-30 | String.f convenience function for brew irb | Max Howell | |
| eg. "ack".f | |||
| 2012-08-21 | `brew irb` uses correct Ruby | Max Howell | |
| Conversation here: 0a45d96b21a5056e5131f136e94533a6a57bf808 | |||
| 2012-08-14 | `brew irb` fix | Max Howell | |
| Broke when I removed `require 'formula'` from ARGV.rb. | |||
| 2012-08-06 | New command `brew irb` | Max Howell | |
| Works rather damn well. I considered `brew -i`, but we aren't a shell. | |||
