sitediff
sitediff copied to clipboard
Outdated Installation Instructions for Ubuntu 19.10
Ruby 2.5 is available and the PPA in instructions is failing. Just replacing it with ruby2.5 and ruby2.5-dev packages without any ppa seems to be enough.
Everything should now be working on 2.7 by default.
https://github.com/evolvingweb/sitediff/blob/master/INSTALLATION.md This needs to be updated
ubuntu install still seems very untested.
Sent a PR in for docs to make install work without error, but even after this good install don't get a sitediff script/binary:
$ export GEM_HOME="$HOME/.gem" # this is the fix for devs-but-not-ruby/gem users
$ gem install sitediff
Building native extensions. This could take a while...
Successfully installed ffi-1.15.5
Successfully installed ethon-0.15.0
Successfully installed typhoeus-1.4.0
Successfully installed rainbow-3.0.0
Successfully installed nokogiri-1.13.4-x86_64-linux
Successfully installed public_suffix-3.1.1
Successfully installed addressable-2.5.2
Successfully installed diffy-3.3.0
Successfully installed sitediff-1.1.1
Parsing documentation for ffi-1.15.5
Installing ri documentation for ffi-1.15.5
Parsing documentation for ethon-0.15.0
Installing ri documentation for ethon-0.15.0
Parsing documentation for typhoeus-1.4.0
Installing ri documentation for typhoeus-1.4.0
Parsing documentation for rainbow-3.0.0
Installing ri documentation for rainbow-3.0.0
Parsing documentation for nokogiri-1.13.4-x86_64-linux
Installing ri documentation for nokogiri-1.13.4-x86_64-linux
Parsing documentation for public_suffix-3.1.1
Installing ri documentation for public_suffix-3.1.1
Parsing documentation for addressable-2.5.2
Installing ri documentation for addressable-2.5.2
Parsing documentation for diffy-3.3.0
Installing ri documentation for diffy-3.3.0
Parsing documentation for sitediff-1.1.1
Installing ri documentation for sitediff-1.1.1
Done installing documentation for ffi, ethon, typhoeus, rainbow, nokogiri, public_suffix, addressable, diffy, sitediff after 7 seconds
9 gems installed
$ which sitediff
$
a little bit skeptical this is going to be much more than just regular diff of two sites, but figured it was worth a whirl if it worked. but doesn't seem to.
Closing issue as SiteDiff is updated to Ruby 3.1.2.