lib/currency_plugin.rb in killbill-currency-plugin-1.1.0 vs lib/currency_plugin.rb in killbill-currency-plugin-1.1.1

- old
+ new

@@ -1,5 +1,10 @@ +require 'bigdecimal' +require 'pathname' require 'active_record' +require 'yaml' + require 'killbill' +require 'currency_plugin/properties' require 'currency_plugin/api'