logstash-input-couchdb_changes 3.1.3 → 3.1.4

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
- SHA1:
3
- metadata.gz: 3f174397026df07e4b0507e80822599bf0efc5c6
4
- data.tar.gz: e878ed07fcd81568a3ac532353bb272dbffe5df2
2
+ SHA256:
3
+ metadata.gz: 9c489a7d191ac12b4b0596705570d88ad5995e38576118a88ae66ca781770d83
4
+ data.tar.gz: 2cb2a3b673c28806ac1a7dbc11e96a56eb54b1317af63c66414b003b95b82b41
5
5
  SHA512:
6
- metadata.gz: a3a5161373978d5d3cadf0b6728577bc732f8f822143ec03fdf8a164a638bb9968638f4d492027ead0b5586016e0a1bb688d7acbfed1a39bff7b703a845afb2c
7
- data.tar.gz: dd0dd50e49ff2e4cc4c27f194c013f3629c618d859a57caa243de9785497560c06d2d4a302081c3cd8909edb2ddf8310c89af7adf32242adede5f9e0524d1db8
6
+ metadata.gz: 405309d8d6c0f1bc48522fa884b71426509a730920d3c5b675fd8f0d1201d39805a4cc10bd10e27528966ea7be62a6976b6df11c9a0c574967495fea2f239fde
7
+ data.tar.gz: c79adb428bf217ca459ae16b75eae00fd5e42b24c0b36a447011f1863449e56a282dba961f69f255de7b27fe96e8a0fca1c5c4c48681731c0685817dd74e62c3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.1.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.3
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-couchdb_changes'
4
- s.version = '3.1.3'
4
+ s.version = '3.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This input captures the _changes stream from a CouchDB instance"
6
+ s.summary = "Streams events from CouchDB's `_changes` URI"
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-couchdb_changes
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -114,7 +114,9 @@ dependencies:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
- 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
117
+ description: This gem is a Logstash plugin required to be installed on top of the
118
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
119
+ gem is not a stand-alone program
118
120
  email: info@elastic.co
119
121
  executables: []
120
122
  extensions: []
@@ -156,10 +158,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
158
  version: '0'
157
159
  requirements: []
158
160
  rubyforge_project:
159
- rubygems_version: 2.4.8
161
+ rubygems_version: 2.6.11
160
162
  signing_key:
161
163
  specification_version: 4
162
- summary: This input captures the _changes stream from a CouchDB instance
164
+ summary: Streams events from CouchDB's `_changes` URI
163
165
  test_files:
164
166
  - spec/inputs/ca_cert.pem
165
167
  - spec/inputs/couchdb_changes_spec.rb