leela_client 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,7 +47,7 @@ module LeelaClient
47
47
  def send(metrics)
48
48
  sent = 0
49
49
  proto = @opts[:ssl] ? "https" : "http"
50
- port = @opts[:port] || (opts[:ssl] ? 443 : 80)
50
+ port = @opts[:port] || (@opts[:ssl] ? 443 : 80)
51
51
  LeelaClient::LoadBalancer.group(@ring, metrics).each do |addr, ms|
52
52
  ms.each do |m|
53
53
  uri = URI("#{proto}://#{addr[1]}:#{port}/v1/" + ::CGI::escape(m.key))
@@ -1,6 +1,6 @@
1
1
  module LeelaClient
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leela_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: