logstash-input-google_pubsub 1.0.3 → 1.0.4

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: 8ab3a1f4a1a9152ee13cd182361eac93f4260a5f
4
- data.tar.gz: 5ce4ed78b3510f3bd16de6547bbf35ae111ee2b7
2
+ SHA256:
3
+ metadata.gz: 456f995041eb093cbde3e6dbfb9cb910ba5b4d737391e6480999a5363eecbd2f
4
+ data.tar.gz: dc1a1964cbac705f0b028674782431230c9924a9110350f129b91e586d345cdf
5
5
  SHA512:
6
- metadata.gz: e267009fe91770c072e19197e2efba8c8a9d0fb487566d2273eb4c59929e8bea614dbbf150daaa3c7f645a7ade7f3a0ed27044fb46799352ddac896361b2f921
7
- data.tar.gz: 6fd47e86c70e793839570f53fa284a415ed9c3b56aa2713bd9aef6883fd606aa27b928f09f6797fb2507167df36a34347f97eb9debe541f5fc6331f64b3001d7
6
+ metadata.gz: 5024b239db5429f05d5e92a06bc8d271eacbfa8c9d20325c7d785d042a23c1392cdacf10edcc033af15a78e42232fb859ce84e9f8918a37b0649ee5884b5e8f2
7
+ data.tar.gz: 643a15cabaac60a459e3996eedc506ed9fc8c2b5c3375d69d81e63667d707efbab740532ca7a07c99929b595a060bb4d34a4979c677246de0d729d30ac3ea37f
@@ -1,3 +1,6 @@
1
+ ## 1.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 1.0.3
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-google_pubsub'
3
- s.version = '1.0.3'
3
+ s.version = '1.0.4'
4
4
  s.licenses = ['Apache-2.0']
5
- s.summary = "Logstash input plugin for Google Cloud Pub/Sub."
5
+ s.summary = "Consume events from a Google Cloud PubSub service"
6
6
  s.description = "This gem is a Logstash input 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 = ["Eric Johnson"]
8
8
  s.email = 'erjohnso@google.com'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-google_pubsub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Johnson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 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
@@ -92,7 +92,9 @@ dependencies:
92
92
  - - ">="
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
- description: This gem is a Logstash input 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.
95
+ description: This gem is a Logstash input plugin required to be installed on top of
96
+ the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
97
+ gem is not a stand-alone program.
96
98
  email: erjohnso@google.com
97
99
  executables: []
98
100
  extensions: []
@@ -130,9 +132,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
132
  version: '0'
131
133
  requirements: []
132
134
  rubyforge_project:
133
- rubygems_version: 2.4.8
135
+ rubygems_version: 2.6.11
134
136
  signing_key:
135
137
  specification_version: 4
136
- summary: Logstash input plugin for Google Cloud Pub/Sub.
138
+ summary: Consume events from a Google Cloud PubSub service
137
139
  test_files:
138
140
  - spec/inputs/google_pubsub_spec.rb