dink 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/dink/sender.rb +1 -1
  2. data/lib/dink/version.rb +1 -1
  3. metadata +2 -2
@@ -30,7 +30,7 @@ module Dink
30
30
  http.use_ssl = false
31
31
  headers = PROCESS_HEADERS.merge({'User-Agent' => user_agent})
32
32
 
33
- log :debug "Sending to: #{@host}:#{@port}"
33
+ log :debug, "Sending to: #{@host}:#{@port}"
34
34
  response = begin
35
35
  http.post("/link/#{Dink.configuration.api_key}", data, headers)
36
36
  rescue *HTTP_ERRORS => e
@@ -1,3 +1,3 @@
1
1
  module Dink
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Graham Powrie