Ruby library to physically locate iPhones
Ruby port of MobileMe screenscraper allowing message sending and
retrieval of current location of an iPhone.

>> require 'rubygems' ; require 'findmyiphone'
>> i = FindMyIphone.new(username,password)
>> i.locateMe
>> i.sendMessage("Foo bar")

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/mattb/findmyiphone
