Skip to content

Commit

Permalink
bump 0.8.1(add timeout for appveyor)
Browse files Browse the repository at this point in the history
  • Loading branch information
HatsuneMiku3939 committed May 27, 2018
1 parent 9e7f571 commit 8e3bd63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-http-pull.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-http-pull"
spec.version = "0.8.0"
spec.version = "0.8.1"
spec.authors = ["filepang"]
spec.email = ["filepang@gmail.com"]

Expand Down
1 change: 1 addition & 0 deletions test/plugin/test_in_http_pull_basic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ class HttpPullInputTestBasic < Test::Unit::TestCase
tag test
url http://localhost:5927
interval 1s
timeout 1s
format json
]
Expand Down

0 comments on commit 8e3bd63

Please sign in to comment.