diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 14:08:34 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 14:11:27 +0000 |
commit | c1ca338fdb32b05fd047730be9ca6569d22c6806 (patch) | |
tree | 23eb2052dd9aaf7569d5c030a9b3676b69de947f /lib/mauve/people_list.rb | |
parent | cce9b3743fa1128ffb72b7d2c5f5aa94a52993e9 (diff) |
Updated gems to (roughly) jessie versions; removed XMPP support.
Also changed the postgres tests to "skip" if no postgres db is
available.
Diffstat (limited to 'lib/mauve/people_list.rb')
-rw-r--r-- | lib/mauve/people_list.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/mauve/people_list.rb b/lib/mauve/people_list.rb index 7124241..8178635 100644 --- a/lib/mauve/people_list.rb +++ b/lib/mauve/people_list.rb @@ -25,11 +25,6 @@ module Mauve alias username label - # - # A dummy XMPP method. - # - def xmpp; nil ; end - # Append an Array or String to a list # # @param [Array or String] arr |