Skip to content

Commit 8e3bd63

Browse files
bump 0.8.1(add timeout for appveyor)
1 parent 9e7f571 commit 8e3bd63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fluent-plugin-http-pull.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33

44
Gem::Specification.new do |spec|
55
spec.name = "fluent-plugin-http-pull"
6-
spec.version = "0.8.0"
6+
spec.version = "0.8.1"
77
spec.authors = ["filepang"]
88
spec.email = ["[email protected]"]
99

test/plugin/test_in_http_pull_basic.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class HttpPullInputTestBasic < Test::Unit::TestCase
163163
tag test
164164
url http://localhost:5927
165165
interval 1s
166+
timeout 1s
166167
167168
format json
168169
]

0 commit comments

Comments
 (0)