lib/twitterland/zutual.rb in twitterland-0.4.5 vs lib/twitterland/zutual.rb in twitterland-0.4.6
- old
+ new
@@ -3,9 +3,9 @@
include HTTParty
base_uri 'http://api.zutual.com/v/1'
format :json
def self.match(first_user, second_user)
- Mash.new(get("/twitter/match/#{first_user}+#{second_user}.json")).matches
+ Hashie::Mash.new(get("/twitter/match/#{first_user}+#{second_user}.json")).matches
end
end
end
\ No newline at end of file