gmail_contacts 1.4 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 1.4.1 / 2009-05-20
2
+
3
+ * 1 bug fix
4
+ * Don't set token if we weren't given it
5
+
1
6
  === 1.4 / 2009-05-13
2
7
 
3
8
  * 1 minor enhancement
@@ -10,7 +10,7 @@ require 'nokogiri'
10
10
 
11
11
  class GmailContacts
12
12
 
13
- VERSION = '1.4'
13
+ VERSION = '1.4.1'
14
14
 
15
15
  Contact = Struct.new :title, :emails, :ims, :phone_numbers, :addresses,
16
16
  :photo_url
@@ -80,7 +80,7 @@ class GmailContacts
80
80
  @contacts ||= []
81
81
 
82
82
  @contact_api = GData::Client::Contacts.new
83
- @contact_api.authsub_token = @authsub_token
83
+ @contact_api.authsub_token = @authsub_token if @authsub_token
84
84
  end
85
85
 
86
86
  ##
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmail_contacts
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.4"
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hodel
@@ -30,7 +30,7 @@ cert_chain:
30
30
  x52qPcexcYZR7w==
31
31
  -----END CERTIFICATE-----
32
32
 
33
- date: 2009-05-13 00:00:00 -07:00
33
+ date: 2009-05-20 00:00:00 -07:00
34
34
  default_executable:
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file