fluent-plugin-http-heartbeat 0.0.3 → 0.0.4

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: feff2b1e1a6a9c5e2664f5ac5f1aec858e4a845b
4
- data.tar.gz: f18ab080571c88cc0bfd09d6cc7eb9898ad92990
3
+ metadata.gz: a8861fdb49d5c88d32a4b7efd169d5b44b193724
4
+ data.tar.gz: 614890d01b257470fb93e04cec390949144faa95
5
5
  SHA512:
6
- metadata.gz: 5dabde94719b6fdb1deed2e8c4a1e589a139b6d25cebf2305a4f65aeb28a09ae2d813340a3e403c20e240b6b34e4c798ea516662d8d1b38dd513d8c7504b75e8
7
- data.tar.gz: 0f80d6e1f129128b3ca87d49af9a0e482efca44210f056235865aa3999d40cb4a6272022b0f67f6a5cd9a1406a9e84cfb8e1cb28c5cdd3328802a89d5b44d690
6
+ metadata.gz: 8f607357df1c2f1649cf5aa972e1d0defdda18bdb0106867af7ff73a7aba537142f61ff4248302398b8d82640dd3da37fa09d27df44b3d9eeb02ab256fa214eb
7
+ data.tar.gz: b311caa0a4724cdad032787ccf11f878275c6068d952c4c1d83baee6df782e1e0b0328f23b94fb70c07ebb866ee90ac0fffee907ddbc36eb79190df34f4d7f91
@@ -17,9 +17,9 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
17
17
 
18
18
  Gem::Specification.new do |s|
19
19
  s.name = 'fluent-plugin-http-heartbeat'
20
- s.version = '0.0.3'
20
+ s.version = '0.0.4'
21
21
  s.date = '2016-02-28'
22
- s.summary = "Fluentd input plugin that responses with HTTP status 200."
22
+ s.summary = "Fluentd input plugin that responses with HTTP status 200. Can be used for elb healthcheck."
23
23
  s.description = s.summary
24
24
  s.authors = ['Junjie Chen']
25
25
  s.email = 'jacky.jjchen@gmail.com'
@@ -32,6 +32,6 @@ Gem::Specification.new do |s|
32
32
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
33
33
  s.require_paths = ["lib"]
34
34
 
35
- s.add_dependency "fluentd", ">= 0.10.58", "< 2"
36
- s.add_dependency "cool.io", ">= 1.4.3", "< 1.5.0"
35
+ s.add_dependency "fluentd", ">= 0.12.0", "< 2"
36
+ s.add_dependency "cool.io", ">= 1.2.0", "< 1.5.0"
37
37
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-http-heartbeat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Junjie Chen
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.10.58
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: '2'
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.10.58
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '2'
@@ -36,7 +36,7 @@ dependencies:
36
36
  requirements:
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: 1.4.3
39
+ version: 1.2.0
40
40
  - - "<"
41
41
  - !ruby/object:Gem::Version
42
42
  version: 1.5.0
@@ -46,11 +46,12 @@ dependencies:
46
46
  requirements:
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 1.4.3
49
+ version: 1.2.0
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
52
  version: 1.5.0
53
- description: Fluentd input plugin that responses with HTTP status 200.
53
+ description: Fluentd input plugin that responses with HTTP status 200. Can be used
54
+ for elb healthcheck.
54
55
  email: jacky.jjchen@gmail.com
55
56
  executables: []
56
57
  extensions: []
@@ -84,5 +85,6 @@ rubyforge_project:
84
85
  rubygems_version: 2.4.5.1
85
86
  signing_key:
86
87
  specification_version: 4
87
- summary: Fluentd input plugin that responses with HTTP status 200.
88
+ summary: Fluentd input plugin that responses with HTTP status 200. Can be used for
89
+ elb healthcheck.
88
90
  test_files: []