# -*- encoding: utf-8 -*- # stub: ppl 1.24.0 ruby lib Gem::Specification.new do |s| s.name = "ppl".freeze s.version = "1.24.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Henry Smith".freeze] s.date = "2013-04-23" s.description = "CLI Address Book".freeze s.email = "henry@henrysmith.org".freeze s.executables = ["ppl".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "COPYING".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/ppl".freeze, "completions/bash".freeze, "completions/zsh".freeze, "features/add.feature".freeze, "features/bday.feature".freeze, "features/email.feature".freeze, "features/init.feature".freeze, "features/ls.feature".freeze, "features/mutt.feature".freeze, "features/mv.feature".freeze, "features/nick.feature".freeze, "features/org.feature".freeze, "features/phone.feature".freeze, "features/rm.feature".freeze, "features/step_definitions/address_book_steps.rb".freeze, "features/step_definitions/cwd_steps.rb".freeze, "features/step_definitions/ppl_steps.rb".freeze, "features/url.feature".freeze, "lib/ppl.rb".freeze, "lib/ppl/adapter/color.rb".freeze, "lib/ppl/adapter/color/colored.rb".freeze, "lib/ppl/adapter/email_scraper.rb".freeze, "lib/ppl/adapter/email_scraper/mail.rb".freeze, "lib/ppl/adapter/storage.rb".freeze, "lib/ppl/adapter/storage/disk.rb".freeze, "lib/ppl/adapter/storage/factory.rb".freeze, "lib/ppl/adapter/storage/git.rb".freeze, "lib/ppl/adapter/vcard.rb".freeze, "lib/ppl/adapter/vcard/greencard.rb".freeze, "lib/ppl/application/bootstrap.rb".freeze, "lib/ppl/application/command.rb".freeze, "lib/ppl/application/command_suite.rb".freeze, "lib/ppl/application/configuration.rb".freeze, "lib/ppl/application/input.rb".freeze, "lib/ppl/application/output.rb".freeze, "lib/ppl/application/router.rb".freeze, "lib/ppl/application/shell.rb".freeze, "lib/ppl/command/add.rb".freeze, "lib/ppl/command/age.rb".freeze, "lib/ppl/command/attribute.rb".freeze, "lib/ppl/command/bday.rb".freeze, "lib/ppl/command/completion.rb".freeze, "lib/ppl/command/email.rb".freeze, "lib/ppl/command/external.rb".freeze, "lib/ppl/command/help.rb".freeze, "lib/ppl/command/init.rb".freeze, "lib/ppl/command/ls.rb".freeze, "lib/ppl/command/mutt.rb".freeze, "lib/ppl/command/mv.rb".freeze, "lib/ppl/command/name.rb".freeze, "lib/ppl/command/nick.rb".freeze, "lib/ppl/command/org.rb".freeze, "lib/ppl/command/phone.rb".freeze, "lib/ppl/command/post.rb".freeze, "lib/ppl/command/rm.rb".freeze, "lib/ppl/command/scrape.rb".freeze, "lib/ppl/command/shell.rb".freeze, "lib/ppl/command/show.rb".freeze, "lib/ppl/command/url.rb".freeze, "lib/ppl/command/version.rb".freeze, "lib/ppl/entity/address_book.rb".freeze, "lib/ppl/entity/contact.rb".freeze, "lib/ppl/entity/email_address.rb".freeze, "lib/ppl/entity/phone_number.rb".freeze, "lib/ppl/entity/postal_address.rb".freeze, "lib/ppl/error/completion_not_found.rb".freeze, "lib/ppl/error/contact_not_found.rb".freeze, "lib/ppl/error/incorrect_usage.rb".freeze, "lib/ppl/format/address_book.rb".freeze, "lib/ppl/format/address_book/ages.rb".freeze, "lib/ppl/format/address_book/birthdays.rb".freeze, "lib/ppl/format/address_book/email_addresses.rb".freeze, "lib/ppl/format/address_book/mutt_query.rb".freeze, "lib/ppl/format/address_book/names.rb".freeze, "lib/ppl/format/address_book/nicknames.rb".freeze, "lib/ppl/format/address_book/one_line.rb".freeze, "lib/ppl/format/address_book/organizations.rb".freeze, "lib/ppl/format/address_book/phone_numbers.rb".freeze, "lib/ppl/format/address_book/postal_addresses.rb".freeze, "lib/ppl/format/address_book/urls.rb".freeze, "lib/ppl/format/contact.rb".freeze, "lib/ppl/format/contact/age.rb".freeze, "lib/ppl/format/contact/birthday.rb".freeze, "lib/ppl/format/contact/email_addresses.rb".freeze, "lib/ppl/format/contact/full.rb".freeze, "lib/ppl/format/contact/name.rb".freeze, "lib/ppl/format/contact/nicknames.rb".freeze, "lib/ppl/format/contact/organization.rb".freeze, "lib/ppl/format/contact/phone_number.rb".freeze, "lib/ppl/format/contact/postal_address.rb".freeze, "lib/ppl/format/contact/urls.rb".freeze, "lib/ppl/format/postal_address.rb".freeze, "lib/ppl/format/postal_address/one_line.rb".freeze, "lib/ppl/format/table.rb".freeze, "lib/ppl/service/email_address.rb".freeze, "lib/ppl/service/phone_number.rb".freeze, "ppl.gemspec".freeze, "spec/ppl/adapter/color/colored_spec.rb".freeze, "spec/ppl/adapter/color_spec.rb".freeze, "spec/ppl/adapter/email_scraper/mail_spec.rb".freeze, "spec/ppl/adapter/email_scraper_spec.rb".freeze, "spec/ppl/adapter/output_spec.rb".freeze, "spec/ppl/adapter/storage/disk_spec.rb".freeze, "spec/ppl/adapter/storage/factory_spec.rb".freeze, "spec/ppl/adapter/storage/git_spec.rb".freeze, "spec/ppl/adapter/storage_spec.rb".freeze, "spec/ppl/adapter/vcard/greencard_spec.rb".freeze, "spec/ppl/adapter/vcard_spec.rb".freeze, "spec/ppl/application/bootstrap_spec.rb".freeze, "spec/ppl/application/command_spec.rb".freeze, "spec/ppl/application/command_suite_spec.rb".freeze, "spec/ppl/application/configuration_spec.rb".freeze, "spec/ppl/application/input_spec.rb".freeze, "spec/ppl/application/router_spec.rb".freeze, "spec/ppl/application/shell_spec.rb".freeze, "spec/ppl/command/add_spec.rb".freeze, "spec/ppl/command/age_spec.rb".freeze, "spec/ppl/command/attribute_spec.rb".freeze, "spec/ppl/command/bday_spec.rb".freeze, "spec/ppl/command/completion_spec.rb".freeze, "spec/ppl/command/email_spec.rb".freeze, "spec/ppl/command/external_spec.rb".freeze, "spec/ppl/command/help_spec.rb".freeze, "spec/ppl/command/init_spec.rb".freeze, "spec/ppl/command/ls_spec.rb".freeze, "spec/ppl/command/mutt_spec.rb".freeze, "spec/ppl/command/mv_spec.rb".freeze, "spec/ppl/command/name_spec.rb".freeze, "spec/ppl/command/nick_spec.rb".freeze, "spec/ppl/command/org_spec.rb".freeze, "spec/ppl/command/phone_spec.rb".freeze, "spec/ppl/command/post_spec.rb".freeze, "spec/ppl/command/rm_spec.rb".freeze, "spec/ppl/command/scrape_spec.rb".freeze, "spec/ppl/command/shell_spec.rb".freeze, "spec/ppl/command/show_spec.rb".freeze, "spec/ppl/command/url_spec.rb".freeze, "spec/ppl/command/version_spec.rb".freeze, "spec/ppl/entity/address_book_spec.rb".freeze, "spec/ppl/entity/contact_spec.rb".freeze, "spec/ppl/entity/email_address_spec.rb".freeze, "spec/ppl/entity/phone_number_spec.rb".freeze, "spec/ppl/entity/postal_address_spec.rb".freeze, "spec/ppl/format/address_book/ages_spec.rb".freeze, "spec/ppl/format/address_book/birthdays_spec.rb".freeze, "spec/ppl/format/address_book/email_addresses_spec.rb".freeze, "spec/ppl/format/address_book/mutt_query_spec.rb".freeze, "spec/ppl/format/address_book/names_spec.rb".freeze, "spec/ppl/format/address_book/nicknames_spec.rb".freeze, "spec/ppl/format/address_book/one_line_spec.rb".freeze, "spec/ppl/format/address_book/organizations_spec.rb".freeze, "spec/ppl/format/address_book/phone_numbers_spec.rb".freeze, "spec/ppl/format/address_book/postal_addresses_spec.rb".freeze, "spec/ppl/format/address_book/urls_spec.rb".freeze, "spec/ppl/format/address_book_spec.rb".freeze, "spec/ppl/format/contact/age_spec.rb".freeze, "spec/ppl/format/contact/birthday_spec.rb".freeze, "spec/ppl/format/contact/email_addresses_spec.rb".freeze, "spec/ppl/format/contact/full_spec.rb".freeze, "spec/ppl/format/contact/name_spec.rb".freeze, "spec/ppl/format/contact/nicknames_spec.rb".freeze, "spec/ppl/format/contact/organization_spec.rb".freeze, "spec/ppl/format/contact/phone_number_spec.rb".freeze, "spec/ppl/format/contact/postal_address_spec.rb".freeze, "spec/ppl/format/contact/urls_spec.rb".freeze, "spec/ppl/format/contact_spec.rb".freeze, "spec/ppl/format/postal_address/one_line_spec.rb".freeze, "spec/ppl/format/postal_address_spec.rb".freeze, "spec/ppl/format/table_spec.rb".freeze, "spec/ppl/service/email_address_spec.rb".freeze, "spec/ppl/service/phone_number_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://ppladdressbook.org".freeze s.licenses = ["GPL-2".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "CLI Address Book".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["= 2.0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["= 2.5.3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.17.0.b6".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.0.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end