From a fresh git clone, running the gem:package task results in the following files not being included in the gem:
lib/core_ext.rb
lib/kde_bundler.rb
lib/shell_bundler.rb
lib/launch4j/bin-win/readme.txt
The first of these is a problem; it's on the "require 'rawr'" code path, so trying to use the gem fails.
It's fixed by a trivial rake manifest:create. The resulting patch is attached.