killbill / killbill-plugin-framework-ruby

Framework to write Kill Bill plugins in Ruby
http://killbill.io
8 stars 11 forks source link

convert Pathname objects to string before passing to Gem::Installer #22

Closed kares closed 9 years ago

kares commented 9 years ago

this makes packaging compatible on RubyGems 2.4.5 (JRuby 1.7.19) ... see #21

incompatibility caused by https://github.com/rubygems/rubygems/blob/master/lib/rubygems/installer.rb#L815

also - compatibility with previous RubyGems (JRuby) versions is fine as well

p.s. commit is be cherry-pickable if you're planning another 3.1.x release

pierre commented 9 years ago

:+1: