lib/hello_sign/configuration.rb in hellosign-ruby-sdk-3.0.20 vs lib/hello_sign/configuration.rb in hellosign-ruby-sdk-3.0.21

- old
+ new

@@ -34,10 +34,10 @@ DEFAULT_API_VERSION = '/v3' DEFAULT_OAUTH_ENDPOINT = 'https://www.hellosign.com' VALID_OPTIONS_KEYS = [:end_point, :oauth_end_point, :api_version, :user_agent, :client_id, :client_secret, :email_address, :password, :api_key, :auth_token, :log_level, :logging] - DEFAULT_USER_AGENT = "hellosign-ruby-sdk #{HelloSign::VERSION}" + DEFAULT_USER_AGENT = "hellosign-ruby-sdk/" + HelloSign::VERSION attr_accessor *VALID_OPTIONS_KEYS # Sets all configuration options to their default values # when this module is extended.