This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












~> 0.9.11 won't install 0.10.X
the ~> means the middle version number shouldn't be bumped w/o it being explicit.
Are you running against the current master, running 'gem bundle', then running 'bin/rake'
I got the latest gem from github, but I guess I hould have pulled everything off and budle it. I did so, but webrat(0.5.0) requires a non-existant version of nokogiri (>= 1.2.0). Current webrat is at 0.6.1.pre...
Any particular reason why hancock wants exact versions of older gems to work against? Is it that tightly related to those particular versions or is it a design choice?