blacklist: remove rubinius.
Having 'rubinius' in blacklist.rb prevents taps from providing a rubinius formula. Currently, the Rubinius project is making a binary install of Rubinius 2.3.0+ available as a tap. Unfortunately, this is impossible with this blacklist and forces us to use a non-standard name for the formula. Further, it appears that Homebrew has changed its stance on binary formula, including them in the standard set of formula (ie, not requiring a separate tap). When Homebrew blacklisted Rubinius initially, I asked to allow a binary formula for Rubinius and was refused. The fact that Homebrew has changed its stance on binary formula makes this blacklist doubly unfair. Thanks. Closes Homebrew/homebrew#33809. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
2d67c5ee8f
commit
0b7146f123
@ -65,12 +65,6 @@ def blacklisted? name
|
||||
and then follow the tutorial:
|
||||
https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md
|
||||
EOS
|
||||
when 'rubinius' then <<-EOS.undent
|
||||
Rubinius requires an existing Ruby 2.0 to bootstrap.
|
||||
Doing this through Homebrew is error-prone. Instead, consider using
|
||||
`ruby-build` to build and install specific versions of Ruby:
|
||||
brew install ruby-build
|
||||
EOS
|
||||
when 'osmium' then <<-EOS.undent
|
||||
The creator of Osmium requests that it not be packaged and that people
|
||||
use the GitHub master branch instead.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user