Make sure Bunny 0.9.x is installed
This commit is contained in:
parent
437988b2b1
commit
b6c7fe0797
2
Makefile
2
Makefile
@ -112,7 +112,7 @@ GEM?=gem1.9.1
|
|||||||
TOPDIR:=$(PWD)
|
TOPDIR:=$(PWD)
|
||||||
ruby/.ok:
|
ruby/.ok:
|
||||||
(cd ruby && \
|
(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)
|
touch .ok)
|
||||||
clean::
|
clean::
|
||||||
(cd ruby && \
|
(cd ruby && \
|
||||||
|
Loading…
Reference in New Issue
Block a user