logstash-output-jira 3.0.3 → 3.0.4

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
- SHA1:
3
- metadata.gz: 47b2369cc500ab77e1c094701d4c4105339a42d1
4
- data.tar.gz: f05e0f0d60646bae5f66b619e8f9334d3bef2a82
2
+ SHA256:
3
+ metadata.gz: b77cdf46233586b3e1ac356703fbaa1a48d5a63a4507f5b3bf0955204dfa1c59
4
+ data.tar.gz: e1fc231b785088e281354331bd76b1ae60f9a506dc3c6a0c9de57df1d679feee
5
5
  SHA512:
6
- metadata.gz: 75fca81ce621303316824e943fee1d8ee6c38183f7328c6062cc8c66234d5b8c1c1216b5c832f4f263712836f79626b30b3c71a13f5856a3a16a09f22363599f
7
- data.tar.gz: ec47adca363254a05e599041e219198d528e3cd26566a098a2be04f53f83af0f1d745ac8aa32fdc1d7072e5a0acfee82e57ccc6b4219aff12c296b3c560fab3f
6
+ metadata.gz: 329a163b7d047139a96dc510cc022ec578f5741ad2e86366911cf6668e176fa90f8f0e91310234be56034f6f1a25605a6d6be072d889ef53446a153cfe31d04f
7
+ data.tar.gz: 62575f9600fb459c37e0b84173de64d73c8cfbb708575f74d1090e8cad2ada927865a55bffd91e93724d1ff815cdaea20e2172b3147001708d54a699edfc5dd1
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.3
2
5
  - Fix some documentation issues
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.
@@ -1,5 +1,6 @@
1
1
  :plugin: jira
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -192,4 +193,6 @@ Truncated and appended with '...' if longer than 255 characters.
192
193
 
193
194
 
194
195
  [id="plugins-{type}s-{plugin}-common-options"]
195
- include::{include_path}/{type}.asciidoc[]
196
+ include::{include_path}/{type}.asciidoc[]
197
+
198
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-jira'
3
- s.version = '3.0.3'
3
+ s.version = '3.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Create jira tickets based on events"
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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-jira
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
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: 2018-04-06 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,7 +98,7 @@ 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
104
  summary: Create jira tickets based on events