logstash-input-doc 0.1.0 → 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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61df3e9d8269cbaf9e6b1bad49cfc4078e427030
4
- data.tar.gz: 16ee53970323321ac0704efc4af0418fa1837c39
3
+ metadata.gz: 4de202d4dc8c454501bd5ce8c8ee3c1cf1e8905c
4
+ data.tar.gz: e4dafd2e5092f9d989d08f49260bc8da083a5f00
5
5
  SHA512:
6
- metadata.gz: 43937f524dec96da796671751533549e653fca2db786e80c12baa4c93d425142763c00833b1d6886387596b5771ce8bf7b0ba644d5d7e2f76573f0bdf952f96b
7
- data.tar.gz: a767ee6a984a8dcd056ba0b3d7e3dc59ef962303cac04d519e06a5b0c661beb4fb012fa316f77c3c0db6ed0acf79845fff6352ea9689406342e9306c4fea697f
6
+ metadata.gz: 2a48b5f084215bbea3c06b9ebb9473462f6657fa02c3fd10faa2f3978766c21cdbfd80428c31c9214507d48e4d04207317eba1dbb5f64e1d85663d653612e7f9
7
+ data.tar.gz: bafd606cd181e6f56f58db53a75babad53c8ae484f7c472407b5e1dd5ebb92a9f13f77295b63dd373270d17e726b8ac77a54dc2feb1b75ce84ba99334c639aec
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-doc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - henry
@@ -142,13 +142,13 @@ dependencies:
142
142
  - - ">="
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0'
145
- description: fork from logstash input file plugin.
146
- email: henry.rao@me.com
145
+ 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
146
+ email: henry.jao@grandsys.com
147
147
  executables: []
148
148
  extensions: []
149
149
  extra_rdoc_files: []
150
150
  files: []
151
- homepage: http://henry-rao.logdown.com/
151
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
152
152
  licenses:
153
153
  - Apache License (2.0)
154
154
  metadata:
@@ -173,5 +173,5 @@ rubyforge_project:
173
173
  rubygems_version: 2.4.8
174
174
  signing_key:
175
175
  specification_version: 4
176
- summary: Read file without eof
176
+ summary: Stream events from docs.
177
177
  test_files: []