We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec3055 commit 10eed5cCopy full SHA for 10eed5c
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- fluent-plugin-http-cwm (0.2.0)
+ fluent-plugin-http-cwm (0.3.0)
5
fluentd (>= 0.14.10, < 2)
6
json (~> 2.3, >= 2.3.0)
7
redis (~> 4.2, >= 4.2.5)
@@ -12,7 +12,7 @@ GEM
12
concurrent-ruby (1.1.8)
13
cool.io (1.7.1)
14
docile (1.3.5)
15
- fluentd (1.12.2)
+ fluentd (1.12.3)
16
bundler
17
cool.io (>= 1.4.5, < 2.0.0)
18
http_parser.rb (>= 0.5.1, < 0.7.0)
fluent-plugin-http-cwm.gemspec
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |spec|
spec.name = 'fluent-plugin-http-cwm'
8
- spec.version = '0.2.0'
+ spec.version = '0.3.0'
9
spec.authors = ['Azeem Sajid']
10
spec.email = ['azeem.sajid@gmail.com']
11
0 commit comments