Require Bunny 0.10.8
This commit is contained in:
parent
1d1390725e
commit
b4f0219e8f
2
Makefile
2
Makefile
@ -114,7 +114,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 --version ">= 0.10.0" --no-ri --no-rdoc && \
|
GEM_HOME=gems/gems RUBYLIB=gems/lib $(GEM) install bunny --version ">= 0.10.8" --no-ri --no-rdoc && \
|
||||||
touch .ok)
|
touch .ok)
|
||||||
clean::
|
clean::
|
||||||
(cd ruby && \
|
(cd ruby && \
|
||||||
|
Loading…
Reference in New Issue
Block a user