Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Homebrew/homebrew-bundle

📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
https://github.com/Homebrew/homebrew-bundle

Merge pull request #269 from MikeMcQuaid/add-brew-to-path

brew-bundle: add `brew` back to PATH if missing.

efe6c535402757099a4b0b732e28b79c33c7a3cd authored over 7 years ago by Mike McQuaid <[email protected]>
brew-bundle: add `brew` back to PATH if missing.

`/usr/local/bin` can be filtered out by e.g. Homebrew's environment
filtering feature so re-add ...

15d8974172f8ddaf4fad4dd7959593b85dc7416b authored over 7 years ago by Mike McQuaid <[email protected]>
Merge pull request #268 from MikeMcQuaid/services-not-stopped-is-started

brew_services: consider "not stopped" as started.

ba2fe3c2cf917beec727adaeeb518e8e76aec780 authored over 7 years ago by Mike McQuaid <[email protected]>
brew_services: consider "not stopped" as started.

States such as `error` or `unknown` both indicate an intention from the
user that this service b...

110b560a02195dd0fde4721ba4d7898bdf6c0167 authored over 7 years ago by Mike McQuaid <[email protected]>
Merge pull request #267 from MikeMcQuaid/cask-installed-tweak

bundle: need Caskroom and tap for cask installed.

40aba2c4e7426150ac8a400de44dfc8085a9bb85 authored over 7 years ago by Mike McQuaid <[email protected]>
bundle: need Caskroom and tap for cask installed.

Otherwise `brew bundle dump` (the only place that actually uses this
method) may auto-tap caskro...

617744cabec0877ab2a1d28ad54f2eab1909c262 authored over 7 years ago by Mike McQuaid <[email protected]>
Merge pull request #266 from MikeMcQuaid/cleanup-recursive-dependencies

cleanup: traverse dependencies recursively.

3d3a32c6f34db6bf62dd9c03680b545ac5a6dca2 authored over 7 years ago by Mike McQuaid <[email protected]>
cleanup: traverse dependencies recursively.

Fix the issue that assumed incorrectly that all formulae depend on
a single level of dependencie...

7dd96c8f3352b044b51cf1f580ae82439ace0b29 authored over 7 years ago by Mike McQuaid <[email protected]>
Merge pull request #264 from MikeMcQuaid/cleanup-keep-dependencies

Make `brew bundle cleanup` preserve dependencies.

2bb1b1af59608e0643d908617710b722c96cd101 authored almost 8 years ago by Mike McQuaid <[email protected]>
Make `brew bundle cleanup` preserve dependencies.

Always ensure that dependencies for specified formulae are kept on any
cleanup operation. To mak...

7c445c71fcc37587b8457269a2167e220f26d0e8 authored almost 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #263 from MikeMcQuaid/no-dump-dependencies

brew_dumper: don't dump dependencies.

780e43f31a64fdd2a801a5d1535feb5c99e9d5d3 authored almost 8 years ago by Mike McQuaid <[email protected]>
brew_dumper: don't dump dependencies.

