# -*- encoding: utf-8 -*- # stub: linkedin 0.1.7 ruby lib Gem::Specification.new do |s| s.name = "linkedin".freeze s.version = "0.1.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Wynn Netherland".freeze] s.date = "2010-02-05" s.description = "Ruby wrapper for the LinkedIn API".freeze s.email = "wynn.netherland@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze] s.files = ["LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION".freeze, "examples/authenticate.rb".freeze, "examples/network.rb".freeze, "examples/profile.rb".freeze, "examples/status.rb".freeze, "lib/linked_in/api_standard_profile_request.rb".freeze, "lib/linked_in/client.rb".freeze, "lib/linked_in/company.rb".freeze, "lib/linked_in/connections.rb".freeze, "lib/linked_in/country.rb".freeze, "lib/linked_in/education.rb".freeze, "lib/linked_in/error.rb".freeze, "lib/linked_in/group.rb".freeze, "lib/linked_in/location.rb".freeze, "lib/linked_in/network.rb".freeze, "lib/linked_in/people.rb".freeze, "lib/linked_in/position.rb".freeze, "lib/linked_in/profile.rb".freeze, "lib/linked_in/update.rb".freeze, "lib/linked_in/url_resource.rb".freeze, "lib/linkedin.rb".freeze, "test/client_test.rb".freeze, "test/fixtures/blank.xml".freeze, "test/fixtures/connections.xml".freeze, "test/fixtures/error.xml".freeze, "test/fixtures/network_status_with_group.xml".freeze, "test/fixtures/network_statuses.xml".freeze, "test/fixtures/picture_updates.xml".freeze, "test/fixtures/profile.xml".freeze, "test/fixtures/profile_full.xml".freeze, "test/fixtures/profile_with_positions.xml".freeze, "test/fixtures/search.xml".freeze, "test/fixtures/status.xml".freeze, "test/oauth_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/pengwynn/linkedin".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper for the LinkedIn API".freeze s.test_files = ["test/client_test.rb".freeze, "test/oauth_test.rb".freeze, "test/test_helper.rb".freeze, "examples/authenticate.rb".freeze, "examples/network.rb".freeze, "examples/profile.rb".freeze, "examples/status.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.3.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.4".freeze]) s.add_development_dependency(%q.freeze, [">= 2.10.1".freeze]) s.add_development_dependency(%q.freeze, ["= 0.4.0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.9.4".freeze]) s.add_development_dependency(%q.freeze, [">= 1.2.5".freeze]) end