logstash-codec-plain 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2635bcea1c0ff6b7c83a09919f419a8e330b514b
4
- data.tar.gz: 046d54dc8b36a931a5d7f9e4627fc4a7de7755d8
2
+ SHA256:
3
+ metadata.gz: bf26b889810da44bf0bb4deb8a3365dcf1489d6ed9d791c11f6595addfbf4930
4
+ data.tar.gz: 64d0880c3709cfe2384926f82c8cd5a460702f6b245224ed5c4a9bf371d3b028
5
5
  SHA512:
6
- metadata.gz: e9f32e62970b38134640229a356ff7b1c224aeb5a5e477f16e9ffce1678c9dea7677351f4c9be530bfbc4f45a3c71b7ead3366f41e8e3b6e399fc36477e26437
7
- data.tar.gz: 25004191d2a88508fae2ca5d9653416590d163ca654c4c1c2fd209800cda098a17ce64ddc2913a8679c7edf4d84a70cf75798c37b393066913cfdb9ba1276404
6
+ metadata.gz: 40ca998c61a93f18ab401c6e3480ee483f481a2e023432ea3866b82a53c1b72458c692ced707c8ffa8643dead627f945219eea9f8a9951377b1077f1aaa49faf
7
+ data.tar.gz: 1c015168708d4b742706294796793dcd5b5b303a08f5b3316826022a5bcf527cacdfc59e5421b64bb49d922a57776a55b433d5e0828ccd8eb88e2d706a34a44e
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-plain'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The plain codec is for plain text with no delimiting between events."
6
+ s.summary = "Reads plaintext with no delimiting between events"
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/logstash-plugin install gemname. This gem is not a stand-alone program"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-plain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: The plain codec is for plain text with no delimiting between events.
90
+ summary: Reads plaintext with no delimiting between events
89
91
  test_files:
90
92
  - spec/codecs/plain_spec.rb