logstash-output-google_bigquery 3.2.1 → 3.2.2

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
- SHA256:
3
- metadata.gz: e63ba8a8efa92d0ca1840350f4d54a584fc0071e43a1e9edf300293eb4ef8d12
4
- data.tar.gz: ea7df9ab9138a623d5c308ac4613d3460f9889a0e139d48ad50607a8a7c4166f
2
+ SHA1:
3
+ metadata.gz: e94a469253f846ac2e824caca8be4a9a5f484bc0
4
+ data.tar.gz: 5f7018bc626908b864841648b8c7b8ead21b5e50
5
5
  SHA512:
6
- metadata.gz: 8f98acf1072f98f78a46acf938c90501455dd2f91cb2d6ca0d393768dd5ea81d6e631e7661dbd19078285a34193e19672158af1341e9d870e7e463a5741f6a14
7
- data.tar.gz: '009aa5374c648e2af090af545886ea4ff06e900ba98ef6606fce9e6bba76ae6f3c36fcc3241a9c902dc6a8f685ff6b910a3c6e7b765de73160a07332d040beb9'
6
+ metadata.gz: dbc12beba5770119dde2a8517fc557ba7ab0cde9513729c86f39985956c03babbbc9acad858f9f1a80340f90995316d57aad9ca4502307188e13b036a4cb9b3f
7
+ data.tar.gz: ae6a2dde9c6c39bad91183b2cd177302b9fa49ce0e5602a0f8814c469afdb544b9952be2be5ffa796ea7c9b60d519d3343910509452790d730aaec171a2d1fe9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.2.2
2
+ - Fix some documentation issues
3
+
1
4
  # 3.2.0
2
5
  - Add file recovery when plugin crashes
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
  === Google_bigquery output plugin
18
18
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-google_bigquery'
3
- s.version = '3.2.1'
3
+ s.version = '3.2.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Plugin to upload log events to Google BigQuery (BQ)"
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-output-google_bigquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
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
@@ -86,9 +86,7 @@ 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
90
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
91
- gem is not a stand-alone program
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
92
90
  email: info@elastic.co
93
91
  executables: []
94
92
  extensions: []
@@ -126,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
124
  version: '0'
127
125
  requirements: []
128
126
  rubyforge_project:
129
- rubygems_version: 2.6.11
127
+ rubygems_version: 2.4.8
130
128
  signing_key:
131
129
  specification_version: 4
132
130
  summary: Plugin to upload log events to Google BigQuery (BQ)