If things were installed as dependencies and not manually installed on
request then make `brew b...

e8665bb0077115d47d4af0343f63d84d7758cc49 authored almost 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #262 from maxfierke/mf-allow_cask_flag_args

Allow passing boolean flag args like --force to cask install

4222582779ea999d8ac31e10f26b8b958dcb17e4 authored almost 8 years ago by Mike McQuaid <[email protected]>
Allow passing boolean flag args like --force to cask install

497ec86925ffe29568c7443d72668fe4a878e573 authored almost 8 years ago by Max Fierke <[email protected]>
Merge pull request #257 from aheckler/master

Alphabetize `mas list` when dumped to Brewfile

3c9113127f0f62489fc88b4c49f96d715b121385 authored almost 8 years ago by Mike McQuaid <[email protected]>
Looks like Travis wants an underscore here

08a8ee3135c02ea7e5e39ea0ebc943c52341c593 authored almost 8 years ago by Adam Heckler <[email protected]>
Merge branch 'master' into master

80338afb2bba00d673daa81503938416362f0885 authored almost 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #259 from MikeMcQuaid/rubocop-fixes

Rubocop style fixes.

97a849ebe48708be6553e1ff78ec1c4aec9ddc4e authored almost 8 years ago by Mike McQuaid <[email protected]>
Rubocop style fixes.

As the upstream Homebrew rules were changed.

b49f062cde9173c42dc11555553b62bfd39eddb6 authored almost 8 years ago by Mike McQuaid <[email protected]>
Alphabetize `mas list` when dumped to Brewfile

9bf05619162b4c47ff39604a092f2fb7e6ae592d authored almost 8 years ago by Adam Heckler <[email protected]>
Merge pull request #254 from MikeMcQuaid/remove-old-link

Remove old link.

a1875859ec39ea94835f90c6b9c97d8dd33acc78 authored about 8 years ago by Mike McQuaid <[email protected]>
Remove old link.

3e5dd338cfd1eb8405118f0daa2d7d23c8060208 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #253 from MikeMcQuaid/improve-output

Improve Homebrew Bundle output

97e203cafc1990e58eb81428d71db3077ba74e12 authored about 8 years ago by Mike McQuaid <[email protected]>
Improve Homebrew Bundle output

- Use colours where appropriate
- Note when things weren't actually installed/upgraded etc. but ...

1d82ca504da9fc5c9058626f4ab87b3ffe11aa16 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #251 from MikeMcQuaid/formula-at-regex

dsl: include @ into formula regex.

a32e4559ef653c648426a4d52abdb570db09fccf authored about 8 years ago by Mike McQuaid <[email protected]>
dsl: include @ into formula regex.

This is for the new version formula naming in homebrew/core.

60568197397654eea69099c03a5a852b8cd142b5 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #250 from MikeMcQuaid/brew_dumper_fix_pinned_outdated

brew_dumper: fix handling of pinned/outdated.

890f09f3e17cb281235ee53c676d790f66605a7b authored about 8 years ago by Mike McQuaid <[email protected]>
brew_dumper: fix handling of pinned/outdated.

Previously it was doing e.g. `!f["pinned"].nil?` which would actually
end up being `true` if `f[...

a9b3c804e7121f27bce3889fb200ae6148d51ecb authored about 8 years ago by Mike McQuaid <[email protected]>
travis.yml: more consistency changes. (#249)

These are purely stylistic but more consistent and correct.

0ff8ee756ce719f098dc564ff5cae6fec4b4d55f authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #247 from Homebrew/travis

.travis.yml: use more consistent style.

f25f4bb003f8b00cb143f600f73f307fb90a9606 authored about 8 years ago by Mike McQuaid <[email protected]>
.travis.yml: use more consistent style.

Use the most consistent Homebrew organisation-wide style soon to be included by default in `brew...

a3a3a0920cda56fdb9c10d20c6cfde9e27968e2d authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #245 from MikeMcQuaid/fix-tsort

brew_dumper: fix tsort handling.

cab7a7c16052efcba3278f30a0270fd56a7a9167 authored about 8 years ago by Mike McQuaid <[email protected]>
brew_dumper: fix tsort handling.

Previously we weren't correctly removing optional and build dependencies
so we could end up with...

130de7f12c6563b2c69ccf62491200f484530d14 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #244 from MikeMcQuaid/no-upgrade-option

Add `--no-upgrade` option.

575804057c7195f647d747683cc4c1592f28417a authored about 8 years ago by Mike McQuaid <[email protected]>
Add `--no-upgrade` option.

As requested for people who want to avoid upgrading.

Fixes #229.

e29bb7c202306e6aec45e20c404db02a9b956035 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #243 from MikeMcQuaid/codecov-ci-only

spec_helper: only submit coverage for CI.

ed773bfca1003bb41d4a6b9453c0f3e278e06fc8 authored about 8 years ago by Mike McQuaid <[email protected]>
Cleanup bad paths.

633cb1fda9cfab7b82c9a8f9dc1f421bcda45571 authored about 8 years ago by Mike McQuaid <[email protected]>
spec_helper: only submit coverage for CI.

Otherwise there’s annoying warnings when doing a local test run.

fb15074a624d9215b522b6940f7742cbfa479530 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #235 from ffittschen/feature/test-if-mas-is-signed-in

Add check to ensure mas is signed in (#233)

a48b0de6416809587b18fbecd5d1dc9441a7a357 authored about 8 years ago by Mike McQuaid <[email protected]>
Improve code coverage

15a237be8b5944a1cd0ed23df83f7fd88eab77a7 authored about 8 years ago by Florian Fittschen <[email protected]>
Merge pull request #232 from MikeMcQuaid/renames

Improve renamed formula behaviour

4dd1d1cd0b3058c2b5c9865247948a740b795d1d authored about 8 years ago by Mike McQuaid <[email protected]>
Add check to ensure mas is signed in

d6616bccefd92284124e5cfeb9a42b272fe30a9e authored about 8 years ago by Florian Fittschen <[email protected]>
Improve renamed formula behaviour

Use the formula’s `oldname` to handle `Brewfile`s that are still using
the old names from before...

1ca022e1634d6990ca31b8f8d3770742087b4ae5 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #231 from MikeMcQuaid/bundle-cask-detection

bundle: fix brew cask installation detection.

8fc741abe9f088e5855ead3af6f71ad6ddfad18b authored about 8 years ago by Mike McQuaid <[email protected]>
bundle: fix brew cask installation detection.

Fix the check now that `brew-cask` has moved into Homebrew/brew.

Fixes #226.

7349ee3b8f25eee25ef6eddd3aec314dcdacac12 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #230 from MikeMcQuaid/mas-no-versions

mac_app_store_dumper: omit versions.

5e7ee01da2e14d620b15b46dde919d5d08e824ac authored about 8 years ago by Mike McQuaid <[email protected]>
mac_app_store_dumper: omit versions.

Newer versions of `mas` output the version as part of the name. Omit
this to avoid `brew bundle ...

dcd8b9aee2bca0b25126fb9b355ce231fba82d05 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #227 from rwhogg/patch-1

README.md: Fix broken documentation link

a1ac81879c9259974436bd4f7b23bcb389352a34 authored about 8 years ago by Mike McQuaid <[email protected]>
README.md: Fix broken documentation link

143baf9bd9a94a58f73b2d93f3f33cbf9cdc3dca authored about 8 years ago by Bob W. Hogg <[email protected]>
Merge pull request #225 from MikeMcQuaid/rubocop

Use Homebrew Rubocop style.

cbaf5ad040a57df31fad1ab7293f8bc6dd167f92 authored about 8 years ago by Mike McQuaid <[email protected]>
Use Homebrew Rubocop style.

Fix style so `brew style homebrew/bundle` passes and add automated style
check to Travis CI tests.

b27bcbde8f8a6b2db81ca111f143a799935bcc50 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #224 from MikeMcQuaid/brew_bumper_restart_service

brew_dumper: use restart_service correctly.

94bfdb6eabed1aee890442d2de9a657f89c5ca1c authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #223 from MikeMcQuaid/simplecov-formatters

Tweak Simplecov formatters

64c3d3b9d9eb8933b8b165788d2ac4842e142110 authored about 8 years ago by Mike McQuaid <[email protected]>
brew_dumper: use restart_service correctly.

Not service_restart as was outputted and unused.

9da7ea2b858d40393f2bf25643327dd8b60c7102 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge branch 'master' into simplecov-formatters

b54dd083180b6e88e8c23c66a35f2a34cdb82103 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #204 from voanhduy1512/master

[Fix #188] Bundle check should verify services have been started

ba6c04c933b79029f8c1344849916ecdd73fce3d authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #219 from MikeMcQuaid/fix-deprecations

Fix deprecations.

aa53d5126e6c3874fd9878a6387b98e8a1e508f4 authored about 8 years ago by Mike McQuaid <[email protected]>
Fix deprecations.

Fix the deprecations of `puts_columns` and `MultiFormatter[]`.

Fixes #218.

50cc6b31e313b90f4feaaa4469a324e98d9e00c2 authored about 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #217 from sachse/use_https_in_gemfile

Use HTTPS source in Gemfile

fdbc2573dd00527177068814585ad0be418a6963 authored about 8 years ago by Mike McQuaid <[email protected]>
Use HTTPS source

6226eec54a9946b649d1f93664e844d970372cfe authored about 8 years ago by Kristoffer <[email protected]>
Bundle check should verify services have been started

a9736e1a9cfea81383ca5b8d23cea1e79b18cb6e authored about 8 years ago by Võ Anh Duy <[email protected]>
Merge pull request #210 from MikeMcQuaid/help

brew-bundle: use Homebrew help method.

5312113bc168038a2ab64e1eca57ff85a9e8a635 authored over 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #209 from MikeMcQuaid/fix-tty

brew-bundle: fix Tty usage.

e4497ff615ddd6b2723597fadae6038778fe218c authored over 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #213 from JCount/codecov-link

README: point Coverage Status link to CodeCov page

2f68199a1cb4afb147541b9a360bb11449aafed9 authored over 8 years ago by Mike McQuaid <[email protected]>
README: point Coverage Status link to CodeCov page

80ce0f54aa49b489f7ca483f56479ff3495c159d authored over 8 years ago by JCount <[email protected]>
Merge pull request #212 from MikeMcQuaid/codecov

Use CodeCov instead of Coveralls.

ef870847caf9c788cbf588a0404d5dcdc54e5587 authored over 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #208 from MikeMcQuaid/rescue-all-eval-exceptions

dsl: rescue all exceptions.

64bf74d10c3b756687a8d0f9805bdd685ddea687 authored over 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #211 from Homebrew/readme-general-cleanup

README: general cleanup.

7aea33c8cd0dc73f5b748f2da5d7ae75e8b50da8 authored over 8 years ago by Mike McQuaid <[email protected]>
Use CodeCov instead of Coveralls.

This works nicely for Homebrew/brew so let's use it here now too.

9194985cb542856b4f4280b2e1dba6b885a5fd47 authored over 8 years ago by Mike McQuaid <[email protected]>
README: general cleanup.

Make it shorter and cleaner.

472cfa0afe333c447f88ffc0a60d883fec030ba4 authored over 8 years ago by Mike McQuaid <[email protected]>
brew-bundle: use Homebrew help method.

Use Homebrew’s new method of printing out `—help`.

19e0c171fd236701aa3757bcac2915a6cac81684 authored over 8 years ago by Mike McQuaid <[email protected]>
brew-bundle: fix Tty usage.

This has changed in Homebrew/brew.

7b9ca24ae4dfb6e1e48a07c740c1bd7541b4ce3b authored over 8 years ago by Mike McQuaid <[email protected]>
dsl: rescue all exceptions.

Make this `rescue` broader to avoid having confusing error messages
like in #203 (and to not tel...

8b567fa5e7711ae439beaa131d80003a850d4c06 authored over 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #206 from josephfrazier/deterministic-sort

Sort dependencies by name during tsort

b67dc7ce236118059145b729547208f732e75f79 authored over 8 years ago by Mike McQuaid <[email protected]>
Sort dependencies by name during tsort

This should help make the dump more deterministic.

See https://github.com/Homebrew/homebrew-bun...

e3cc2cce424b50d9f68efc97f8a6b08315d58e29 authored over 8 years ago by Joseph Frazier <[email protected]>
Test that dependencies are dumped in lex order

See https://github.com/Homebrew/homebrew-bundle/issues/157

58cc71dc868e1ab0bd4a349dd636bda528898349 authored over 8 years ago by Joseph Frazier <[email protected]>
Fix SimpleCov MultiFormatter deprecation

Here's an example of the error message:
https://travis-ci.org/Homebrew/homebrew-bundle/builds/16...

3073f3aa0d83f19e5c395682fa76b371af84fed7 authored over 8 years ago by Joseph Frazier <[email protected]>
Merge pull request #200 from MikeMcQuaid/macos

It's called macOS now.

3fa2e2ea9200ba465a8735640a2aaff1d2727236 authored over 8 years ago by Mike McQuaid <[email protected]>
It's called macOS now.

So let's call it that too.

6ccd77b95787fdf01766cd670575e021b4461381 authored over 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #197 from penman/patch-1

Minor grammar fix in README

a88fe2661dcb4f6e53482e350fa860c7cc11c64c authored over 8 years ago by Mike McQuaid <[email protected]>
Minor grammar fix in README

There's only one command

116a466c8d5c88eee896952c05ea7345e74ca0f5 authored over 8 years ago by Ross Penman <[email protected]>
Merge pull request #196 from xu-cheng/services

brew services related fix

60dcd0b23f63133068274708d0c2ab914a6634c7 authored over 8 years ago by Xu Cheng <[email protected]>
brew services related fix

* check whether brew services is installed. Otherwise, `brew bundle dump`
will install brew se...

0e7d2f29f6bfede0198ddda7e5075a72c3aa6220 authored over 8 years ago by Xu Cheng <[email protected]>
Merge pull request #194 from MikeMcQuaid/no-ruby-two-check

cmd/brew-bundle.rb: don't check for Ruby 2.

1f3602c332ed0314b8fd74486160852e557f23e9 authored over 8 years ago by Mike McQuaid <[email protected]>
cmd/brew-bundle.rb: don't check for Ruby 2.

Homebrew itself now depends on Ruby 2 so just depend on a new enough
version of Homebrew.

69d330b0c949f6069e9278e5809c671910163834 authored over 8 years ago by Mike McQuaid <[email protected]>
Merge pull request #193 from rprimus/dump-restart-svc

Add restart_service: true to Brewfile on full dump

6e3ab22edae6e6658804993a866f96afb5d8e34e authored over 8 years ago by Mike McQuaid <[email protected]>
Use @MikeMcQuaid suggestion

b2be7ec8a1d8ff45a959ea0d3a11f70e9a19ad71 authored over 8 years ago by Richard Primus <[email protected]>
Finally, using suggestions by @MikeMcQuaid

b3539e3617e168adcc6290bf92638ccaecb3429e authored over 8 years ago by Richard Primus <[email protected]>
Remove leading "if" decreased coverage

d385c6a06168305041794f8f701b873d289a6a46 authored over 8 years ago by Richard Primus <[email protected]>
Remove deprecated function

174481f76fecc41983654ef948c2945b4ace1e31 authored over 8 years ago by Richard Primus <[email protected]>
Fix conflicts after rebase

6b966a9de7b36e291bf20a33ca3d0710c07a1bbe authored over 8 years ago by Richard Primus <[email protected]>
Add restart_service: true to Brewfile on full dump

Add suggestions from @MikeMcQuaid
Use Emumerators to reduce traditional control

4cfb755945207558713a42552b399b979cab2da2 authored over 8 years ago by Richard Primus <[email protected]>
Attempting to rebase

Merge branch 'dump-restart-svc' of github.com:rprimus/homebrew-bundle into dump-restart-svc

ea1b0217337d14ba07ff1684bed13055d9442752 authored over 8 years ago by Richard Primus <[email protected]>
Add suggestions from @MikeMcQuaid

0b8b1d316af5e9ade85aa5c7efdf4f64a34eace1 authored over 8 years ago by Richard Primus <[email protected]>
Merge branch 'dump-restart-svc' of github.com:rprimus/homebrew-bundle into dump-restart-svc

8a4df5150cfb795b1655c25f932580b369639235 authored over 8 years ago by Richard Primus <[email protected]>
Add restart_service: true to Brewfile on full dump

502c9d92823515babfd3e01d494ede7bbe898ef4 authored over 8 years ago by Richard Primus <[email protected]>
Correctly add restarts **only** where required

5ba7688fd29de685e5df4628249e1d8817d7a0d6 authored over 8 years ago by Richard Primus <[email protected]>
Revert change to stop method

c5f73129fb43ce1d4ec6d5ed39711e572a81959f authored over 8 years ago by Richard Primus <[email protected]>
Add restart_service: true to Brewfile on full dump

8f282582db774de8b6fdb80fdb8068f6b113862a authored over 8 years ago by Richard Primus <[email protected]>
travis: don't build against Ruby 2.2.0.

027336f5c7eb98dc03c365c883e00407e32c6975 authored over 8 years ago by Mike McQuaid <[email protected]>