logstash-input-salesforce 3.0.3 → 3.0.5

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: 03f95363f23ecd3f898005a00a11118d7780a2cf
4
- data.tar.gz: 40909d6705b7fabc85f046b4f59ba2c74ea1fb15
2
+ SHA256:
3
+ metadata.gz: bd1489349ebd4324249dbd544ac7eb7077ec86b8feb281c55c1a72b1364eb88b
4
+ data.tar.gz: 59ca4a5d7943dbc0194148ee4b6ab3a4370d4e199d8288db9acc69c186903e3f
5
5
  SHA512:
6
- metadata.gz: 428ead3455e426ce222fee42f315eb47a3f651bfe6f6bd4855075ff95fc479ec22c05b3505de2d3f10eb1bbf548ddfb2511091b870f6dbe956c7e135a13997de
7
- data.tar.gz: e08d0890d77091e58522c216faa12401f5a3e75c2d596b27887820631d47c4bfc06c986101e727ba6dd9e062db27c7796a76f8933f0c14b035a556cf9c884948
6
+ metadata.gz: fd12a2ccca0bfa1094cfa354095afca271238eda4209eb18f819d4a7e299585301c520f3e975e9de75ba54dcb4c125be8f64b43598101ea811b41c2d8d2cb142
7
+ data.tar.gz: 1c25c118bfeb6d6a1a96d3ab0b0ff114afe1ec64ef874a779568eaba7e2829451c45726af4ec500e49b1287074b15b1b494e7aff0d65d832a3c0b047a9ba56ed
@@ -1,3 +1,9 @@
1
+ ## 3.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
4
+ ## 3.0.4
5
+ - Update gemspec summary
6
+
1
7
  ## 3.0.3
2
8
  - Fix some documentation issues
3
9
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: salesforce
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -196,4 +197,6 @@ are created or modified by
196
197
 
197
198
 
198
199
  [id="plugins-{type}s-{plugin}-common-options"]
199
- include::{include_path}/{type}.asciidoc[]
200
+ include::{include_path}/{type}.asciidoc[]
201
+
202
+ :default_codec!:
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-salesforce'
3
- s.version = '3.0.3'
3
+ s.version = '3.0.5'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Pulls objects from Salesforce into Logstash"
5
+ s.summary = "Creates events based on a Salesforce SOQL query"
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 = ["Russ Savage"]
8
8
  s.email = 'russ@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-salesforce
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russ Savage
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-16 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -128,7 +128,9 @@ dependencies:
128
128
  - - "~>"
129
129
  - !ruby/object:Gem::Version
130
130
  version: 1.4.6
131
- 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
131
+ description: This gem is a Logstash plugin required to be installed on top of the
132
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
133
+ gem is not a stand-alone program
132
134
  email: russ@elastic.co
133
135
  executables: []
134
136
  extensions: []
@@ -169,10 +171,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
171
  version: '0'
170
172
  requirements: []
171
173
  rubyforge_project:
172
- rubygems_version: 2.4.8
174
+ rubygems_version: 2.6.11
173
175
  signing_key:
174
176
  specification_version: 4
175
- summary: Pulls objects from Salesforce into Logstash
177
+ summary: Creates events based on a Salesforce SOQL query
176
178
  test_files:
177
179
  - spec/fixtures/vcr_cassettes/describe_lead_object.yml
178
180
  - spec/fixtures/vcr_cassettes/load_some_lead_objects.yml