logstash-output-pagerduty 3.0.5 → 3.0.6

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: f8de9eb546c19e5824fbc13b37080dd08b138fc5
4
- data.tar.gz: ed9367ca918b80bdee0cca5e2d9d9cb35f0c5b8b
2
+ SHA256:
3
+ metadata.gz: 84ddba3add41f2806921befee72e32b3b740e2baac71ea2af16fb3cb56673c44
4
+ data.tar.gz: f154e764466ca89de59021e783e4869b2ef2602a0b6f40d613e7b36b59a0e521
5
5
  SHA512:
6
- metadata.gz: b6ecdeea32f141449e6f57ae087f645e74562eb868e482248f4a15ed68874feda1f9c5300347f77565a2ede224934acf89ee63b877f7cb043214ff449b73038c
7
- data.tar.gz: 7aa3d0253e78f0835c6bc3ab4a963f2ae63ab85d9713361ee32a616517a78e36969c4d65fed31c9db1e3644acc45c79c00a76fb83b3a38b1fc4eb256b29fe835
6
+ metadata.gz: 7353e1cc60ff9fdf551146f1bda978c7786fe7fdb0ae7e5c8c462e252c3c08ca45e9ed026c824791858f5d00c23fdb7185400730afac5203329fa2e4ab4f8121
7
+ data.tar.gz: 977ff0f3ee696a4f64f50858bbc2a98c3d5db1dd60cdaee5afc18462c286432a68c5acdb45ff124e595c205a21819d19f1e05d42119c981ee155773f7b64849d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.5
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-output-pagerduty'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The PagerDuty output will send notifications based on pre-configured services and escalation policies."
6
+ s.summary = "Sends notifications based on preconfigured services and escalation policies"
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-output-pagerduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
74
  version: 1.21.0
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -111,10 +113,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
113
  version: '0'
112
114
  requirements: []
113
115
  rubyforge_project:
114
- rubygems_version: 2.4.8
116
+ rubygems_version: 2.6.11
115
117
  signing_key:
116
118
  specification_version: 4
117
- summary: The PagerDuty output will send notifications based on pre-configured services and escalation policies.
119
+ summary: Sends notifications based on preconfigured services and escalation policies
118
120
  test_files:
119
121
  - spec/outputs/pagerduty_spec.rb
120
122
  - spec/spec_helper.rb