logstash-output-google_bigquery 3.2.2 → 3.2.3

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: e94a469253f846ac2e824caca8be4a9a5f484bc0
4
- data.tar.gz: 5f7018bc626908b864841648b8c7b8ead21b5e50
2
+ SHA256:
3
+ metadata.gz: f3cfec81c2e6ac9cea32ee0334fbcf55bbef14f77a56be666026979437fff08d
4
+ data.tar.gz: 7f93b13e031ef385d7b68bc4875a57c42669ae003da5bad790a5585ed5b0bfd0
5
5
  SHA512:
6
- metadata.gz: dbc12beba5770119dde2a8517fc557ba7ab0cde9513729c86f39985956c03babbbc9acad858f9f1a80340f90995316d57aad9ca4502307188e13b036a4cb9b3f
7
- data.tar.gz: ae6a2dde9c6c39bad91183b2cd177302b9fa49ce0e5602a0f8814c469afdb544b9952be2be5ffa796ea7c9b60d519d3343910509452790d730aaec171a2d1fe9
6
+ metadata.gz: 67ab094422b83d711fc78117a38dc46d91e3beee142f47885f9492973da2fb205d9611dc92bdc8c8d9f61fafd6b961eae94ea06633c45f367f508bf60af15919
7
+ data.tar.gz: fa5ba368d6f11b897756ac7fde47f3f7ad88cef01fa2f169ecf09cb2f50d2b44b4cc8be0be40c199470d0669ff1e76b601d35a9afa8433a68eaa12200b8ac3e8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.2.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.2.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-google_bigquery'
3
- s.version = '3.2.2'
3
+ s.version = '3.2.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Plugin to upload log events to Google BigQuery (BQ)"
5
+ s.summary = "Writes events to Google BigQuery"
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 = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
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.2
4
+ version: 3.2.3
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-07 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: Plugin to upload log events to Google BigQuery (BQ)
132
+ summary: Writes events to Google BigQuery
131
133
  test_files:
132
134
  - spec/outputs/google_bigquery_spec.rb