logstash-codec-json_lines 0.1.8 → 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: 580c598c7d3c317608b7003fcdcb64f9121271a0
4
- data.tar.gz: a953fb42f8e717a559a44b5cd1decab5d9e715a1
3
+ metadata.gz: aa9392661527084579d1770404afdd4b22a81859
4
+ data.tar.gz: 16ca223e2f1db283f1b2079550e8afab340eda8b
5
5
  SHA512:
6
- metadata.gz: 9444000825f91d910bcc143d1e6da975b4ce618d83ab813a4a609c8ffffe769c8c7aa6c0fb6c4378a24cdfc31bda7f00bf8568ddda5cf68e57dba1667b93b707
7
- data.tar.gz: eea3972e1d1435d0634b103d6a7b4fd67f52a1b40214ac1ac9ceac749579c18b2af279327aab29ea80f9b6cd6a6fc86d2ad66d7bad078944ea6207ed4230b79a
6
+ metadata.gz: f14010a1a30cfafcd7cffe1a20aee059d8baf9b5b70b902e7c2fefeac8342dca2053aa068913b9433b3b12834669305d60b5e58ed9b7d23b89d8c84d7a8ab4f3
7
+ data.tar.gz: eb86c593c9ac8c4bc523c391cbd0b0c65c7d23dc8f22f0716abeaf6f156702909bf1dbf3a7f463a560afb52b6fc1e95906d226d675e841e3b812ea3b0112beb9
data/CHANGELOG.md ADDED
File without changes
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/).
data/README.md CHANGED
@@ -13,7 +13,7 @@ Logstash provides infrastructure to automatically generate documentation for thi
13
13
 
14
14
  ## Need Help?
15
15
 
16
- Need help? Try #logstash on freenode IRC or the logstash-users@googlegroups.com mailing list.
16
+ Need help? Try #logstash on freenode IRC or the https://discuss.elastic.co/c/logstash discussion forum.
17
17
 
18
18
  ## Developing
19
19
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-json_lines'
4
- s.version = '0.1.8'
4
+ s.version = '1.0.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This codec will decode streamed JSON that is newline delimited."
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-codec-json_lines
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
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-04-30 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
@@ -65,9 +65,11 @@ extensions: []
65
65
  extra_rdoc_files: []
66
66
  files:
67
67
  - .gitignore
68
+ - CHANGELOG.md
68
69
  - CONTRIBUTORS
69
70
  - Gemfile
70
71
  - LICENSE
72
+ - NOTICE.TXT
71
73
  - README.md
72
74
  - Rakefile
73
75
  - lib/logstash/codecs/json_lines.rb
@@ -95,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
97
  version: '0'
96
98
  requirements: []
97
99
  rubyforge_project:
98
- rubygems_version: 2.1.9
100
+ rubygems_version: 2.2.2
99
101
  signing_key:
100
102
  specification_version: 4
101
103
  summary: This codec will decode streamed JSON that is newline delimited.