Sha256: c7af523a942f898b0a232d81a902198a761c12515ff9ed6e736a4d37c35191e2
Contents?: true
Size: 535 Bytes
Versions: 6
Compression:
Stored size: 535 Bytes
Contents
require 'docusign_rest/version' require 'docusign_rest/configuration' require 'docusign_rest/client' require 'docusign_rest/utility' require 'multipart_post' #require the multipart-post gem itself require 'net/http/post/multipart' #require the multipart-post net/http/post/multipart monkey patch require 'multipart_post/parts' #require my monkey patched parts.rb which adjusts the build_part method require 'net/http' require 'json' module DocusignRest require "docusign_rest/railtie" if defined?(Rails) extend Configuration end
Version data entries
6 entries across 6 versions & 1 rubygems