Gem::Specification.new do |s| s.name = "contacts" s.version = "1.0.14" s.date = "2009-05-06" s.summary = "A universal interface to grab contact list information from various providers including Yahoo, Gmail, Hotmail, and Plaxo." s.email = "lucas@rufy.com" s.homepage = "http://github.com/cardmagic/contacts" s.description = "A universal interface to grab contact list information from various providers including Yahoo, Gmail, Hotmail, and Plaxo." s.has_rdoc = false s.authors = ["Lucas Carlson"] s.files = ["LICENSE", "Rakefile", "README", "examples/grab_contacts.rb", "lib/contacts.rb", "lib/contacts/base.rb", "lib/contacts/gmail.rb", "lib/contacts/hotmail.rb", "lib/contacts/plaxo.rb", "lib/contacts/yahoo.rb"] s.add_dependency("json", [">= 1.1.1"]) end