Skip to content

Commit

Permalink
Secure connections by migrating to HTTPS protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
twa-team committed Mar 19, 2024
1 parent 1dc2a21 commit 6af7626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/quickemailverification/http_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ def initialize(auth = {}, options = {})
end

@options = {
:base => "http://api.quickemailverification.com",
:base => "https://api.quickemailverification.com",
:api_version => "v1",
:user_agent => "quickemailverification-ruby/1.0.2 (https://github.com/quickemailverification/quickemailverification-ruby)"
:user_agent => "quickemailverification-ruby/1.0.4 (https://github.com/quickemailverification/quickemailverification-ruby)"
}

@options.update(options)
Expand Down
2 changes: 1 addition & 1 deletion quickemailverification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = "quickemailverification"
gem.version = "1.0.3"
gem.version = "1.0.4"
gem.description = "Official QuickEmailVerification API library client for ruby."
gem.summary = "Official QuickEmailVerification API library client for ruby"

Expand Down

0 comments on commit 6af7626

Please sign in to comment.