logstash-input-couchdb_changes 3.0.1 → 3.0.2

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: 8bad00f9ed0969272e1a06f5ac5d7169e4ae7af2
4
- data.tar.gz: 31d8514d3ac5a2587efb50d71b7cf041c8934a94
3
+ metadata.gz: 88bf3deb6f08fc2b9dd440b6381fed5b1ccabce5
4
+ data.tar.gz: c4523568b3bd47a2fb6f5c4c3432bf1b92d21368
5
5
  SHA512:
6
- metadata.gz: d56b4ed7e51ac9c3ed6944946270453c2368b4a9c26cb49517a41d78462f549915c1e50ddb9bc723176bb4fcbea975684410c76074f587f22df6c1e77f1d4382
7
- data.tar.gz: c65728fd96ddd1cd56fbc397d4fe38fb071ba63d1aea4f4752624587eb09ae4047f94f39aa12612eb4cabef84a7317920d294117810db1d75b8ee6743ff0beaf
6
+ metadata.gz: bab5abe79c8fef9e05cab283d19a12d8b36ed9131a104436ee7e737cd5c14184a8d323be1843a7c5ce8f40c71bdae42ad9b283deadb83fb31f4b674bb2838529
7
+ data.tar.gz: 160fe3743a7e8c2ff0f0fa770786a6d45bc49328d779940115378ca03dbc14d9a277830cf6b16bc82e5a838a175dbf2a1a8b996adda7c923677d1d05fd63b8de
@@ -1,3 +1,6 @@
1
+ ## 3.0.2
2
+ - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3
+
1
4
  ## 3.0.1
2
5
  - Republish all the gems under jruby.
3
6
  ## 3.0.0
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-couchdb_changes'
4
- s.version = '3.0.1'
4
+ s.version = '3.0.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This input captures the _changes stream from a CouchDB instance"
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/logstash-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" => "input" }
21
21
 
22
22
  # Gem dependencies
23
- s.add_runtime_dependency "logstash-core-plugin-api", "~> 2.0"
23
+ s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
24
24
  s.add_runtime_dependency "stud", '>= 0.0.22'
25
25
  s.add_runtime_dependency 'logstash-codec-plain'
26
26
  s.add_runtime_dependency 'json'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-couchdb_changes
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-09 00:00:00.000000000 Z
11
+ date: 2016-07-14 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
+ - !ruby/object:Gem::Version
18
+ version: '1.60'
19
+ - - "<="
17
20
  - !ruby/object:Gem::Version
18
- version: '2.0'
21
+ version: '2.99'
19
22
  name: logstash-core-plugin-api
20
23
  prerelease: false
21
24
  type: :runtime
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '1.60'
30
+ - - "<="
25
31
  - !ruby/object:Gem::Version
26
- version: '2.0'
32
+ version: '2.99'
27
33
  - !ruby/object:Gem::Dependency
28
34
  requirement: !ruby/object:Gem::Requirement
29
35
  requirements:
@@ -149,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
155
  version: '0'
150
156
  requirements: []
151
157
  rubyforge_project:
152
- rubygems_version: 2.4.8
158
+ rubygems_version: 2.6.3
153
159
  signing_key:
154
160
  specification_version: 4
155
161
  summary: This input captures the _changes stream from a CouchDB instance