alovak-network 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. data/lib/network/connection.rb +1 -1
  2. metadata +1 -11
@@ -133,7 +133,7 @@ module Network
133
133
  end
134
134
 
135
135
  def log_request(data)
136
- log sender if sender
136
+ log "[#{sender}]" if sender
137
137
  log "POST #{uri}"
138
138
  log "--->"
139
139
  log (request_filter ? request_filter.call(data) : data)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alovak-network
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Gabriel
@@ -22,16 +22,6 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 0.9.7
24
24
  version:
25
- - !ruby/object:Gem::Dependency
26
- name: turn
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 0.6.0
34
- version:
35
25
  description: HTTP/HTTPS communication module with logging, filtering and easy SSL configuration
36
26
  email: alovak@gmail.com
37
27
  executables: []