Skip to content

Commit

Permalink
Bump 0.4.8 (fix download)
Browse files Browse the repository at this point in the history
  • Loading branch information
dapi committed Jan 24, 2024
1 parent 75d28a9 commit 43af72a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/moysklad/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class Moysklad::Client

def initialize login: nil, password: nil, logger: nil
@client = Faraday.new URL do |conn|
# Needs for downloads
conn.use FaradayMiddleware::FollowRedirects
unless logger.nil?
conn.response :detailed_logger, logger
conn.request :curl, logger, :info
Expand Down
2 changes: 1 addition & 1 deletion lib/moysklad/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Moysklad
VERSION = '0.4.7'
VERSION = '0.4.8'
end
1 change: 1 addition & 0 deletions moysklad.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'faraday'
spec.add_runtime_dependency 'faraday-gzip'
spec.add_runtime_dependency 'faraday-encoding'
spec.add_runtime_dependency 'faraday_middleware'
spec.add_runtime_dependency 'virtus'
spec.add_runtime_dependency 'activesupport', '>=3.0.0'

Expand Down

0 comments on commit 43af72a

Please sign in to comment.