diff options
| author | Jamie Macey | 2010-10-25 21:05:28 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-25 21:11:28 -0700 |
| commit | 773915df644efc8f838e9ba4992eae3ec1b35c96 (patch) | |
| tree | 9f9272f38f925cb4120734026c97b9dfb191b0c6 /Library/Formula | |
| parent | 013e7e2a941a49ee116708a34993987b4085b25e (diff) | |
| download | homebrew-773915df644efc8f838e9ba4992eae3ec1b35c96.tar.bz2 | |
Cider was renamed to Cinderella
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rubinius.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/ruby-enterprise-edition.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/ruby.rb | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/rubinius.rb b/Library/Formula/rubinius.rb index 2a453bf1b..ea6b6514d 100644 --- a/Library/Formula/rubinius.rb +++ b/Library/Formula/rubinius.rb @@ -35,9 +35,9 @@ class Rubinius < Formula end def caveats; <<-EOS.undent - Consider using RVM or Cider to manage Ruby environments: + Consider using RVM or Cinderella to manage Ruby environments: * RVM: http://rvm.beginrescueend.com/ - * Cider: http://www.atmos.org/cider/intro.html + * Cinderella: http://www.atmos.org/cinderella/ EOS end end diff --git a/Library/Formula/ruby-enterprise-edition.rb b/Library/Formula/ruby-enterprise-edition.rb index 2ef6347a5..d8534cc73 100644 --- a/Library/Formula/ruby-enterprise-edition.rb +++ b/Library/Formula/ruby-enterprise-edition.rb @@ -21,9 +21,9 @@ class RubyEnterpriseEdition <Formula end def caveats; <<-EOS.undent - Consider using RVM or Cider to manage Ruby environments: + Consider using RVM or Cinderella to manage Ruby environments: * RVM: http://rvm.beginrescueend.com/ - * Cider: http://www.atmos.org/cider/intro.html + * Cinderella: http://www.atmos.org/cinderella/ By default we don't compile REE as a shared library. From their documentation: Please note that enabling --enable-shared will make the Ruby interpreter diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 8c656b535..65ceadc09 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -68,9 +68,9 @@ class Ruby <Formula end def caveats; <<-EOS.undent - Consider using RVM or Cider to manage Ruby environments: - * RVM: http://rvm.beginrescueend.com/ - * Cider: http://www.atmos.org/cider/intro.html + Consider using RVM or Cinderella to manage Ruby environments: + * RVM: http://rvm.beginrescueend.com/ + * Cinderella: http://www.atmos.org/cinderella/ NOTE: By default, gem installed binaries will be placed into: #{bin} |
