- fix xmpp4r version

This commit is contained in:
Jordan Sissel 2011-08-15 02:01:43 -07:00
parent dc290ef5fd
commit 8bc3d0af90
2 changed files with 5 additions and 1 deletions

View file

@ -21,7 +21,7 @@ gem "redis" # outputs/redis, License: MIT-style
gem "gelf" # outputs/gelf, # License: MIT-style
gem "statsd-ruby", "~> 0.3.0" # outputs/statsd, # License: As-Is
gem "gmetric", "~> 0.1.3" # outputs/ganglia, # License: MIT
gem "xmpp4r", "~> 0.1.3" # outputs/xmpp, # License: As-Is
gem "xmpp4r", "~> 0.5" # outputs/xmpp, # License: As-Is
# For testing/dev
group :development do

View file

@ -11,6 +11,7 @@ GEM
ffi
gelf (1.1.3)
json
gmetric (0.1.3)
haml (3.1.2)
hoe (2.9.4)
rake (>= 0.8.7)
@ -38,6 +39,7 @@ GEM
hoe (>= 1.3.0)
tilt (1.3.2)
uuidtools (2.1.2)
xmpp4r (0.5)
PLATFORMS
java
@ -47,6 +49,7 @@ DEPENDENCIES
bunny
filewatch (~> 0.2.5)
gelf
gmetric (~> 0.1.3)
haml
jls-grok (~> 0.4.7)
jruby-elasticsearch (~> 0.0.9)
@ -61,3 +64,4 @@ DEPENDENCIES
stomp
stompserver
uuidtools
xmpp4r (~> 0.5)