lib/createsend/createsend.rb in createsend-5.1.0 vs lib/createsend/createsend.rb in createsend-5.1.1

- old
+ new

@@ -42,9 +42,11 @@ class RevokedOAuthToken < Unauthorized; end # Provides high level CreateSend functionality/data you'll probably need. class CreateSend include HTTParty + default_timeout 120 + attr_reader :auth_details # Specify cert authority file for cert validation ssl_ca_file File.expand_path(File.join(File.dirname(__FILE__), 'cacert.pem')) \ No newline at end of file