logstash-output-redmine 3.0.3 → 3.0.4

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: 3c9a20a9f00f600a216d19f7b0ab34fd0845e254d4a110bf2834539ca323d997
4
- data.tar.gz: 5efa556411bc48e0fcd40af8794731c77fc6b5a2717726a737964f0f5bfb124b
3
+ metadata.gz: 52244567ee859352a9faa155a419a82f697c4cdbcb10f3086b9e64e3e82b88a2
4
+ data.tar.gz: 5a657d57847a99a86652b2f5b7eacd86b1c0c5233daaaa7cfdd3b9739d673fda
5
5
  SHA512:
6
- metadata.gz: 9841db70faca5898d2c68c1242c080afdb0d3e08ac4406fec33a1321e9038adedbc1174ef84560084deb3fc40e109bf25193e019462ffe94c1569c75affa95e5
7
- data.tar.gz: 2e6a5b39ef993f8e1585b0427e0b672e26fa5f3405430a4a8a27a72532f4752354dd3a70e94dec68be2dead9093b76a1f8be544f728b8b460663439ac4ee48ac
6
+ metadata.gz: '0183a3113862bc1596308037e49794888266c70bd6036f03d00c70908812448a40e5a7206c7fb781fbda1a45a1ade26318c74c6201036b09bcb28456399d53ac'
7
+ data.tar.gz: f4dbb15cd621cd35cfc6a1b10f048a69b4f8dab3109aee5882cd323424f6db23f4486158ef1410413320c2a70146ea7958916c2fbf24dac6c192d3c60b0df336
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.3
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.
@@ -1,5 +1,6 @@
1
1
  :plugin: redmine
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -189,4 +190,6 @@ value format : 'http://urlofredmine.tld' - Not add '/issues' at end
189
190
 
190
191
 
191
192
  [id="plugins-{type}s-{plugin}-common-options"]
192
- include::{include_path}/{type}.asciidoc[]
193
+ include::{include_path}/{type}.asciidoc[]
194
+
195
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-redmine'
3
- s.version = '3.0.3'
3
+ s.version = '3.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Creates tickets using the Redmine API"
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-redmine
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-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