Skip to content

Commit 0adca2b

Browse files
phjordansissel
authored andcommitted
Relax xmpp4r constraints
Relax constraints to be able to install the xmpp output with the xmpp input. Fixes #10
1 parent f3fe127 commit 0adca2b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.1.4
2+
- make the input compatible with the xmpp output by relaxing the constraints on xmpp4r
3+
4+
## 3.1.3
5+
- mass update for doc changes
6+
17
## 3.1.2
28
- Docs: Fix doc generation issue by removing extraneous comment
39

logstash-input-xmpp.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-input-xmpp'
4-
s.version = '3.1.3'
4+
s.version = '3.1.4'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "This input allows you to receive events over XMPP/Jabber."
77
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"
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
2424

2525
s.add_runtime_dependency 'logstash-codec-plain'
26-
s.add_runtime_dependency 'xmpp4r', ['0.5']
26+
s.add_runtime_dependency 'xmpp4r', '~> 0.5.6'
2727

2828
s.add_development_dependency 'logstash-devutils'
2929
end

0 commit comments

Comments
 (0)