# -*- encoding: utf-8 -*- # stub: wikidata-client 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "wikidata-client".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["K\u00E9vin Lacointe".freeze] s.date = "2014-10-01" s.email = "kevinlacointe@gmail.com".freeze s.files = [".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENCE".freeze, "README.md".freeze, "Rakefile".freeze, "config/mapping.yml".freeze, "config/settings.yml".freeze, "lib/wikidata.rb".freeze, "lib/wikidata/client.rb".freeze, "lib/wikidata/config.rb".freeze, "lib/wikidata/entity.rb".freeze, "lib/wikidata/item.rb".freeze, "lib/wikidata/property.rb".freeze, "lib/wikidata/property/base.rb".freeze, "lib/wikidata/property/globe_coordinate.rb".freeze, "lib/wikidata/property/string.rb".freeze, "lib/wikidata/property/time.rb".freeze, "lib/wikidata/property/url.rb".freeze, "lib/wikidata/response.rb".freeze, "lib/wikidata/search_response.rb".freeze, "lib/wikidata/version.rb".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/entities/should_allow_to_return_only_entities_ids_from_a_key.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/entities/should_allow_to_return_only_entities_ids_from_an_id.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/entities/should_return_entities_property_from_a_key_children_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/entities/should_return_entities_property_from_an_id_P40_for_children_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_date/should_return_Time_from_a_a_key_date_of_birth_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_date/should_return_Time_from_a_property_id_P569_for_date_of_birth_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_globe_coordinate/should_return_GlobeCoordinate_from_a_key_coordinate_location_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_globe_coordinate/should_return_GlobeCoordinate_from_a_property_id_P625_for_coordinate_location_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_string/should_return_String_from_a_key_freebase_identifier_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_string/should_return_String_from_a_property_id_P646_for_freebase_identifier_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_string/should_return_a_nil_property_id_if_not_an_item.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_string/should_return_property_id.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_url/should_return_Url_from_a_key_official_website_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_url/should_return_Url_from_a_property_id_P856_for_official_website_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_aliases.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_descriptions.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_id.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_labels.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_sitelinks.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_url.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_find_/should_find_by_id.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_find_/should_find_by_ids.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_find_/should_find_by_title.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_find_/should_find_by_titles.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_find_/should_return_nil_if_item_not_found.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_search/should_fetch_all_all_items_of_the_collection.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_search/should_return_a_response_with_an_empty_array_of_results_if_search_missing.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_search/should_return_an_array_of_Wikidata_Item.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_search/should_return_the_next_page_offset.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_search/should_return_the_total_number_of_hits.yml".freeze, "spec/spec_helper.rb".freeze, "spec/wikidata/client_spec.rb".freeze, "spec/wikidata/entity_spec.rb".freeze, "spec/wikidata/item_spec.rb".freeze, "spec/wikidata/property/time_spec.rb".freeze, "spec/wikidata_spec.rb".freeze, "wikidata-client.gemspec".freeze] s.homepage = "https://github.com/klacointe/wikidata-client".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Wikidata API client".freeze s.test_files = ["spec/fixtures/vcr/Wikidata_Entity/properties/entities/should_allow_to_return_only_entities_ids_from_a_key.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/entities/should_allow_to_return_only_entities_ids_from_an_id.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/entities/should_return_entities_property_from_a_key_children_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/entities/should_return_entities_property_from_an_id_P40_for_children_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_date/should_return_Time_from_a_a_key_date_of_birth_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_date/should_return_Time_from_a_property_id_P569_for_date_of_birth_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_globe_coordinate/should_return_GlobeCoordinate_from_a_key_coordinate_location_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_globe_coordinate/should_return_GlobeCoordinate_from_a_property_id_P625_for_coordinate_location_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_string/should_return_String_from_a_key_freebase_identifier_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_string/should_return_String_from_a_property_id_P646_for_freebase_identifier_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_string/should_return_a_nil_property_id_if_not_an_item.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_string/should_return_property_id.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_url/should_return_Url_from_a_key_official_website_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/properties/of_type_url/should_return_Url_from_a_property_id_P856_for_official_website_here_.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_aliases.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_descriptions.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_id.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_labels.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_sitelinks.yml".freeze, "spec/fixtures/vcr/Wikidata_Entity/properties/should_return_url.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_find_/should_find_by_id.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_find_/should_find_by_ids.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_find_/should_find_by_title.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_find_/should_find_by_titles.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_find_/should_return_nil_if_item_not_found.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_search/should_fetch_all_all_items_of_the_collection.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_search/should_return_a_response_with_an_empty_array_of_results_if_search_missing.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_search/should_return_an_array_of_Wikidata_Item.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_search/should_return_the_next_page_offset.yml".freeze, "spec/fixtures/vcr/Wikidata_Item/_search/should_return_the_total_number_of_hits.yml".freeze, "spec/spec_helper.rb".freeze, "spec/wikidata/client_spec.rb".freeze, "spec/wikidata/entity_spec.rb".freeze, "spec/wikidata/item_spec.rb".freeze, "spec/wikidata/property/time_spec.rb".freeze, "spec/wikidata_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<faraday>.freeze, ["~> 0.9".freeze]) s.add_runtime_dependency(%q<faraday_middleware>.freeze, ["~> 0.9".freeze]) s.add_runtime_dependency(%q<patron>.freeze, ["~> 0.4".freeze]) s.add_runtime_dependency(%q<hashie>.freeze, ["~> 3.3".freeze]) s.add_development_dependency(%q<rspec>.freeze, ["~> 3.1".freeze]) s.add_development_dependency(%q<webmock>.freeze, ["~> 1.18".freeze]) s.add_development_dependency(%q<vcr>.freeze, ["~> 2.9".freeze]) s.add_development_dependency(%q<pry>.freeze, ["~> 0.10".freeze]) s.add_development_dependency(%q<rake>.freeze, ["~> 10.3".freeze]) end