I'm a ruby beginner trying to package a ruby gem from killbill. I tried debugging the problem but no luck.
When running rake killbill:package
an exception is thrown:
NoMethodError: undefined method `pos' for
<Pathname:/usr/local/rvm/gems/jruby-1.7.19/cache/i18n-0.7.0.gem>:Pathname
The plugin is available here: https://github.com/killbill/killbill-hello-world-ruby-plugin
I followed the README to build the package and I'm stuck on the last step.
Any help will be greatly appreciated.