Skip to content

Releases: sportngin/brew-gem

Fix issues with latest Homebrew

06 Sep 18:26
Compare
Choose a tag to compare

Homebrew Ruby all the gems version

09 Feb 17:48
Compare
Choose a tag to compare
v0.8.4

Version 0.8.4

Disable Gems Binstub edition

26 Oct 15:18
Compare
Choose a tag to compare
  • Add --disable-gems to generated binstubs (#49)

Homebrew sandbox fix edition

03 Aug 17:45
Compare
Choose a tag to compare

v0.8.2

  • Fix sandbox permissions with gem spec cache

    Nick Sieger: Unknown User: #48

  • Add brew gem formula command for debugging

    Nick Sieger: Unknown User: #46

  • Use homebrew prefix instead of /usr/local

    Nick Sieger: : #34

Exit non-zero if gem install fails

29 Sep 18:56
Compare
Choose a tag to compare

Propagate errors from formula back through brew-gem so scripts can detect if the gem install failed (e.g., due to extension build issues).

Add support for using homebrew'd ruby

23 Aug 19:40
Compare
Choose a tag to compare

This Release adds a new flag to install --homebrew-ruby which allows users to install brew gems linked against a homebrew installed ruby.

closes #28

Read executables to link from gemspec

18 May 14:53
Compare
Choose a tag to compare

Fixes #20 so that the specific executables from the gem's specification are linked, rather than using a bin/* wildcard, which fails for some gems.

Make a brew-gem gem

17 May 15:10
Compare
Choose a tag to compare

The meta release. brew-gem install brew-gem. Convert brew-gem to a proper gem, with split-out .rb files and specs.

Bug Fix for gem namespacing

06 Jan 16:35
Compare
Choose a tag to compare

#22 - Fixes issue with formula names.

Add Gem prefix to formula's so brew list shows what brew-gems you have installed

05 Jan 16:45
Compare
Choose a tag to compare