logstash-input-toggl 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/logstash/inputs/toggl.rb +1 -1
- data/logstash-input-toggl.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5535307d4681859d81e95586b120e80293a5e111
|
4
|
+
data.tar.gz: 23a66d32f08ff4aeae77ec42823fcc45ed7e911f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa78db50448f1ba3cae68f3ed4b7b5ab7276afe12b402907ec137fc495f6003a524407a66b27dd57a5040bc931286fe6a6fd8fb768b9039400c88983668f9e52
|
7
|
+
data.tar.gz: 79f53c450d530f84b0b9d953122a8e4784c6ed3882f699800891f06696e74069ff43c6de88c532438d7cf8096411469a161b7525aecf8ed8b5bc6f93141fddb5
|
@@ -52,7 +52,7 @@ class LogStash::Inputs::Toggl < LogStash::Inputs::Base
|
|
52
52
|
builder.use Faraday::Request::Retry
|
53
53
|
builder.use Faraday::Request::BasicAuthentication, @api_token, 'api_token'
|
54
54
|
builder.use Faraday::Response::Logger
|
55
|
-
builder.
|
55
|
+
builder.adapter Faraday.default_adapter
|
56
56
|
end
|
57
57
|
end # def register
|
58
58
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-input-toggl'
|
3
|
-
s.version = '0.1.
|
3
|
+
s.version = '0.1.3'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "Pull time entries from a detailed report Toggl API."
|
6
6
|
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
|