logstash-input-salesforce 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 +5 -5
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-input-salesforce.gemspec +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 03f95363f23ecd3f898005a00a11118d7780a2cf
|
4
|
+
data.tar.gz: 40909d6705b7fabc85f046b4f59ba2c74ea1fb15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 428ead3455e426ce222fee42f315eb47a3f651bfe6f6bd4855075ff95fc479ec22c05b3505de2d3f10eb1bbf548ddfb2511091b870f6dbe956c7e135a13997de
|
7
|
+
data.tar.gz: e08d0890d77091e58522c216faa12401f5a3e75c2d596b27887820631d47c4bfc06c986101e727ba6dd9e062db27c7796a76f8933f0c14b035a556cf9c884948
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-input-salesforce'
|
3
|
-
s.version = '3.0.
|
3
|
+
s.version = '3.0.3'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "Pulls objects from Salesforce into Logstash"
|
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"
|
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.
|
4
|
+
version: 3.0.3
|
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-
|
11
|
+
date: 2017-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,9 +128,7 @@ 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
|
132
|
-
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
133
|
-
gem is not a stand-alone program
|
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
|
134
132
|
email: russ@elastic.co
|
135
133
|
executables: []
|
136
134
|
extensions: []
|
@@ -171,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
171
169
|
version: '0'
|
172
170
|
requirements: []
|
173
171
|
rubyforge_project:
|
174
|
-
rubygems_version: 2.
|
172
|
+
rubygems_version: 2.4.8
|
175
173
|
signing_key:
|
176
174
|
specification_version: 4
|
177
175
|
summary: Pulls objects from Salesforce into Logstash
|