AddressBookImporter 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ require 'cgi'
4
4
  require 'iconv'
5
5
 
6
6
  module AddressBookImporter
7
- VERSION = '0.0.6'
7
+ VERSION = '0.0.7'
8
8
 
9
9
  class EmptyEmailException < Exception ; end
10
10
  class LoginErrorException < Exception ; end
@@ -1,5 +1,5 @@
1
1
  require 'test/unit'
2
- require 'address_book_importer'
2
+ require 'lib/address_book_importer'
3
3
 
4
4
  class TestAddressBookImporter < Test::Unit::TestCase
5
5
 
@@ -10,16 +10,19 @@ class TestAddressBookImporter < Test::Unit::TestCase
10
10
 
11
11
  def test_gmail
12
12
  a = AddressBookImporter::Gmail.new(GMAIL_TEST[:username],GMAIL_TEST[:password])
13
+ puts 'GMAIL = ' + a.contacts.inspect
13
14
  assert !a.contacts.empty?
14
15
  end
15
16
 
16
17
  def test_hotmail
17
18
  a = AddressBookImporter::Hotmail.new(HOTMAIL_TEST[:username], HOTMAIL_TEST[:password])
19
+ puts 'HOTMAIL = ' + a.contacts.inspect
18
20
  assert !a.contacts.empty?
19
21
  end
20
22
 
21
23
  def test_yahoo
22
24
  a = AddressBookImporter::Yahoo.new(YAHOO_TEST[:username], YAHOO_TEST[:password])
25
+ puts 'YAHOO = ' + a.contacts.inspect
23
26
  assert !a.contacts.empty?
24
27
  end
25
28
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.2
2
+ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: AddressBookImporter
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.6
7
- date: 2007-02-15 00:00:00 +01:00
6
+ version: 0.0.7
7
+ date: 2007-05-30 00:00:00 +02:00
8
8
  summary: Mechanize scraper for address books
9
9
  require_paths:
10
10
  - lib
@@ -64,5 +64,5 @@ dependencies:
64
64
  requirements:
65
65
  - - ">="
66
66
  - !ruby/object:Gem::Version
67
- version: 1.1.7
67
+ version: 1.2.0
68
68
  version: