logstash-output-solr_http 3.0.3 → 3.0.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: 259bc7dfee1de72e491b4826270dc3d989883035
4
- data.tar.gz: d0c860d0a8f9548aba1c73f76ee3569526ad90df
2
+ SHA256:
3
+ metadata.gz: f870862ad4a28c66df7551ab260a206052d0b879072e19cebdb0419fc369dfe6
4
+ data.tar.gz: 5134fbad6a3d721b748920d81c3d1ebf0fb21645eca4fbcc2e2daaec5074a0c3
5
5
  SHA512:
6
- metadata.gz: 8a0f2d9534d7b275962176bfe1a9d8b8ac35c236861e13fcde6dabb80bd55620cbb82bbefc1b8abdfa3c2449ec24fc8ab4a25edeae81f8b5e4456d974a784ce7
7
- data.tar.gz: 106aea7a9fc8fa71c6eddec18c4e642aa498cc5b8c52652e452029d4fa216623da06ff897f9acbb08f0cd2b3aad0b9cc0adb6d0d0df2d6ee482c4db2fe1b1195
6
+ metadata.gz: 3dbb13081ebbef692e8e8a28aa8b2875fb3aec5076548267bc2aa18dd62a642c3cf573b37f1c5aad129a6a32935cbe640d6adae1e3897b32a8f1aa00babb49d9
7
+ data.tar.gz: deee9d0b171dbc6fbdc62a3ba0ef7bb691968b2f1340d4b58d6a835563d1f385d3bac5de1fadf65da6be373b68e9b98028d2dc341e5a9d01a63d25008c791477
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.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-output-solr_http'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This output lets you index&store your logs in Solr."
6
+ s.summary = "Stores and indexes logs in Solr"
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-output-solr_http
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.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-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
@@ -86,7 +86,9 @@ dependencies:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
- 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
89
+ description: This gem is a Logstash plugin required to be installed on top of the
90
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
91
+ gem is not a stand-alone program
90
92
  email: info@elastic.co
91
93
  executables: []
92
94
  extensions: []
@@ -124,9 +126,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
126
  version: '0'
125
127
  requirements: []
126
128
  rubyforge_project:
127
- rubygems_version: 2.4.8
129
+ rubygems_version: 2.6.11
128
130
  signing_key:
129
131
  specification_version: 4
130
- summary: This output lets you index&store your logs in Solr.
132
+ summary: Stores and indexes logs in Solr
131
133
  test_files:
132
134
  - spec/outputs/solr_http_spec.rb