logstash-input-gcs 2.0.9 → 2.0.10

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: 56095b85b6f062a0d8307db8e08e74324e6842dc
4
- data.tar.gz: 307408b0a65a9911085b04b4786500697508e1c8
3
+ metadata.gz: 472959c5ad42dd7652f9f05c3d0b6c3d91d59dbf
4
+ data.tar.gz: d8f664296ddb51662a898e060ebdbbf8ce6b831c
5
5
  SHA512:
6
- metadata.gz: d29990787ae22e41a1c457ebe3ed3c725fcec86ac2c8185b94e0d75f3fb9dfdc7fe1eb37ce0fbecd910baa5da27821816e783fcb0e93d3a695723a423899b314
7
- data.tar.gz: 2f329fede4a84b285c2a3606374c3f89d732da46294f222edb493876be5a24e30c79fc9224e002386dad5edb2fa0802aa716adf8af092b3603f839cc48ad68ec
6
+ metadata.gz: b05d676cdac21869038506286c4e59f24d161c7c87221d05beb068c284db73ebd9f6f31e135ec5c740eee6b8ac3e11cd6f09d6fe9307eb8501c135a6c2cb1b60
7
+ data.tar.gz: 44d817c6899ec5a11b5ca7bffdd914387a6c20e5aa482365cc41d824ecdc803b0a3ccad5b8cfcf4cfedc5ab7ab7e4a6fc74cfaa9c7d9b96cbd9195850d888a11
data/Gemfile CHANGED
@@ -1,2 +1,2 @@
1
1
  source 'https://rubygems.org'
2
- gemspec
2
+ gemspec
@@ -292,7 +292,6 @@ class LogStash::Inputs::GCS < LogStash::Inputs::Base
292
292
  end
293
293
 
294
294
  def newer?(date)
295
- puts "Check if newer #{date.strftime("%Y-%m-%d %H:%M:%S.%L %Z")} #{read.strftime("%Y-%m-%d %H:%M:%S.%L %Z")}"
296
295
  date > read
297
296
  end
298
297
 
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-gcs'
3
- s.version = '2.0.9'
3
+ s.version = '2.0.10'
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"
7
- s.authors = ["Elastic"]
8
- s.email = 'info@elastic.co'
7
+ s.authors = ["Barak Cohen"]
8
+ s.email = 'barak@wondermall.com'
9
9
  s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
10
10
  s.require_paths = ["lib"]
11
11
 
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-gcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.9
4
+ version: 2.0.10
5
5
  platform: ruby
6
6
  authors:
7
- - Elastic
7
+ - Barak Cohen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -89,7 +89,7 @@ dependencies:
89
89
  description: This gem is a logstash plugin required to be installed on top of the
90
90
  Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not
91
91
  a stand-alone program
92
- email: info@elastic.co
92
+ email: barak@wondermall.com
93
93
  executables: []
94
94
  extensions: []
95
95
  extra_rdoc_files: []