logstash-input-gcs 2.0.7 → 2.0.8

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
2
  SHA1:
3
- metadata.gz: 8c30104680fb938a31d7927d983397cec576a95b
4
- data.tar.gz: 155e36e89649fe2413ecc0cc3f054d31ad1298ec
3
+ metadata.gz: 9124e72c2e763b976e1e2a248f4483ad7a44857e
4
+ data.tar.gz: 83f5c87c96c9b17ae93332466e401daacc09c1a1
5
5
  SHA512:
6
- metadata.gz: 391052f2bb6a8da3cc4d2a47f5b74ae2c5f3c54a7dc5127bd6f6548dcb21449ccd0d1dd9b2ea07e4a5b512bce918f1cc1d8efe35bae25077a8050dede9fb6573
7
- data.tar.gz: 1b4354a7773d7f5404d38475c6c9dcc81d99c2af3729b5b73120c0a2f5d1984c437e61f5706ff0cb20c99a9e237ed7b5283ec0461be2fb60c0193f356c130cb8
6
+ metadata.gz: 191b747b118d1541958e98a4a28b14ed2760793d77a50a2a4d13630d86ce48f453e737bdcfff762138e2a07887f64fea209f0f23ff6867efc7eb1c7bd72c42e6
7
+ data.tar.gz: cbc6b55fdb1d6eab47e0f4558ca35ba4945334ee717b7d22c997524dc88555709fe3af424afcaea5cc29ac355aeed62197ef71d8b9d271d81654ee75cfcab493
@@ -292,7 +292,7 @@ class LogStash::Inputs::GCS < LogStash::Inputs::Base
292
292
  end
293
293
 
294
294
  def newer?(date)
295
- puts "Check if newer {date} #{read}"
295
+ puts "Check if newer #{date} #{read}"
296
296
  date > read
297
297
  end
298
298
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-gcs'
3
- s.version = '2.0.7'
3
+ s.version = '2.0.8'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This example input streams a string at a definable interval."
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/plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-gcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic