# -*- encoding: utf-8 -*- # stub: linkedin 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "linkedin".freeze s.version = "1.0.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 = ["Matthew Kirk".freeze, "Wynn Netherland".freeze, "Josh Kalderimis".freeze] s.date = "2014-08-04" s.description = "Ruby wrapper for the LinkedIn API".freeze s.email = ["meteor.kirk@gmail.com".freeze, "wynn.netherland@gmail.com".freeze, "josh.kalderimis@gmail.com".freeze] s.files = [".autotest".freeze, ".gemtest".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "EXAMPLES.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/linked_in/api.rb".freeze, "lib/linked_in/api/communications.rb".freeze, "lib/linked_in/api/companies.rb".freeze, "lib/linked_in/api/groups.rb".freeze, "lib/linked_in/api/jobs.rb".freeze, "lib/linked_in/api/people.rb".freeze, "lib/linked_in/api/query_helpers.rb".freeze, "lib/linked_in/api/share_and_social_stream.rb".freeze, "lib/linked_in/client.rb".freeze, "lib/linked_in/errors.rb".freeze, "lib/linked_in/helpers.rb".freeze, "lib/linked_in/helpers/authorization.rb".freeze, "lib/linked_in/helpers/request.rb".freeze, "lib/linked_in/mash.rb".freeze, "lib/linked_in/search.rb".freeze, "lib/linked_in/version.rb".freeze, "lib/linkedin.rb".freeze, "linkedin.gemspec".freeze, "spec/cases/api_spec.rb".freeze, "spec/cases/linkedin_spec.rb".freeze, "spec/cases/mash_spec.rb".freeze, "spec/cases/oauth_spec.rb".freeze, "spec/cases/search_spec.rb".freeze, "spec/fixtures/cassette_library/LinkedIn_Api/Company_API.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Api/Company_API/should_load_correct_company_data.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Client/_authorize_from_request/should_return_a_valid_access_token.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_a_callback_url/should_return_a_valid_access_token.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_default_options/should_return_a_valid_request_token.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_company_name_option/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_email_address/should_perform_a_people_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options_with_fields/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_keywords_string_parameter/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_multiple_email_address/should_perform_a_multi-email_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option_with_pagination/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/email_search_returns_unauthorized/should_raise_an_unauthorized_error.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_options_with_fields/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_string_parameter/should_perform_a_company_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option/should_perform_a_company_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_facets_to_return/should_return_a_facet.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_pagination/should_perform_a_search.yml".freeze, "spec/helper.rb".freeze] s.homepage = "http://github.com/hexgnu/linkedin".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This gem interfaces with the Linkedin XML and JSON APis".freeze s.test_files = ["spec/cases/api_spec.rb".freeze, "spec/cases/linkedin_spec.rb".freeze, "spec/cases/mash_spec.rb".freeze, "spec/cases/oauth_spec.rb".freeze, "spec/cases/search_spec.rb".freeze, "spec/fixtures/cassette_library/LinkedIn_Api/Company_API.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Api/Company_API/should_load_correct_company_data.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Client/_authorize_from_request/should_return_a_valid_access_token.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_a_callback_url/should_return_a_valid_access_token.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_default_options/should_return_a_valid_request_token.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_company_name_option/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_email_address/should_perform_a_people_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options_with_fields/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_keywords_string_parameter/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_multiple_email_address/should_perform_a_multi-email_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option_with_pagination/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search/email_search_returns_unauthorized/should_raise_an_unauthorized_error.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_options_with_fields/should_perform_a_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_string_parameter/should_perform_a_company_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option/should_perform_a_company_search.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_facets_to_return/should_return_a_facet.yml".freeze, "spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_pagination/should_perform_a_search.yml".freeze, "spec/helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 10".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.11".freeze]) end