public
Description: the blackbook gem on github.
Homepage:
Clone URL: git://github.com/purzelrakete/blackbook.git
jjolma (author)
Wed Dec 10 08:04:39 -0800 2008
purzelrakete (committer)
Tue Dec 16 16:29:49 -0800 2008
commit  506473b07a8c01975cc200b949ea0a316fa7bf93
tree    1ce6a7479778090878cda41eb0d25f566f939471
parent  837bc908894e8d679f7c6ac7b8c1901878de04da
blackbook / debug_blackbook.rb
100644 11 lines (7 sloc) 0.288 kb
1
2
3
4
5
6
7
8
9
10
11
require 'blackbook'
 
aol = Blackbook.get :username => 'mondragonmichael@aol.com', :password => '123aol0'
puts "===== aol #{aol.inspect}"
 
unless aol.detect{|c| c[:name].downcase == 'Dave Myron'.downcase && c[:email] == 'dave.myron@contentfree.com'}
  puts "AOL not working"
  exit 1
end