logstash-input-google_pubsub 1.0.1 → 1.0.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
- SHA256:
3
- metadata.gz: e41ed92888f32a05a1d12094c6ff419be0c6949f39b71c3c084f9b522eb463bb
4
- data.tar.gz: 6ade48556636b5f2c845177bb1536cf537339ff8e8619b8fb6f912b202219078
2
+ SHA1:
3
+ metadata.gz: 8ab3a1f4a1a9152ee13cd182361eac93f4260a5f
4
+ data.tar.gz: 5ce4ed78b3510f3bd16de6547bbf35ae111ee2b7
5
5
  SHA512:
6
- metadata.gz: e16e74cef0eb0a49e04727c3bbdbae707e43a23de33cd16fafa3fee3edf77853d1730fa8818b3ba73df7e73030b7122676f988479174e53071161c4a9de5e75f
7
- data.tar.gz: e87a18a54dfb5a88291a419babf3db4ce01b291d746aa1ebaae9af52250ced8e0b0cdc36ce02686c43c9993de17dcd78b47ecf7ed8ed05c51494aef9c222c884
6
+ metadata.gz: e267009fe91770c072e19197e2efba8c8a9d0fb487566d2273eb4c59929e8bea614dbbf150daaa3c7f645a7ade7f3a0ed27044fb46799352ddac896361b2f921
7
+ data.tar.gz: 6fd47e86c70e793839570f53fa284a415ed9c3b56aa2713bd9aef6883fd606aa27b928f09f6797fb2507167df36a34347f97eb9debe541f5fc6331f64b3001d7
@@ -1,2 +1,14 @@
1
+ ## 1.0.3
2
+ - Fix some documentation issues
3
+
4
+ ## 1.0.2
5
+ - Docs: Fix list numbering
6
+
7
+ ## 1.0.1
8
+ - Docs: Bump patch level for doc build
9
+
10
+ ## 1.0.0
11
+ - Update to use 5.0 API
12
+
1
13
  ## 0.9.0
2
14
  - Initial release
@@ -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_pubsub input plugin
18
18
 
@@ -48,7 +48,7 @@ feature of Stackdriver Logging.
48
48
 
49
49
  ==== Prerequisites
50
50
 
51
- You must first create a Google Cloud Platform project and enable the the
51
+ You must first create a Google Cloud Platform project and enable the
52
52
  Google Pub/Sub API. If you intend to use the plugin ingest Stackdriver Logging
53
53
  messages, you must also enable the Stackdriver Logging API and configure log
54
54
  exporting to Pub/Sub. There is plentiful information on
@@ -88,7 +88,7 @@ here:
88
88
  - Creating Service Accounts https://cloud.google.com/iam/docs/creating-managing-service-accounts[overview]
89
89
  - Granting Roles https://cloud.google.com/iam/docs/granting-roles-to-service-accounts[overview]
90
90
 
91
- 1. If you are running Logstash on a Google Compute Engine instance, you may opt
91
+ 2. If you are running Logstash on a Google Compute Engine instance, you may opt
92
92
  to use Application Default Credentials. In this case, you will not need to
93
93
  specify a JSON private key file in your config.
94
94
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-google_pubsub'
3
- s.version = '1.0.1'
3
+ s.version = '1.0.3'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = "Logstash input plugin for Google Cloud Pub/Sub."
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."
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.1
4
+ version: 1.0.3
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-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -92,9 +92,7 @@ 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
96
- the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
97
- gem is not a stand-alone program.
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.
98
96
  email: erjohnso@google.com
99
97
  executables: []
100
98
  extensions: []
@@ -132,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
130
  version: '0'
133
131
  requirements: []
134
132
  rubyforge_project:
135
- rubygems_version: 2.6.11
133
+ rubygems_version: 2.4.8
136
134
  signing_key:
137
135
  specification_version: 4
138
136
  summary: Logstash input plugin for Google Cloud Pub/Sub.