Skip to content

Commit

Permalink
Bugfix: JRuby rake & gem now work as expected out of the box.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Dec 4, 2009
1 parent 6a48111 commit b230422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 0
:patch: 87
:patch: 88
8 changes: 1 addition & 7 deletions scripts/manage
Expand Up @@ -321,16 +321,10 @@ RubyWrapper
done ; unset binary
__rvm_pushpop

for binary in rake rdoc ri spec autospec testrb ast generate_yaml_index.rb ; do
__rvm_inject_ruby_shebang $rvm_ruby_home/bin/$binary
for binary in jrubyc jirb_swing jirb jgem rdoc ri spec autospec testrb ast generate_yaml_index.rb ; do
__rvm_inject_gem_env $rvm_ruby_home/bin/$binary
chmod +x $rvm_ruby_home/bin/$binary
done ; unset binary

for binary in jrubyc jirb_swing jirb jgem ; do
__rvm_inject_gem_env $rvm_ruby_home/bin/$binary
done

__rvm_rubygems_setup
__rvm_irbrc
__rvm_bin_script
Expand Down

0 comments on commit b230422

Please sign in to comment.