logstash-input-salesforce 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: c517539792d623bd6a6f0d61045e388e02b93273cc038e9441b251d1c0ada4aa
4
- data.tar.gz: 12ab6014d439c453bccbb8cb7dc6c8850a6edf4dd7e2cc11746a356f35d93747
2
+ SHA1:
3
+ metadata.gz: 03f95363f23ecd3f898005a00a11118d7780a2cf
4
+ data.tar.gz: 40909d6705b7fabc85f046b4f59ba2c74ea1fb15
5
5
  SHA512:
6
- metadata.gz: 96b862ee7597ad5872071349197a45df5b18551a4fe1c7a639a0cb6fd05c43252e9a91015d321820988f23f4623366ccb6b29302f78b40dfea4058903c92bfe8
7
- data.tar.gz: 6574a59e90ec7958059e627cb818d3c640788c0b1f092304eb52f324d2d3fe83afcd06fe96ae3724286308bfe79c4a9acc641a214c92c3706932d782f7a1519f
6
+ metadata.gz: 428ead3455e426ce222fee42f315eb47a3f651bfe6f6bd4855075ff95fc479ec22c05b3505de2d3f10eb1bbf548ddfb2511091b870f6dbe956c7e135a13997de
7
+ data.tar.gz: e08d0890d77091e58522c216faa12401f5a3e75c2d596b27887820631d47c4bfc06c986101e727ba6dd9e062db27c7796a76f8933f0c14b035a556cf9c884948
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Fix some documentation issues
3
+
1
4
  # 3.0.1
2
5
  - Correctly format time from salesforce events
3
6
 
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Salesforce input plugin
18
18
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-salesforce'
3
- s.version = '3.0.2'
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.2
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-06-23 00:00:00.000000000 Z
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.6.11
172
+ rubygems_version: 2.4.8
175
173
  signing_key:
176
174
  specification_version: 4
177
175
  summary: Pulls objects from Salesforce into Logstash