susu 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a5669b11647a6b1411118fbb1343a4b808c811f
4
- data.tar.gz: e4c22adabfe5977d60060875af8b628d0bb59c49
3
+ metadata.gz: 9265159ea4ffbfd96a81c1fb6b32764efee6526f
4
+ data.tar.gz: 76dfbb7c827da1aa6bae3d78a607bf79c8175a11
5
5
  SHA512:
6
- metadata.gz: 174a610163af1c0b3a4a9787bbf8817944aa458817ca1752c085fac86663aefdfcd991387d00f2bdffaea8f6a9d6df823b817b86553502c28c00c5e33b5a1cd4
7
- data.tar.gz: 272454ad89fee4f2af6e8778380f5a01a5c7c35428b2bfd8234272e71031f1d6822806d4356a758309f5d99e110cb2777bfd1410940bb0d7c59d0e5596110e62
6
+ metadata.gz: 162ecc3408bb9c172ec727581e4e995a9212e87a8270f6f4bbe208ba8284a77e85a84ee6572b6ac5b2b8e95e7c940cdacaefa9767bc761153a0347cb4a081607
7
+ data.tar.gz: 32c321be14084c961f313a22555cd9fb126e1cf318c6c14d26602840b0dfd682ae3e81d8fc61193b433977f60e3c5983b3e10902315894c356f1d87f9482a7cd
data/lib/susu/susu.rb CHANGED
@@ -23,7 +23,7 @@ module Susu
23
23
  response_body = parse_body(response, encoding, content_type)
24
24
  post_params = utf_encoded(post_params.to_s.dup)
25
25
  # log("#{method.to_s.upcase} #{uri} completed with status code #{status} in #{seconds} seconds")
26
- log("#{LOG_PREFIX}method=#{method} path=#{uri} status=#{status} duration=#{duration} post_params=#{post_params} response=#{response_body}")
26
+ log("\n#{LOG_PREFIX}method=#{method} path=#{uri} status=#{status} duration=#{duration} post_params=#{post_params} response=#{response_body}")
27
27
  end
28
28
 
29
29
  private
data/lib/susu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Susu
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: susu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - hoptq