Bump RVM version and ignore checksums rvm-ruby-1.22.9-0
authorChristoph Dwertmann <cdwertmann@gmail.com>
Fri, 13 Sep 2013 09:38:46 +0000 (11:38 +0200)
committerChristoph Dwertmann <cdwertmann@gmail.com>
Fri, 13 Sep 2013 09:38:46 +0000 (11:38 +0200)
rpm/rvm-ruby.spec

index c4c36d2..c06834a 100644 (file)
@@ -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