File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ function rvm_use {
5353set -o errexit
5454
5555# initialize
56- rvm_use 1.8.7
56+ rvm_use 1.9.3
5757bundle install --quiet --local || bundle install
5858rm -rf tmp pkg
5959bundle exec rake clean
@@ -70,15 +70,7 @@ if [[ $platform =~ "64" ]] ; then
7070 echo " "
7171 exit 1
7272fi
73- rvm_use 1.8.7
74- if [[ ! -a ${HOME} /.rake-compiler/ruby/ruby-1.8.7-p358/lib/ruby/1.8.7/x86_64-linux/rbconfig.rb ]] ; then
75-
76- # if this fails around the purelib.rb thing, try varying the ruby
77- # used to run this script, and whether the HOST env var is set
78- # below.
79-
80- bundle exec rake-compiler cross-ruby VERSION=1.8.7-p358 # HOST=i386-mingw32
81- fi
73+ rvm_use 1.9.3
8274if [[ ! -a ${HOME} /.rake-compiler/ruby/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb ]] ; then
8375 bundle exec rake-compiler cross-ruby VERSION=1.9.3-p194
8476fi
@@ -90,15 +82,15 @@ bundle exec rake gem:windows
9082cp -v pkg/nokogiri* x86-{mingw32,mswin32}* .gem gems
9183
9284# MRI
93- rvm_use 1.8.7
85+ rvm_use 1.9.3
9486bundle exec rake gem
9587cp -v pkg/nokogiri* .gem gems # should only be one at this point in the script
9688
9789# jruby
9890rvm_use jruby
9991bundle install --quiet --local || bundle install
10092bundle exec rake clean clobber
101- rvm_use 1.8.7
93+ rvm_use 1.9.3
10294bundle exec rake generate
10395rvm_use jruby
10496bundle exec rake gem
You can’t perform that action at this time.
0 commit comments