logstash-output-pagerduty 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
- SHA256:
3
- metadata.gz: 7498f228ec973d97c7346f02b71d5062f4c47baaef4a96660603623e48912971
4
- data.tar.gz: c9acdb75562c68b3755589a93b43e4b642dacdbc791aecebb85389ee4fbbed30
2
+ SHA1:
3
+ metadata.gz: f8de9eb546c19e5824fbc13b37080dd08b138fc5
4
+ data.tar.gz: ed9367ca918b80bdee0cca5e2d9d9cb35f0c5b8b
5
5
  SHA512:
6
- metadata.gz: 26adf42ab8756d2d91abc5848ebd08ffe5473d292761fca1fa300ecbea658626d1e40ead93d1052f9ada9804d74db12706c9cac5780a3f5148af7eb7736e47fb
7
- data.tar.gz: b33c2bac97d7c129b251327b6a2a251a7cb18f5a6d0f185adfc1b1fd22cca3704dc478b553be17da8af4fe81c0b8b49df93a309c28d91730275a17d0b88b1068
6
+ metadata.gz: b6ecdeea32f141449e6f57ae087f645e74562eb868e482248f4a15ed68874feda1f9c5300347f77565a2ede224934acf89ee63b877f7cb043214ff449b73038c
7
+ data.tar.gz: 7aa3d0253e78f0835c6bc3ab4a963f2ae63ab85d9713361ee32a616517a78e36969c4d65fed31c9db1e3644acc45c79c00a76fb83b3a38b1fc4eb256b29fe835
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.3
2
5
  - Reduce logging at info level
3
6
 
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Pagerduty output plugin
18
18
 
@@ -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.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "The PagerDuty output will send notifications based on pre-configured 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.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-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -72,9 +72,7 @@ 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
76
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
- gem is not a stand-alone program
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
78
76
  email: info@elastic.co
79
77
  executables: []
80
78
  extensions: []
@@ -113,11 +111,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
111
  version: '0'
114
112
  requirements: []
115
113
  rubyforge_project:
116
- rubygems_version: 2.6.11
114
+ rubygems_version: 2.4.8
117
115
  signing_key:
118
116
  specification_version: 4
119
- summary: The PagerDuty output will send notifications based on pre-configured services
120
- and escalation policies.
117
+ summary: The PagerDuty output will send notifications based on pre-configured services and escalation policies.
121
118
  test_files:
122
119
  - spec/outputs/pagerduty_spec.rb
123
120
  - spec/spec_helper.rb