File tree Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
2- gem "logtail" , "~> 0.1.15 "
2+ gem "logtail" , "~> 0.1.17 "
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- logtail (0.1.15 )
4+ logtail (0.1.17 )
55 msgpack (~> 1.0 )
6- msgpack (1.7.2 )
6+ msgpack (1.8.0 )
77
88PLATFORMS
99 ruby
1010
1111DEPENDENCIES
12- logtail (~> 0.1.15 )
12+ logtail (~> 0.1.17 )
1313
1414BUNDLED WITH
1515 2.1.4
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ def build_request(msgs)
206206 req = Net ::HTTP ::Post . new ( path )
207207 req [ 'Authorization' ] = authorization_payload
208208 req [ 'Content-Type' ] = CONTENT_TYPE
209- req [ 'Content-Encoding' ] = 'gzip '
209+ req [ 'Content-Encoding' ] = 'deflate '
210210 req [ 'User-Agent' ] = USER_AGENT
211211 uncompressed = msgs . map { |msg | force_utf8_encoding ( msg . to_hash ) } . to_msgpack
212212 req . body = Zlib ::Deflate . deflate ( uncompressed , Zlib ::BEST_SPEED )
Original file line number Diff line number Diff line change 11module Logtail
2- VERSION = "0.1.16 "
2+ VERSION = "0.1.17 "
33end
Original file line number Diff line number Diff line change @@ -34,10 +34,4 @@ Gem::Specification.new do |spec|
3434 spec . add_development_dependency ( 'rspec-its' , '>= 0' )
3535 spec . add_development_dependency ( 'timecop' , '>= 0' )
3636 spec . add_development_dependency ( 'webmock' , '~> 2.3' )
37-
38- if RUBY_PLATFORM == "java"
39- spec . add_development_dependency ( 'activerecord-jdbcsqlite3-adapter' , '>= 0' )
40- else
41- spec . add_development_dependency ( 'sqlite3' , '>= 0' )
42- end
4337end
You can’t perform that action at this time.
0 commit comments