Skip to content

Commit

Permalink
use the new RVM installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed May 14, 2012
1 parent a30f741 commit 2211074
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion History.md
@@ -1,6 +1,7 @@
=== 1.1.1 / 2012-05-14
=== 1.2.0 / 2012-05-14

* Add task to create gemset
* Use the new RVM installer

=== 1.1.0 / 2012-04-29

Expand Down
2 changes: 1 addition & 1 deletion lib/rvm/capistrano.rb
Expand Up @@ -76,7 +76,7 @@ def _cset(name, *args, &block)
set :rvm_install_shell, :zsh
EOF
task :install_rvm do
command_fetch="curl https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | "
command_fetch="curl -L get.rvm.io | "
case rvm_type
when :root, :system
if use_sudo == false && rvm_install_with_sudo == false
Expand Down
2 changes: 1 addition & 1 deletion lib/rvm/capistrano/version.rb
@@ -1,5 +1,5 @@
module RVM
class Capistrano
VERSION="1.1.1"
VERSION="1.2.0.beta1"
end
end

0 comments on commit 2211074

Please sign in to comment.