Releases: sportngin/brew-gem
Releases Β· sportngin/brew-gem
Fix issues with latest Homebrew
Fixed by #54
Homebrew Ruby all the gems version
v0.8.4 Version 0.8.4
Disable Gems Binstub edition
- Add --disable-gems to generated binstubs (#49)
Homebrew sandbox fix edition
Exit non-zero if gem install fails
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
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
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
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
#22 - Fixes issue with formula names.