forked from cardmagic/contacts
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcontacts.gemspec
More file actions
16 lines (16 loc) · 805 Bytes
/
contacts.gemspec
File metadata and controls
16 lines (16 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Gem::Specification.new do |s|
s.name = "contacts"
s.version = "1.5.10.paperlesspost"
s.date = "2013-01-10"
s.summary = "A universal interface to grab contact list information from various providers including Outlook, Address Book, Yahoo, AOL, Gmail, Hotmail, and Plaxo."
s.homepage = "http://github.com/paperlesspost/contacts"
s.description = "A universal interface to grab contact list information from various providers including Outlook, Address Book, Yahoo, AOL, Gmail, Hotmail, and Plaxo."
s.has_rdoc = false
s.authors = ["Lucas Carlson", "Paperless Post"]
s.files = `git ls-files`.split($\)
s.add_dependency("multi_json", '~>1.10', '>= 1.10.1')
s.add_dependency('gdata', '1.1.2')
s.add_dependency('hpricot')
s.add_dependency('nokogiri')
s.add_dependency('encryptor')
end