lib/easypost.rb in easypost-4.1.2 vs lib/easypost.rb in easypost-4.2.0
- old
+ new
@@ -34,9 +34,10 @@
require 'easypost/shipment'
require 'easypost/tax_identifier'
require 'easypost/tracker'
require 'easypost/user'
require 'easypost/webhook'
+require 'easypost/beta/beta'
module EasyPost
DEFAULT_API_BASE = 'https://api.easypost.com'
DEFAULT_USER_AGENT = "EasyPost/v2 RubyClient/#{EasyPost::VERSION} Ruby/#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"