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

Commit

Permalink
Revert "use edge xmpp4r-simple for Ruby 1.9 compatibility"
Browse files Browse the repository at this point in the history
This reverts commit 210e296.
  • Loading branch information
calavera committed Jun 13, 2012
1 parent e901983 commit 69accb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
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", :git => 'git://github.com/blaine/xmpp4r-simple.git'
gem "xmpp4r-simple", "0.8.8"
#gem "yammer4r", "0.1.5"
gem "ruby-hmac", "0.4.0"
gem "thin", "1.2.2"
Expand Down
11 changes: 3 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
GIT
remote: git://github.com/blaine/xmpp4r-simple.git
revision: 92e2cd0002ec3a9a38506527e1a3a2d622408626
specs:
xmpp4r-simple (0.8.8)
xmpp4r (>= 0.3.2)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -91,6 +84,8 @@ GEM
simple_oauth (~> 0.1.4)
xml-simple (1.0.11)
xmpp4r (0.5)
xmpp4r-simple (0.8.8)
xmpp4r (>= 0.3.2)
yajl-ruby (1.1.0)

PLATFORMS
Expand Down Expand Up @@ -120,5 +115,5 @@ DEPENDENCIES
tinder (= 1.8.0.github)
twilio-ruby (= 3.4.2)
xml-simple (= 1.0.11)
xmpp4r-simple!
xmpp4r-simple (= 0.8.8)
yajl-ruby (= 1.1.0)
Binary file added vendor/cache/xmpp4r-simple-0.8.8.gem
Binary file not shown.

0 comments on commit 69accb7

Please sign in to comment.