| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-03 | Merge pull request #3863 from MikeMcQuaid/python3-changesHEADmaster | Mike McQuaid | |
| Adjust docs and more internal code for Python 3. | |||
| 2018-03-03 | Gemfile.lock: update testing gems. | Mike McQuaid | |
| 2018-03-03 | Merge pull request #3861 from scpeters/patch-3 | Mike McQuaid | |
| language/python: version 3.6 in site_packages | |||
| 2018-03-03 | Adjust docs and more internal code for Python 3. | Mike McQuaid | |
| Now we have `python` for Python 3 and `python@2` for Python 2 some more adjustments need to be made. | |||
| 2018-03-02 | Merge pull request #3864 from MikeMcQuaid/migrator-upgrade1.5.8 | ilovezfs | |
| migrator: recommend upgrade. | |||
| 2018-03-02 | migrator: recommend `brew upgrade`. | Mike McQuaid | |
| You’re in a weird middle state if you run `brew update` but haven’t upgraded a migrated formula. | |||
| 2018-03-02 | Merge pull request #3862 from MikeMcQuaid/migrator-overwrite | ilovezfs | |
| migrator: overwrite by default. | |||
| 2018-03-02 | migrator: overwrite by default. | Mike McQuaid | |
| This avoids getting into an invalid state which will and does break for users. | |||
| 2018-03-02 | language/python: version 3.6 in site_packages | Steven Peters | |
| 2018-03-01 | Add tests for ENV#clear_sensitive_environment! | Alyssa Ross | |
| 2018-03-01 | Merge pull request #3852 from sjackman/linkage_checker1.5.6 | Alyssa Ross | |
| Move linkage_checker from os/mac to generic | |||
| 2018-02-28 | Move linkage_checker from os/mac to generic | Shaun Jackman | |
| 2018-02-28 | dev-cmd/ruby: fix path to dev-cmd/irb and add test | Steven Peters | |
| 2018-02-28 | Merge pull request #3851 from MikeMcQuaid/pry | Mike McQuaid | |
| irb: add pry support. | |||
| 2018-02-28 | irb: add pry support. | Mike McQuaid | |
| Make `brew irb` optionally support `pry`. While doing so, also make it a `dev-cmd`. | |||
| 2018-02-28 | language/python: handle python@* in each_python | ilovezfs | |
| 2018-02-27 | Merge pull request #3847 from MikeMcQuaid/travis-caching | Mike McQuaid | |
| travis.yml: fix bundler caching. | |||
| 2018-02-27 | travis.yml: fix bundler caching. | Mike McQuaid | |
| 2018-02-27 | Merge pull request #3844 from MikeMcQuaid/warnings | Mike McQuaid | |
| brew.sh: HOMEBREW_DEVELOPERs can enable Ruby warnings. | |||
| 2018-02-27 | Add prof and ruby commands. | Mike McQuaid | |
| These are imported from Homebrew/homebrew-dev-tools and are both used by maintainers so may be useful for contributors too. | |||
| 2018-02-27 | brew.sh: HOMEBREW_DEVELOPERs can enable Ruby warnings. | Mike McQuaid | |
| It provides some useful helpers for when we're doing stupid things but it's not something we want around by default. | |||
| 2018-02-27 | update: tweak git too old check. | Mike McQuaid | |
| Avoid trying to install and warning if system Git is too old but Git is already installed. | |||
| 2018-02-26 | Handle a too old system Git on OS X 10.8 and below | Mike McQuaid | |
| Needed for GitHub since: https://github.com/blog/2507-weak-cryptographic-standards-removed | |||
| 2018-02-23 | Merge pull request #3827 from maxim-belkin/brew-unix-3 | Mike McQuaid | |
| Cross-platform java detection | |||
| 2018-02-22 | Use more docs.brew.sh short links | Mike McQuaid | |
| These are nicer on the eyes. | |||
| 2018-02-22 | Use \d instead of 0-9 in regex | Maxim Belkin | |
| 2018-02-22 | Cross-platform java detection | Maxim Belkin | |
| 2018-02-21 | Merge pull request #3813 from maxim-belkin/brew-unix-2 | Mike McQuaid | |
| bzip2 and zip dependencies_if_needed | |||
| 2018-02-21 | Make 'xz' and 'cvs' dependencies conditional | Maxim Belkin | |
| 2018-02-21 | brew style: replace tabs with spaces | Maxim Belkin | |
| 2018-02-21 | Merge pull request #3820 from sjackman/macos-version | Mike McQuaid | |
| Define OS::Mac on Linux | |||
| 2018-02-21 | Merge pull request #3822 from MikeMcQuaid/dependency_collector_symbol | Mike McQuaid | |
| dependency_collector: don't create symbol deps. | |||
| 2018-02-21 | dependency_collector: don't create symbol deps. | Mike McQuaid | |
| Need to convert this to a string first or things explode. | |||
| 2018-02-21 | Merge pull request #3715 from commitay/moved | commitay | |
| cask move_back: copy / delete | |||
| 2018-02-20 | Code refactoring 4.0 | Maxim Belkin | |
| 2018-02-20 | Define OS::Mac on Linux | Shaun Jackman | |
| Define MacOS.version, MacOS.full_version, and MacOS::Xcode.version to Version::NULL on Linux so that brew readall succeeds and Homebrew/brew can tap Homebrew/core on Linux. | |||
| 2018-02-20 | brew.sh: use system curl on Linux where possible. | Mike McQuaid | |
| Result of discussion in #3809. | |||
| 2018-02-19 | gist-logs: require API credentials. | Mike McQuaid | |
| Anonymous gists are going away shortly: https://github.com/blog/2503-deprecation-notice-removing-anonymous-gist-creation | |||
| 2018-02-19 | Code refactoring v3.0 | Maxim Belkin | |
| 2018-02-19 | Code refactoring v2.0 | Maxim Belkin | |
| 2018-02-19 | Code refactoring | Maxim Belkin | |
| 2018-02-19 | Renaming linux-specifix file with tests | Maxim Belkin | |
| Files are globbed based on their name. Therefore, we have to rename them so tests for Linux are not executed on a Mac. | |||
| 2018-02-19 | Making zip and bzip2 dependecies conditional | Maxim Belkin | |
| Here, we are adding `unless which("zip")` and `unless which("bzip2")` and, thus, make `zip` and `bzip2` dependencies conditional. | |||
| 2018-02-19 | Refactoring based on suggestions | Maxim Belkin | |
| Defaulting zip_dep_if_needed(tags) and bzip2_dep_if_needed(tags) methods to those on Linux and overriding them on macOS. | |||
| 2018-02-16 | Removing unnecessary arguments | Maxim Belkin | |
| 2018-02-16 | Fixing test | Maxim Belkin | |
| 2018-02-16 | Adding tests for dependency_collector on Linux | Maxim Belkin | |
| 2018-02-16 | Fixing brew-style offenses | Maxim Belkin | |
| 2018-02-16 | zip and bzip2 dependencies when needed | Maxim Belkin | |
| On some systems identified as Linux, zip and bzip2 might not be available. Therefore, on such platforms we add them unconditionally as dependencies when required. On Mac, these dependencies are always satisfied. | |||
| 2018-02-16 | Merge pull request #3809 from maxim-belkin/brew-unix-1 | Mike McQuaid | |
| brew.sh: changes from Linuxbrew (Linux fork) | |||
