logstash-output-pagerduty 3.0.6 → 3.0.7

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
2
  SHA256:
3
- metadata.gz: 84ddba3add41f2806921befee72e32b3b740e2baac71ea2af16fb3cb56673c44
4
- data.tar.gz: f154e764466ca89de59021e783e4869b2ef2602a0b6f40d613e7b36b59a0e521
3
+ metadata.gz: b9cd4ca11ec9ef798b7786937ca7af9635d43fc881ac33a18e1a4509fe166fd1
4
+ data.tar.gz: fb77bc98ea4d7eb8e1c656815bfe963907bb4923f51cea2b25e3c75d47c40d7a
5
5
  SHA512:
6
- metadata.gz: 7353e1cc60ff9fdf551146f1bda978c7786fe7fdb0ae7e5c8c462e252c3c08ca45e9ed026c824791858f5d00c23fdb7185400730afac5203329fa2e4ab4f8121
7
- data.tar.gz: 977ff0f3ee696a4f64f50858bbc2a98c3d5db1dd60cdaee5afc18462c286432a68c5acdb45ff124e595c205a21819d19f1e05d42119c981ee155773f7b64849d
6
+ metadata.gz: 4a50a00963bfae9a8294b3a0d9d3b8f90fbc3a2a9a23ac52f87a79deafe700ee477fd7e28883166e32ba1dcf365818e7390b0504968c7e4eaf414def0a139eb0
7
+ data.tar.gz: 9846bfd9dd033c09ba8303abddc82c8affbd6ece425bdd05d26e9ee9cfbcd6d853907a9a9cfad5665844265a65f33289baeb6cd9fc5de0bea0848990869a1492
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.6
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
data/docs/index.asciidoc CHANGED
@@ -1,5 +1,6 @@
1
1
  :plugin: pagerduty
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -102,4 +103,6 @@ The PagerDuty Service API Key
102
103
 
103
104
 
104
105
  [id="plugins-{type}s-{plugin}-common-options"]
105
- include::{include_path}/{type}.asciidoc[]
106
+ include::{include_path}/{type}.asciidoc[]
107
+
108
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-pagerduty'
4
- s.version = '3.0.6'
4
+ s.version = '3.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
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"
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.6
4
+ version: 3.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-13 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement