Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 04, 2011
  2. Oct 03, 2011
  3. Sep 30, 2011
  4. Sep 29, 2011
  5. Sep 28, 2011
  6. Sep 27, 2011
  7. Sep 24, 2011
  8. Sep 22, 2011
    • Jack Nagel's avatar
      update: correct failing tests · dec66e95
      Jack Nagel authored
      
      Commit dec4b73aa0 ("Allow `brew update --rebase`") changed the format of
      the `git pull` command slightly, introducing an extra space (to allow
      for the --rebase option), so let's update the test expectations for this.
      
      We still need to write tests for '--rebase', but in the meantime they
      once again pass for the normal case.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      dec66e95
    • Jack Nagel's avatar
      Correctly parse ImageMagick bottle version · 27d2a95e
      Jack Nagel authored
      
      Commit 2695821e98 ("Only use the bottle if its version is up-to-date")
      essentially broke the ImageMagick bottle, because the version parsing
      logic returns "1" as the bottle version.
      
      Fixing this requires only a slight modification to the bottle URL regex;
      includes a test.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      27d2a95e
    • Jack Nagel's avatar
      audit: recognize options used with 'ARGV.flag?' · 51f010ac
      Jack Nagel authored
      
      A few formula use ARGV.flag? instead of ARGV.include?. This made `audit`
      recognize a few undocumented instances of a '--devel' option, but we can
      just ignore that like '--HEAD' for now, and change the behavior if we
      decide they need to be documented explicitly in each formula.
      
      cf. Homebrew/homebrew#7456.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      51f010ac
  9. Sep 20, 2011
  10. Sep 19, 2011
  11. Sep 17, 2011
  12. Sep 16, 2011
    • Charlie Sharpsteen's avatar
      Return Formula objects from `outdated_brews` · 2492c656
      Charlie Sharpsteen authored
      Previously, `outdated_brews` returned a list of lists---each containing three
      components of a Formula object:
      
        - f.rack
        - f.name
        - f.version
      
      Frequently more information is required which necessitates back-casting from
      `name` to a Formula object---simpy returning formula objects removes this step.
      2492c656
    • Charlie Sharpsteen's avatar
      Centralize definition of `rack` in formula.rb · 94dba21f
      Charlie Sharpsteen authored
      `rack` is a commonly used alias for `formula.prefix.parent`---so common that it
      gets defined and used quite a bit. This patch makes `rack` an official method
      of the `Formula` class.
      94dba21f
  13. Sep 15, 2011
  14. Sep 14, 2011
  15. Sep 13, 2011
  16. Sep 12, 2011
Loading