lib/stripe-opal.rb in stripe-opal-0.0.5 vs lib/stripe-opal.rb in stripe-opal-0.0.6
- old
+ new
@@ -31,8 +31,10 @@
end
end
end
else
module StripeOpal
- VERSION = '0.0.5'
+ VERSION = '0.0.6'
end
+ require 'opal'
+ Opal.append_path File.expand_path('..', __FILE__).untaint
end