Just a quick update: XMPP4R-Observable is now on GemCutter. That’s due to GitHub disabling gem building, and although everybody can get the source from GitHub as usual, those who want to quickly install it using Rubygems can do:
bash$ gem install xmpp4r-observable -s http://gemcutter.org
Happy Hacking.







For $deity sake, please don’t advertise the use of “manual installation” for software in Debian (and other serious distribution).
The point of packages isn’t just make it easy to install packages. Packages are usefult to:We aren’t on ${proprietary} software, where people have to manually download, check dependencies, and install software
I am not sure I understood your comment. I was not advertising “manual installation”, at all. I was just communicating where people can find the gem for XMPP4R-Observable since it’s not on GitHub anymore. Also… it’s not “in Debian” (yet… I might be uploading it soon). For Ruby libraries, using Rubygems is pretty standard, AFAICT.