adamhunter-contacts 1.1.19 → 1.1.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ require "thread"
8
8
 
9
9
  class Contacts
10
10
  TYPES = {}
11
- VERSION = "1.1.19"
11
+ VERSION = "1.1.20"
12
12
 
13
13
  class Base
14
14
  def initialize(login, password)
@@ -23,7 +23,7 @@ class Contacts
23
23
  end
24
24
  @contacts.compact!
25
25
  rescue GData::Client::AuthorizationError => e
26
- raise Contacts::AuthenticationError
26
+ raise AuthenticationError, "Username or password are incorrect"
27
27
  end
28
28
 
29
29
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adamhunter-contacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.19
4
+ version: 1.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Carlson
@@ -9,7 +9,7 @@ autorequire: contacts
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-12 00:00:00 -04:00
12
+ date: 2009-10-13 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency