logstash-output-riak 3.0.2 → 3.0.3

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: 3a9797dd5c5b3a3e501c5d68f34e351ecf3ba3b8
4
- data.tar.gz: 768e0557b6c96ef2f82d6b36b025f45464307831
2
+ SHA256:
3
+ metadata.gz: a9e0d8572353eebbe41ac72b52696c6b584b68edd4f213fee54f885e4ff0a181
4
+ data.tar.gz: c64e0f9b98f264f7cd6eee8b3eae118f13854bb96c521fb8eb9aa76e38934fb1
5
5
  SHA512:
6
- metadata.gz: 8e0dbedf854d6a537c842756d3200ccc069a7ec3ea55c89818455793666da45daad1b897c5a75b4b52044d526ffe66c38c6f27ddce1ab537e176d9f82b2a6ae1
7
- data.tar.gz: 4c1bcd57226a0e9580832f5ff1f337cd30ee6a56c52bb6c05c9e901843cf5bb1483b574d06a5ef5db2040a1aa46b77b3dc065ea103a5b4ccc524e46813782981
6
+ metadata.gz: dc1385f6f2f52f317acd4f8b464c0d905f7374d8480e880f745251d45a06db0ebe1880048487d6a561a982c3eb74928a97cdc904330e94b1e8d782c226516dd3
7
+ data.tar.gz: a7aefebc842885fa0b5984551772ef81ac6a1a45c76abec4992134eb54b2c35911d424fdf424c05eb69f62ba3a374be7adc99d17c01c0a50d0e32826d7c0fe92
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-riak'
3
- s.version = '3.0.2'
3
+ s.version = '3.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Send events to Riak"
5
+ s.summary = "Writes events to the Riak distributed key/value store"
6
6
  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"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-riak
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
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-16 00:00:00.000000000 Z
11
+ date: 2017-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: Send events to Riak
104
+ summary: Writes events to the Riak distributed key/value store
103
105
  test_files:
104
106
  - spec/outputs/riak_spec.rb