# -*- encoding: utf-8 -*- # stub: aurelian-contacts 0.3.3 ruby lib Gem::Specification.new do |s| s.name = "aurelian-contacts".freeze s.version = "0.3.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mislav Marohni\u00C4\u0087".freeze, "Lukas Fittl".freeze, "Keavy Miller".freeze, "Aurelian Oancea".freeze] s.date = "2009-09-24" s.description = "Ruby library for consuming Google, Yahoo!, Flickr and Windows Live contacts APIs.".freeze s.email = "oancea@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/contacts.rb".freeze, "lib/contacts/flickr.rb".freeze, "lib/contacts/google.rb".freeze, "lib/contacts/google_oauth.rb".freeze, "lib/contacts/version.rb".freeze, "lib/contacts/windows_live.rb".freeze, "lib/contacts/yahoo.rb".freeze, "spec/contact_spec.rb".freeze, "spec/gmail/auth_spec.rb".freeze, "spec/gmail/fetching_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/windows_live/windows_live_spec.rb".freeze, "spec/yahoo/yahoo_spec.rb".freeze, "vendor/windowslivelogin.rb".freeze] s.homepage = "http://github.com/aurelian/contacts".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby library for consuming Google, Yahoo!, Flickr and Windows Live contact APIs".freeze s.test_files = ["spec/contact_spec.rb".freeze, "spec/gmail/auth_spec.rb".freeze, "spec/gmail/fetching_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/windows_live/windows_live_spec.rb".freeze, "spec/yahoo/yahoo_spec.rb".freeze] end