logstash-input-jms 3.0.3-java → 3.0.4-java

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: e2c8fc7251b48f47372b6cb779ed67944eba3e3a
4
- data.tar.gz: 918a0cccff0f1492ac27bce75a262f9830b98f26
2
+ SHA256:
3
+ metadata.gz: 123000beddd3ab16bd1021d53c02f3bfe22860d8c33673dad2fdde50fe78585a
4
+ data.tar.gz: 7445e8c689363d4c664badf6fc115593306e07b25fa69f26c9f9eb94f3a1d678
5
5
  SHA512:
6
- metadata.gz: 9bd4caf34a1d34bb22c1fcf62b5b53eee9143095e86cd0901e1dfa3114e6fced38c371c26dada585bb652155c94cc1fc2e8bb4f9824968b9b294e2cdf0607696
7
- data.tar.gz: b36914fc4fd87d42e711db468b3620e1587d09e6145f31f2b51e70d88ee800d8ae463be3cc84a85a505b6ea7b549c6d8c521ce6e4b7a56187d4352175d5a8ecb
6
+ metadata.gz: 7560d60a5f72362076145add9063b58d1729149501f9b6006e711d3fb6630eea80f55b773b60f3988e45dab0aaaded5b387e12ee80566994eab43c1e8f914617
7
+ data.tar.gz: 2148733c1534089cb7a7ffae763aa0755e921956c8aec9a88f3bb2e11bc93a69010988fb1edb3b7821c394fc38dc46795c4346ce67ca64d80882dc1d3fa63bba
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.3
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-jms'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Pull events from a JMS topic or queue."
6
+ s.summary = "Reads events from a Jms Broker"
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"
8
8
  s.authors = ["Elasticsearch"]
9
9
  s.email = 'info@elasticsearch.com'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-jms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: java
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -100,7 +100,9 @@ dependencies:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
- 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
103
+ description: This gem is a Logstash plugin required to be installed on top of the
104
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
105
+ gem is not a stand-alone program
104
106
  email: info@elasticsearch.com
105
107
  executables: []
106
108
  extensions: []
@@ -137,10 +139,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
139
  version: '0'
138
140
  requirements: []
139
141
  rubyforge_project:
140
- rubygems_version: 2.4.8
142
+ rubygems_version: 2.6.11
141
143
  signing_key:
142
144
  specification_version: 4
143
- summary: Pull events from a JMS topic or queue.
145
+ summary: Reads events from a Jms Broker
144
146
  test_files:
145
147
  - spec/inputs/jms.yml
146
148
  - spec/inputs/jms_spec.rb