Archive for the “Coding” category
Publishing a gem with Bundler fails silently the first time
by Nick on March 30, 2011
If you’re writing your first gem and publishing it with Bundler, you may run into the same problem as myself. The issue is that when pushing to http://rubygems.org, Bundler will report a success when it has actually failed. To start (…)
South Park XBMC Plugin
by Nick on August 3, 2010
After taking a look through some source code of other plugins and following Voinage’s plugin tutorial, the result is South Park XBMC Plugin. This is my first attempt at putting together a plugin for XBMC, and as all other plugins (…)