logstash-output-http_auth 2.1.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 900229acd3c479ccc4ecab4f7887a6ad3a8d8ea9
4
- data.tar.gz: c5376e396888f948abca79990d05552caf978894
3
+ metadata.gz: fdb5fd29b791b0be70283c6cf110a566ef463900
4
+ data.tar.gz: 56937bf522f62181a0df427e4095754fa7331bd8
5
5
  SHA512:
6
- metadata.gz: 5f427a214f9885841a95d2796df8472b20268ba4cac96053867ef5aaf41519a4351707e41e21419d775829a6a8d69774f7750ab8efaaf750a1010b01f24dc893
7
- data.tar.gz: 1b8b2c963b4e17555e703dbd69cab5c17997f089b8163e98e2b1a8e3f4a95b9f042a3921a90b12a9a6055c1133804c092f033611d5ced68fa67dd44783dd0a63
6
+ metadata.gz: d218a753d889c5c28078c0d5451a329d2458539b0a61fa292ae576603782fbbd6cf528465c7442ff374dc7ef8299d5a8ec4f5e7c1d28833f20c215947d83227b
7
+ data.tar.gz: e848fe8cdff37f026a51339c27e8c3922c8b747e7c46a23845a53cbfb4aaf711cc4158a165b13f631ffa81d2a6ceae57ae8aa38518e65ca27faa5449f33a13a5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.2.0
2
+ - Changed dependency to new logstash-core-plugin-api
3
+
1
4
  ## 2.1.0
2
5
  - Option for SSL-verification
3
6
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-http_auth'
4
- s.version = '2.1.0'
4
+ s.version = '2.2.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output lets you `PUT` or `POST` events to a generic HTTP(S) endpoint with 2 way authentication"
7
7
  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"
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output" }
21
21
 
22
22
  # Gem dependencies
23
- s.add_runtime_dependency "logstash-core", ">= 2.0.0.beta2", "< 3.0.0"
23
+ s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.20", "<= 2.99"
24
24
 
25
25
  s.add_runtime_dependency 'ftw', ['~> 0.0.44']
26
26
 
metadata CHANGED
@@ -1,35 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-http_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Signify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-16 00:00:00.000000000 Z
11
+ date: 2016-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
16
  - - '>='
17
17
  - !ruby/object:Gem::Version
18
- version: 2.0.0.beta2
19
- - - <
18
+ version: '1.20'
19
+ - - <=
20
20
  - !ruby/object:Gem::Version
21
- version: 3.0.0
22
- name: logstash-core
21
+ version: '2.99'
22
+ name: logstash-core-plugin-api
23
23
  prerelease: false
24
24
  type: :runtime
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 2.0.0.beta2
30
- - - <
29
+ version: '1.20'
30
+ - - <=
31
31
  - !ruby/object:Gem::Version
32
- version: 3.0.0
32
+ version: '2.99'
33
33
  - !ruby/object:Gem::Dependency
34
34
  requirement: !ruby/object:Gem::Requirement
35
35
  requirements: