Skip to content

Commit

Permalink
Fix #38
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Jul 15, 2024
1 parent d3c4ba9 commit 0078c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gemconfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module AssemblyAI
module Gemconfig
VERSION = "1.0.0-beta.15"
VERSION = "1.0.0-beta.16"
AUTHORS = [""].freeze
EMAIL = "[email protected]"
SUMMARY = "AssemblyAI Ruby SDK"
Expand Down
1 change: 1 addition & 0 deletions lib/requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require_relative "environment"
require_relative "user_agent"
require_relative "gemconfig"
require "faraday"
require "faraday/retry"
require "async/http/faraday"
Expand Down

0 comments on commit 0078c80

Please sign in to comment.