RiotGamesCookbooks / rbenv-cookbook

Installs and configures rbenv
http://community.opscode.com/cookbooks/rbenv
Apache License 2.0
137 stars 109 forks source link

ruby_version is ignored #127

Open Dreeg opened 8 years ago

Dreeg commented 8 years ago

If I write

rbenv_ruby "Ruby 1.9.3" do
  ruby_version "1.9.3-p551"
  global true
  action :install
end

'ruby_version' attribute is ignored and It try to install "Ruby 1.9.3" going, obviously, to fail.