from past few days iam trying to find out a gem that can compare the
difference between two html file. i have tried to install
myobie-htmldiff gem but the install didnt work out properly an it gave
me error
ERROR: could not find gem myobie-htmldiff locally or in a repository
Note:- i have followed all the steps that were mention in the github
myobie-htmldiff home page
i have also tried gem xhtmldiff but its seem to give me weird error
while taking the difference between the two html file
like
when i tried this
XHTMLDiff.diff(first_file,second_file)
ArgumentError: both arguments must be equal or both be elements. a is
String and b is String
from past few days iam trying to find out a gem that can compare the
difference between two html file. i have tried to install
myobie-htmldiff gem but the install didnt work out properly an it gave
me error
ERROR: could not find gem myobie-htmldiff locally or in a repository
Looks like github hasn't built the gem. There was a bug which was
recently fixed which was preventing gems being built. You can ask the
author to bump the gem version to force a rebuild, or you can build and
install the gem yourself:
from past few days iam trying to find out a gem that can compare the
difference between two html file. i have tried to install
myobie-htmldiff gem but the install didnt work out properly an it gave
me error
ERROR: could not find gem myobie-htmldiff locally or in a repository
Looks like github hasn't built the gem. There was a bug which was
recently fixed which was preventing gems being built. You can ask the
author to bump the gem version to force a rebuild, or you can build and
install the gem yourself:
This might seem oddly self-serving, but you might look into the Differ gem.
While not designed to diff HTML specifically, that's something that it
could most probably be set up to do. Consider giving it a try.
(Full disclosure: Yeah, it's mine.)
···
On Fri, May 22, 2009 at 3:25 AM, Virendra Negi <virendra.negi@paladion.net> wrote:
Brian Candler wrote:
Virendra Negi wrote:
from past few days iam trying to find out a gem that can compare the
difference between two html file. i have tried to install
myobie-htmldiff gem but the install didnt work out properly an it gave
me error
ERROR: could not find gem myobie-htmldiff locally or in a repository
Looks like github hasn't built the gem. There was a bug which was
recently fixed which was preventing gems being built. You can ask the
author to bump the gem version to force a rebuild, or you can build and
install the gem yourself: