logstash-input-file 0.1.11 → 1.0.0

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: c00455f8bb65b9d802f81ac12c095d0bc1454136
4
- data.tar.gz: dd80537404262d563d574e2062fd429364b466f2
3
+ metadata.gz: 5319e9eb1c38b91734226b4eb97bbc7ee84e3eec
4
+ data.tar.gz: 47903b7f1ba56c91baa61acd29af2f1cb7961d21
5
5
  SHA512:
6
- metadata.gz: 605811dd4d4fda955593aeafaab43f5a6a7da1be23f27b8623d9b7db82a2aa0a4c0a8f87123e0223a62247e9e358fe6984e8e78e4e6199ea78426f53f9e005c7
7
- data.tar.gz: eae72cf60f9e4608a27351df34e083714a72cf56ba97fd0aeddc61785bd05652ed12fce58fd61109a2bcfa4308a352ff993db9ce97264ad46c1e466118bcf5e8
6
+ metadata.gz: e03a060ea74cfbf4ae2cfc18bfe6517b6dd83dd68c2f5a36674136ca00fa30375c4c2a55a7d77acc7e26437fba9680bb40ce73f17064417c514f44cf93896639
7
+ data.tar.gz: 4c7bcf126d12d903ef633ebe5042e31dd9d16d27091232a6bc5222a0cfa6268a6dbb0eb4dd17bab271019d75c2682bd8d659a6a931770f04828900f7c64c2d6c
data/NOTICE.TXT ADDED
@@ -0,0 +1,5 @@
1
+ Elasticsearch
2
+ Copyright 2012-2015 Elasticsearch
3
+
4
+ This product includes software developed by The Apache Software
5
+ Foundation (http://www.apache.org/).
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-file'
4
- s.version = '0.1.11'
4
+ s.version = '1.0.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Stream events from files."
7
7
  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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-file
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-19 00:00:00.000000000 Z
11
+ date: 2015-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core
@@ -131,6 +131,7 @@ files:
131
131
  - CONTRIBUTORS
132
132
  - Gemfile
133
133
  - LICENSE
134
+ - NOTICE.TXT
134
135
  - README.md
135
136
  - Rakefile
136
137
  - lib/logstash/inputs/file.rb
@@ -158,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
159
  version: '0'
159
160
  requirements: []
160
161
  rubyforge_project:
161
- rubygems_version: 2.1.9
162
+ rubygems_version: 2.2.2
162
163
  signing_key:
163
164
  specification_version: 4
164
165
  summary: Stream events from files.