lib/phaxio.rb in phaxio-2.0.1 vs lib/phaxio.rb in phaxio-2.1.0.pre

- old
+ new

@@ -1,5 +1,6 @@ +require 'base64' require 'json' require 'tempfile' require 'openssl' require 'time' require 'faraday' @@ -14,10 +15,10 @@ Dir[File.expand_path(File.join('..', 'phaxio', 'helpers', '*.rb'), __FILE__)].each do |file| require file end -%w[fax_recipient fax account callback phax_code phone_number public].each do |filename| +%w[fax_recipient fax account callback phax_code phone_number public ata].each do |filename| require File.expand_path(File.join('..', 'phaxio', 'resources', filename), __FILE__) end module Phaxio include Resources