Make sure Bunny 0.9.x is installed

This commit is contained in:
Michael Klishin 2013-07-25 18:41:47 +04:00
parent 437988b2b1
commit b6c7fe0797

View File

@ -112,7 +112,7 @@ GEM?=gem1.9.1
TOPDIR:=$(PWD)
ruby/.ok:
(cd ruby && \
GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --no-ri --no-rdoc && \
GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 0.9.4" --no-ri --no-rdoc && \
touch .ok)
clean::
(cd ruby && \