logstash-codec-rubydebug 3.0.4 → 3.0.5

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: 192c434816a42b6f3f5b02b70013819e13b1e3e0
4
- data.tar.gz: 95037ab24ead2e865c55396429c6541765be810e
3
+ metadata.gz: 95597bd6aaa8e8367c4886657b919af524a38a82
4
+ data.tar.gz: 4947294bd86ad76deef7eed7401b34bd81077c68
5
5
  SHA512:
6
- metadata.gz: 152af050cbd53e1c51424367937bbafa96aadc71f1b1b9485b753b7475c36b971782bc48316a1e52b088f70f109ef5447785971e60cbd8161945aeb2e2a60465
7
- data.tar.gz: 7879352c037b7bcb2c776f31f0aefe32dad90d02ac144624c5ddac264d0077840f9342fad26ac0e94630327a74c6db738580e34a2898c41af720303dbbd56d90
6
+ metadata.gz: 3dd933930590e6d5fc763f8f05948c4501e3a716a10fddf741faf91f638393670db351d8b92927f630a09d4186af39300ef6e64cb0796c70b371e1e2ecc050e7
7
+ data.tar.gz: bf35f8218be9085b9b22a2a18bd8474b888379fed146f15fa01ce82c1f148cb925ba5518f482038a8bb258ee44bd05745fbf8c71000c3a6e2477c827fa027cd7
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
2
5
  - Asciidoc fixes
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-rubydebug'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The rubydebug codec will output your Logstash event data using the Ruby Awesome Print library."
6
+ s.summary = "Applies the Ruby Awesome Print library to Logstash 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-rubydebug
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-21 00:00:00.000000000 Z
11
+ date: 2017-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -99,6 +99,6 @@ rubyforge_project:
99
99
  rubygems_version: 2.4.8
100
100
  signing_key:
101
101
  specification_version: 4
102
- summary: The rubydebug codec will output your Logstash event data using the Ruby Awesome Print library.
102
+ summary: Applies the Ruby Awesome Print library to Logstash events
103
103
  test_files:
104
104
  - spec/codecs/rubydebug_spec.rb