Skip to content

Commit 32d714c

Browse files
committed
Add xmpp support for ruby 1.9.
/cc @sbryant
1 parent c2fe3c3 commit 32d714c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "tilt", "~> 1.2.1"
1313
gem "tinder", "1.8.0.github"
1414
gem "mail", "~>2.3"
1515
gem "xml-simple", "1.0.11", :require => 'xmlsimple'
16-
gem "xmpp4r-simple", "0.8.8"
16+
gem "xmpp4r-simple-19", "~> 1.0.0"
1717
#gem "yammer4r", "0.1.5"
1818
gem "ruby-hmac", "0.4.0"
1919
gem "thin", "1.2.2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ GEM
101101
uuidtools (2.1.3)
102102
xml-simple (1.0.11)
103103
xmpp4r (0.5)
104-
xmpp4r-simple (0.8.8)
104+
xmpp4r-simple-19 (1.0.0)
105105
xmpp4r (>= 0.3.2)
106106
yajl-ruby (1.1.0)
107107

@@ -135,5 +135,5 @@ DEPENDENCIES
135135
twilio-ruby (= 3.4.2)
136136
unicorn (~> 4.5.0)
137137
xml-simple (= 1.0.11)
138-
xmpp4r-simple (= 0.8.8)
138+
xmpp4r-simple-19 (~> 1.0.0)
139139
yajl-ruby (= 1.1.0)
-16 KB
Binary file not shown.
16 KB
Binary file not shown.

0 commit comments

Comments
 (0)