sysloggly 0.3.0 → 0.3.1

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: 75f81f43322e647a969b2588a304976761ce5572
4
- data.tar.gz: 99e90a40755d66b6b234a13f96548fd8ccfc8b8f
3
+ metadata.gz: 98ecd9a93f236bd387e5ce009c65f2fa4ef8fbc2
4
+ data.tar.gz: 8da2bee9728ae5138bfaf7001bd6f26ad6f10cfc
5
5
  SHA512:
6
- metadata.gz: 4b3b0a212295467f075a3e77fae21399c2968a8624f93ba771624d1fc4494838664096c0d25a6428a90db46467380d68e22d9decbee116831adc61dda64a280d
7
- data.tar.gz: 6e8f86565cc3c72a2759d385c31a1569f9dc5d24dec83b1c1b72556f7b23d5aa9dc7ebb71ee8a12602890be6fbb0930e270f8257a27ceab2c0caac5de37fde9f
6
+ metadata.gz: 3e7a9264854774c4d986bb187452aa98bd52f068c4e438b60b0ee3f34a1d286b47dd6a87b2f12ad09ceb022165d9c623f01757b687027e600071b12f9f56344b
7
+ data.tar.gz: 7204b2539253551927a0e097a3f98395cddb39b44dd4cdc955859b6a64240bb7da78b827b8c064420618aec71ad43a5740457d9cd6b49505bd47265e8c7e3e98
@@ -1,3 +1,3 @@
1
1
  module Sysloggly
2
- VERSION = "0.3.0".freeze
2
+ VERSION = "0.3.1".freeze
3
3
  end
data/lib/sysloggly.rb CHANGED
@@ -44,7 +44,7 @@ module Sysloggly
44
44
  client = Sysloggly::Clients::Filelog.new(input_uri.path)
45
45
  formatter = Sysloggly::Formatters::SimpleFormatter.new(input_uri, opts)
46
46
  when "udp", "tcp"
47
- client = Sysloggly::Clients::Networklog.new(input_uri, opts)
47
+ client = Sysloggly::Clients::Networklog.new(input_uri)
48
48
  formatter = Sysloggly::Formatters::SyslogFormatter.new(input_uri, opts)
49
49
  else
50
50
  raise Sysloggly::UnsupportedScheme.new("#{input_uri.scheme} is unsupported")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sysloggly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joergen Dahlke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-27 00:00:00.000000000 Z
11
+ date: 2017-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json