logstash-output-redmine 3.0.2 → 3.0.3

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: d51c6a6d7cae9e484bb45165a94134452720fdf4
4
- data.tar.gz: c1f6dc9a518b1634d9091aaad6b661d7513801e1
2
+ SHA256:
3
+ metadata.gz: 3c9a20a9f00f600a216d19f7b0ab34fd0845e254d4a110bf2834539ca323d997
4
+ data.tar.gz: 5efa556411bc48e0fcd40af8794731c77fc6b5a2717726a737964f0f5bfb124b
5
5
  SHA512:
6
- metadata.gz: 0be374b86fdffe2b1e1ba5d81bfc9535a569ddbff381b8cbd68adb068600511bb5329aab6cf2ef2623361af1397439ca80ad04c4e8eae995ce215e25f186499f
7
- data.tar.gz: 4b7b9795d890098a9de2a5947b1d14cd2d96a104f227e8c1ddb6e120c8dd414a2e67a5d853db6a34f87c312e4af68719bb75fdb594506941a9623689af53f6a8
6
+ metadata.gz: 9841db70faca5898d2c68c1242c080afdb0d3e08ac4406fec33a1321e9038adedbc1174ef84560084deb3fc40e109bf25193e019462ffe94c1569c75affa95e5
7
+ data.tar.gz: 2e6a5b39ef993f8e1585b0427e0b672e26fa5f3405430a4a8a27a72532f4752354dd3a70e94dec68be2dead9093b76a1f8be544f728b8b460663439ac4ee48ac
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-redmine'
3
- s.version = '3.0.2'
3
+ s.version = '3.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "The redmine output is used to create a ticket via the API redmine."
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"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
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.2
4
+ version: 3.0.3
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
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- 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
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: The redmine output is used to create a ticket via the API redmine.
90
+ summary: Creates tickets using the Redmine API
89
91
  test_files:
90
92
  - spec/outputs/redmine_spec.rb