Skip to content

Commit

Permalink
Reject Oxford commas.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Feb 1, 2019
1 parent 850c0c2 commit 4ead89f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _data/locales/en.yml
Expand Up @@ -5,12 +5,12 @@ en:
question: What Does Homebrew Do?
what: Homebrew installs <a href="https://formulae.brew.sh/formula/" title="List of Homebrew packages">the stuff you need</a> that Apple (or your Linux system) didn’t.
how: Homebrew installs packages to their own directory and then symlinks their files into <code>/usr/local</code>.
prefix: Homebrew won’t install files outside its prefix, and you can place a Homebrew installation wherever you like.
prefix: Homebrew won’t install files outside its prefix and you can place a Homebrew installation wherever you like.
createpackages: Trivially create your own Homebrew packages.
hack: It's all Git and Ruby underneath, so hack away with the knowledge that you can easily revert your modifications and merge upstream updates.
formula: "Homebrew formulae are simple Ruby scripts:"
editor: opens in $EDITOR!
complement: Homebrew complements macOS (or your Linux system). Install your RubyGems with <code>gem</code>, and their dependencies with <code>brew</code>.
complement: Homebrew complements macOS (or your Linux system). Install your RubyGems with <code>gem</code> and their dependencies with <code>brew</code>.
caskinstall: '"To install, drag this icon..." no more. <code>brew cask</code> installs macOS apps, fonts and plugins and other non-open source software.'
caskcreate: Making a cask is as simple as creating a formula.
caskinstall: '"To install, drag this icon..." no more. <code>brew cask</code> installs macOS apps, fonts and plugins and other non-open source software.'
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-02-02-homebrew-2.0.0.md
Expand Up @@ -10,7 +10,7 @@ Major changes and deprecations since 1.9.0:
- `brew cleanup` is run periodically (every 30 days) and triggers for individual formula cleanup on reinstall, install or upgrade. You can opt-out of this behaviour by setting the `HOMEBREW_NO_INSTALL_CLEANUP` variable. This addresses a long-standing complaint where users were surprised by how much disk space Homebrew used if they did not run `brew cleanup`.
- Homebrew does not run on OS X Mountain Lion (10.8) and below. For 10.4 - 10.6 support, see [Tigerbrew](https://github.com/mistydemeo/tigerbrew). This has allowed us to remove large amounts of legacy code.
- Homebrew does not migrate old, pre-1.0.0 installations from the [Homebrew/legacy-homebrew](https://github.com/Homebrew/legacy-homebrew) (formerly [Homebrew/homebrew](https://github.com/Homebrew/homebrew) repository. This has allowed us to delete legacy code that dealt with migrations from old versions.
- Homebrew does not have any formulae with options in [Homebrew/homebrew-core](https://github.com/Homebrew/homebrew-core). Options will still be supported and encouraged by third-party taps. This change allows us to better focus on delivering binary packages rather than options. Formulae with options had to be built from source, could not be tested on our CI system, and provided a disproportionate support burden on our volunteer maintainers.
- Homebrew does not have any formulae with options in [Homebrew/homebrew-core](https://github.com/Homebrew/homebrew-core). Options will still be supported and encouraged by third-party taps. This change allows us to better focus on delivering binary packages rather than options. Formulae with options had to be built from source, could not be tested on our CI system and provided a disproportionate support burden on our volunteer maintainers.

Other changes since 1.9.0 I'd like to highlight are the following:

Expand Down

0 comments on commit 4ead89f

Please sign in to comment.