1. 11 Dec, 2013 4 commits
    • URL hack to fix recognizing that Topaz archive is bz2 · 00d851af
      On OS X and some other platforms it doesn't matter, as `tar`
      automatically detects the compression method, but on platforms that
      don't it's important to declare the archive format. For ordinary
      tarballs the extension provides this info, but since Topaz archive
      doesn't have an extension in the URL, we add a fake one via a dummy
      query string parameter.
      
      Fixes #357
      Mislav Marohnić committed
    • Auto-detect and link to Homebrew's readline · 94c15a54
      I thought this was not necessary, but a number of people had problems
      when linking to OS X's "readline" (actually Editline wrapper):
      
      - Some components of Pry wouldn't work
      - Writing literal Unicode characters was not possible #379
      - The compilation would downright fail in some cases #82 #461
      
      Fixes #461
      Mislav Marohnić committed
    • Fix `irb` on rbx-2.2.1 · 6f9647d7
      Install the missing `rubysl-tracer` gem
      
      References rubinius/rubinius#2780
      Mislav Marohnić committed
    • Fix `irb`, `rake`, `rdoc`, `ri` for rbx-2.2.1 · 392679a7
      We symlink Rubinius' `PREFIX/gems/bin` into `PREFIX/bin` so that new
      RubyGems binstubs get added to the main bin directory and therefore
      become available to rbenv.
      
      However, by throwing away `irb`, `rake`, `rdoc`, and `ri` binstubs
      during this process (which are non-executable and have an invalid
      shebang), we break the same commands in latest versions of Rubinius.
      
      This change ensures that these binstubs get preserved, their shebang
      corrected to `#!PREFIX/bin/rbx`, their executable bit flipped on, and
      copied over to the main bin directory.
      
      Fixes #468
      Mislav Marohnić committed
  2. 07 Dec, 2013 3 commits
  3. 25 Nov, 2013 2 commits
  4. 23 Nov, 2013 4 commits
  5. 22 Nov, 2013 9 commits
  6. 18 Nov, 2013 2 commits
  7. 15 Nov, 2013 3 commits
  8. 14 Nov, 2013 2 commits
  9. 13 Nov, 2013 1 commit
  10. 30 Oct, 2013 4 commits
  11. 29 Oct, 2013 3 commits
  12. 28 Oct, 2013 3 commits