# -*- encoding: utf-8 -*- # stub: graybook 1.0.23 ruby lib Gem::Specification.new do |s| s.name = "graybook".freeze s.version = "1.0.23".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["kojul".freeze] s.date = "2009-10-01" s.description = "It does things. Like import contacts from EVERYWHERE.".freeze s.email = "kojul@kojul.com".freeze s.extra_rdoc_files = ["README.md".freeze] s.files = [".gitignore".freeze, "CHANGES.md".freeze, "Manifest.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "VERSION.yml".freeze, "VERSION_NAME".freeze, "debug_graybook.rb".freeze, "init.rb".freeze, "lib/graybook.rb".freeze, "lib/graybook/exporter/base.rb".freeze, "lib/graybook/exporter/vcf.rb".freeze, "lib/graybook/exporter/xml.rb".freeze, "lib/graybook/importer/aol.rb".freeze, "lib/graybook/importer/base.rb".freeze, "lib/graybook/importer/csv.rb".freeze, "lib/graybook/importer/freenet.rb".freeze, "lib/graybook/importer/gmail.rb".freeze, "lib/graybook/importer/gmx.rb".freeze, "lib/graybook/importer/hotmail.rb".freeze, "lib/graybook/importer/page_scraper.rb".freeze, "lib/graybook/importer/web.de.rb".freeze, "lib/graybook/importer/yahoo.rb".freeze, "test/config/credentials.yml.example".freeze, "test/fixtures/aol_application_page.html".freeze, "test/fixtures/aol_bad_login_response_stage_3.html".freeze, "test/fixtures/aol_contacts.html".freeze, "test/fixtures/aol_login_response_stage_1.html".freeze, "test/fixtures/aol_login_response_stage_2.html".freeze, "test/fixtures/aol_login_response_stage_3.html".freeze, "test/fixtures/aol_login_response_stage_4.html".freeze, "test/fixtures/aol_login_response_stage_5.html".freeze, "test/fixtures/aol_new_contacts.html".freeze, "test/fixtures/gmail.csv".freeze, "test/fixtures/gmail_bad_login_response_stage_2.html".freeze, "test/fixtures/gmail_contacts.html".freeze, "test/fixtures/gmail_login_response_stage_1.html".freeze, "test/fixtures/gmail_login_response_stage_2.html".freeze, "test/fixtures/gmail_login_response_stage_2a.html".freeze, "test/fixtures/gmail_login_response_stage_3.html".freeze, "test/fixtures/gmail_redirect_body.html".freeze, "test/fixtures/hotmail_bad_login_response_stage_2.html".freeze, "test/fixtures/hotmail_contacts.html".freeze, "test/fixtures/hotmail_login_response_stage_1.html".freeze, "test/fixtures/hotmail_login_response_stage_2.html".freeze, "test/fixtures/hotmail_login_response_stage_3.html".freeze, "test/fixtures/hotmail_scrape_first_page.html".freeze, "test/fixtures/hotmail_scrape_response_stage_1.html".freeze, "test/fixtures/hotmail_scrape_response_stage_2.html".freeze, "test/fixtures/hotmail_scrape_response_stage_3.html".freeze, "test/fixtures/yahoo_bad_login_response_stage_2.html".freeze, "test/fixtures/yahoo_contacts.csv".freeze, "test/fixtures/yahoo_contacts_not_logged_in.html".freeze, "test/fixtures/yahoo_contacts_stage_1.html".freeze, "test/fixtures/yahoo_login_response_stage_1.html".freeze, "test/fixtures/yahoo_login_response_stage_2.html".freeze, "test/fixtures/yahoo_no_user_response_stage_2.html".freeze, "test/freenet_importer_test.rb".freeze, "test/gmx_importer_test.rb".freeze, "test/scripts/live_test.rb".freeze, "test/test_graybook.rb".freeze, "test/test_graybook_exporter_base.rb".freeze, "test/test_graybook_exporter_vcf.rb".freeze, "test/test_graybook_exporter_xml.rb".freeze, "test/test_graybook_importer_aol.rb".freeze, "test/test_graybook_importer_base.rb".freeze, "test/test_graybook_importer_csv.rb".freeze, "test/test_graybook_importer_gmail.rb".freeze, "test/test_graybook_importer_hotmail.rb".freeze, "test/test_graybook_importer_page_scraper.rb".freeze, "test/test_graybook_importer_yahoo.rb".freeze, "test/test_helper.rb".freeze, "test/web.de_importer_test.rb".freeze, "updater.rb".freeze, "vendor/plugins/graybook/lib/autotest/discover.rb".freeze, "vendor/plugins/graybook/lib/autotest/graybook.rb".freeze] s.homepage = "http://github.com/kojul/gray".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "It does things. Like import contacts from EVERYWHERE.".freeze s.test_files = ["test/freenet_importer_test.rb".freeze, "test/gmx_importer_test.rb".freeze, "test/scripts/live_test.rb".freeze, "test/test_graybook.rb".freeze, "test/test_graybook_exporter_base.rb".freeze, "test/test_graybook_exporter_vcf.rb".freeze, "test/test_graybook_exporter_xml.rb".freeze, "test/test_graybook_importer_aol.rb".freeze, "test/test_graybook_importer_base.rb".freeze, "test/test_graybook_importer_csv.rb".freeze, "test/test_graybook_importer_gmail.rb".freeze, "test/test_graybook_importer_hotmail.rb".freeze, "test/test_graybook_importer_page_scraper.rb".freeze, "test/test_graybook_importer_yahoo.rb".freeze, "test/test_helper.rb".freeze, "test/web.de_importer_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.7.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.7.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2.0".freeze]) end