forked from cardmagic/contacts
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathglennfu-contacts.gemspec
15 lines (15 loc) · 949 Bytes
/
glennfu-contacts.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
s.name = "glennfu-contacts"
s.version = "1.2.6"
s.date = "2011-06-13"
s.summary = "A universal interface to grab contact list information from various providers including Yahoo, AOL, Gmail, Hotmail, and Plaxo."
s.email = "[email protected]"
s.homepage = "http://github.com/glennfu/contacts"
s.description = "A universal interface to grab contact list information from various providers including Yahoo, AOL, Gmail, Hotmail, and Plaxo."
s.has_rdoc = false
s.authors = ["Glenn Sidney", "Lucas Carlson"]
s.files = ["LICENSE", "Rakefile", "README", "examples/grab_contacts.rb", "lib/contacts.rb", "lib/contacts/base.rb", "lib/contacts/json_picker.rb", "lib/contacts/gmail.rb", "lib/contacts/aol.rb", "lib/contacts/hotmail.rb", "lib/contacts/plaxo.rb", "lib/contacts/yahoo.rb"]
s.add_dependency("json", ">= 1.1.1")
s.add_dependency('gdata', '>= 1.1.1')
s.add_dependency('fastercsv', '>= 1.5.4')
end