From: Christoph Dwertmann Date: Fri, 13 Sep 2013 09:38:46 +0000 (+0200) Subject: Bump RVM version and ignore checksums X-Git-Tag: rvm-ruby-1.22.9-0 X-Git-Url: http://git.onelab.eu/?p=rvm-ruby.git;a=commitdiff_plain;h=d279b4de143676abbf2c93e432b2fe5219d8a64e Bump RVM version and ignore checksums --- diff --git a/rpm/rvm-ruby.spec b/rpm/rvm-ruby.spec index c4c36d2..c06834a 100644 --- a/rpm/rvm-ruby.spec +++ b/rpm/rvm-ruby.spec @@ -7,7 +7,7 @@ # PL conventions %define name rvm-ruby # pick a RVM version from https://github.com/wayneeseguin/rvm/tags -%define version 1.20.10 +%define version 1.22.9 %define taglevel 8 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -120,7 +120,7 @@ source ${rvm_path}/scripts/rvm gemi='gem install --no-ri --no-rdoc' ruby_tag=ruby-1.9.3-p286 -rvm install $ruby_tag +rvm install $ruby_tag --verify-downloads 1 rvm use $ruby_tag rvm gemset create omf rvm use $ruby_tag@omf --default