Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Add xmpp support for ruby 1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera committed Apr 20, 2013
1 parent c2fe3c3 commit 32d714c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ gem "tilt", "~> 1.2.1"
gem "tinder", "1.8.0.github"
gem "mail", "~>2.3"
gem "xml-simple", "1.0.11", :require => 'xmlsimple'
gem "xmpp4r-simple", "0.8.8"
gem "xmpp4r-simple-19", "~> 1.0.0"
#gem "yammer4r", "0.1.5"
gem "ruby-hmac", "0.4.0"
gem "thin", "1.2.2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -101,7 +101,7 @@ GEM
uuidtools (2.1.3)
xml-simple (1.0.11)
xmpp4r (0.5)
xmpp4r-simple (0.8.8)
xmpp4r-simple-19 (1.0.0)
xmpp4r (>= 0.3.2)
yajl-ruby (1.1.0)

Expand Down Expand Up @@ -135,5 +135,5 @@ DEPENDENCIES
twilio-ruby (= 3.4.2)
unicorn (~> 4.5.0)
xml-simple (= 1.0.11)
xmpp4r-simple (= 0.8.8)
xmpp4r-simple-19 (~> 1.0.0)
yajl-ruby (= 1.1.0)
Binary file removed vendor/cache/xmpp4r-simple-0.8.8.gem
Binary file not shown.
Binary file added vendor/cache/xmpp4r-simple-19-1.0.0.gem
Binary file not shown.

0 comments on commit 32d714c

Please sign in to comment.