logstash-output-loggly 3.0.2 → 3.0.3

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: c0b3ee94efdb5797515ad054148a683e0460fefd
4
- data.tar.gz: 430d32fcece0d9d104ad10b0b05d89e86742f4b0
2
+ SHA256:
3
+ metadata.gz: c57fcda1434fd88da32cf236c105890d830e6b89f63e236f1c08f318e885a22d
4
+ data.tar.gz: 6b41a1447e05ec6932be111e43bb5402a4489fba9cf48e1421a16c32222cdd71
5
5
  SHA512:
6
- metadata.gz: 5068d7783b5a50c4ff5634a0ee89dd883412010d67deaae42f705356eb483809d9b5e6ff7fbdb30db9e62fe1115d862d90d2ac9c2c2ddff6aeb5a07aeeb137c0
7
- data.tar.gz: 649fa1ddc63ed7ccabe9f37b1b338edc40fa6a6c6dd37164dc5ef2b7c1a08ed08b0b9e528763e737491e133c839cb71589dd387921b154973528555f2d49b2c3
6
+ metadata.gz: 984616918d35c80561de927e3b8667f58131cc18cd2b7dd8033c90e5dd735ecec7a68201fd82fcad412cd99f76b6e1bbe770db4558813cc1ac97e965623dbd4e
7
+ data.tar.gz: f96b4fd7838b60944ba332cb0aa8a6eec4f11bf8edf4abf14e1438d6466a9fae75c85715f835ef201669b519794b265662cb1eea1f601a4e41aa1338f4170da6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-loggly'
3
- s.version = '3.0.2'
3
+ s.version = '3.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Got a loggly account? Use logstash to ship logs to Loggly!"
5
+ s.summary = "Ships logs to Loggly"
6
6
  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"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-loggly
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
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-16 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
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: Got a loggly account? Use logstash to ship logs to Loggly!
104
+ summary: Ships logs to Loggly
103
105
  test_files:
104
106
  - spec/outputs/loggly_spec.rb