# -*- encoding: utf-8 -*- # stub: brickset_api 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "brickset_api".freeze s.version = "0.1.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 = ["Kevin Tuhumury".freeze] s.date = "2018-09-23" s.description = "This gem provides a Ruby wrapper around the Brickset.com (v2) API. The Brickset.com API responds with XML. This gem maps that into Ruby objects using Happymapper.".freeze s.email = ["kevin.tuhumury@gmail.com".freeze] s.executables = ["console".freeze, "setup".freeze] s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "brickset.gemspec".freeze, "lib/brickset.rb".freeze, "lib/brickset/api/auth.rb".freeze, "lib/brickset/api/collection/advanced.rb".freeze, "lib/brickset/api/collection/minifig.rb".freeze, "lib/brickset/api/collection/set.rb".freeze, "lib/brickset/api/set.rb".freeze, "lib/brickset/client.rb".freeze, "lib/brickset/configuration.rb".freeze, "lib/brickset/elements/additional_image.rb".freeze, "lib/brickset/elements/collection_detail.rb".freeze, "lib/brickset/elements/collection_total.rb".freeze, "lib/brickset/elements/condition.rb".freeze, "lib/brickset/elements/instruction.rb".freeze, "lib/brickset/elements/minifig_collection.rb".freeze, "lib/brickset/elements/review.rb".freeze, "lib/brickset/elements/set.rb".freeze, "lib/brickset/elements/subtheme.rb".freeze, "lib/brickset/elements/theme.rb".freeze, "lib/brickset/elements/user_note.rb".freeze, "lib/brickset/elements/year.rb".freeze, "lib/brickset/version.rb".freeze, "spec/brickset/api/auth_spec.rb".freeze, "spec/brickset/api/collection/advanced_spec.rb".freeze, "spec/brickset/api/collection/minifig_spec.rb".freeze, "spec/brickset/api/collection/set_spec.rb".freeze, "spec/brickset/api/set_spec.rb".freeze, "spec/brickset/client_spec.rb".freeze, "spec/brickset/configuration_spec.rb".freeze, "spec/brickset/elements/additional_image_spec.rb".freeze, "spec/brickset/elements/collection_detail_spec.rb".freeze, "spec/brickset/elements/collection_total_spec.rb".freeze, "spec/brickset/elements/condition_spec.rb".freeze, "spec/brickset/elements/instruction_spec.rb".freeze, "spec/brickset/elements/minifig_collection_spec.rb".freeze, "spec/brickset/elements/review_spec.rb".freeze, "spec/brickset/elements/set_spec.rb".freeze, "spec/brickset/elements/subtheme_spec.rb".freeze, "spec/brickset/elements/theme_spec.rb".freeze, "spec/brickset/elements/user_note_spec.rb".freeze, "spec/brickset/elements/year_spec.rb".freeze, "spec/brickset_spec.rb".freeze, "spec/fixtures/api_key_invalid.xml".freeze, "spec/fixtures/api_key_valid.xml".freeze, "spec/fixtures/get_additional_images.xml".freeze, "spec/fixtures/get_additional_images_no_result.xml".freeze, "spec/fixtures/get_collection_detail.xml".freeze, "spec/fixtures/get_collection_detail_conditions.xml".freeze, "spec/fixtures/get_collection_detail_no_result.xml".freeze, "spec/fixtures/get_collection_totals.xml".freeze, "spec/fixtures/get_collection_totals_no_result.xml".freeze, "spec/fixtures/get_instructions.xml".freeze, "spec/fixtures/get_instructions_no_result.xml".freeze, "spec/fixtures/get_minifig_collection.xml".freeze, "spec/fixtures/get_minifig_collection_owned.xml".freeze, "spec/fixtures/get_minifig_collection_wanted.xml".freeze, "spec/fixtures/get_recently_updated_sets.xml".freeze, "spec/fixtures/get_recently_updated_sets_invalid_key.xml".freeze, "spec/fixtures/get_reviews.xml".freeze, "spec/fixtures/get_reviews_no_result.xml".freeze, "spec/fixtures/get_set.xml".freeze, "spec/fixtures/get_set_no_result.xml".freeze, "spec/fixtures/get_sets.xml".freeze, "spec/fixtures/get_sets_no_result.xml".freeze, "spec/fixtures/get_subthemes.xml".freeze, "spec/fixtures/get_subthemes_for_user.xml".freeze, "spec/fixtures/get_subthemes_for_user_no_result.xml".freeze, "spec/fixtures/get_subthemes_for_user_owned.xml".freeze, "spec/fixtures/get_subthemes_for_user_wanted.xml".freeze, "spec/fixtures/get_subthemes_no_result.xml".freeze, "spec/fixtures/get_themes.xml".freeze, "spec/fixtures/get_themes_for_user.xml".freeze, "spec/fixtures/get_themes_for_user_no_result.xml".freeze, "spec/fixtures/get_themes_for_user_owned.xml".freeze, "spec/fixtures/get_themes_for_user_wanted.xml".freeze, "spec/fixtures/get_themes_no_result.xml".freeze, "spec/fixtures/get_user_notes.xml".freeze, "spec/fixtures/get_user_notes_no_result.xml".freeze, "spec/fixtures/get_years.xml".freeze, "spec/fixtures/get_years_for_user.xml".freeze, "spec/fixtures/get_years_for_user_no_result.xml".freeze, "spec/fixtures/get_years_for_user_owned.xml".freeze, "spec/fixtures/get_years_for_user_wanted.xml".freeze, "spec/fixtures/get_years_no_result.xml".freeze, "spec/fixtures/login.xml".freeze, "spec/fixtures/login_invalid_credentials.xml".freeze, "spec/fixtures/login_invalid_key.xml".freeze, "spec/fixtures/set_collection.xml".freeze, "spec/fixtures/set_collection_invalid.xml".freeze, "spec/fixtures/set_collection_owns.xml".freeze, "spec/fixtures/set_collection_owns_invalid.xml".freeze, "spec/fixtures/set_collection_qty_owned.xml".freeze, "spec/fixtures/set_collection_qty_owned_invalid.xml".freeze, "spec/fixtures/set_collection_user_notes.xml".freeze, "spec/fixtures/set_collection_user_notes_invalid.xml".freeze, "spec/fixtures/set_collection_wants.xml".freeze, "spec/fixtures/set_collection_wants_invalid.xml".freeze, "spec/fixtures/set_minifig_collection.xml".freeze, "spec/fixtures/set_minifig_collection_invalid.xml".freeze, "spec/fixtures/set_user_rating.xml".freeze, "spec/fixtures/set_user_rating_invalid.xml".freeze, "spec/fixtures/token_invalid.xml".freeze, "spec/fixtures/token_valid.xml".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/kevintuhumury/brickset_api".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby wrapper around the Brickset.com (v2) API.".freeze s.test_files = ["spec/brickset/api/auth_spec.rb".freeze, "spec/brickset/api/collection/advanced_spec.rb".freeze, "spec/brickset/api/collection/minifig_spec.rb".freeze, "spec/brickset/api/collection/set_spec.rb".freeze, "spec/brickset/api/set_spec.rb".freeze, "spec/brickset/client_spec.rb".freeze, "spec/brickset/configuration_spec.rb".freeze, "spec/brickset/elements/additional_image_spec.rb".freeze, "spec/brickset/elements/collection_detail_spec.rb".freeze, "spec/brickset/elements/collection_total_spec.rb".freeze, "spec/brickset/elements/condition_spec.rb".freeze, "spec/brickset/elements/instruction_spec.rb".freeze, "spec/brickset/elements/minifig_collection_spec.rb".freeze, "spec/brickset/elements/review_spec.rb".freeze, "spec/brickset/elements/set_spec.rb".freeze, "spec/brickset/elements/subtheme_spec.rb".freeze, "spec/brickset/elements/theme_spec.rb".freeze, "spec/brickset/elements/user_note_spec.rb".freeze, "spec/brickset/elements/year_spec.rb".freeze, "spec/brickset_spec.rb".freeze, "spec/fixtures/api_key_invalid.xml".freeze, "spec/fixtures/api_key_valid.xml".freeze, "spec/fixtures/get_additional_images.xml".freeze, "spec/fixtures/get_additional_images_no_result.xml".freeze, "spec/fixtures/get_collection_detail.xml".freeze, "spec/fixtures/get_collection_detail_conditions.xml".freeze, "spec/fixtures/get_collection_detail_no_result.xml".freeze, "spec/fixtures/get_collection_totals.xml".freeze, "spec/fixtures/get_collection_totals_no_result.xml".freeze, "spec/fixtures/get_instructions.xml".freeze, "spec/fixtures/get_instructions_no_result.xml".freeze, "spec/fixtures/get_minifig_collection.xml".freeze, "spec/fixtures/get_minifig_collection_owned.xml".freeze, "spec/fixtures/get_minifig_collection_wanted.xml".freeze, "spec/fixtures/get_recently_updated_sets.xml".freeze, "spec/fixtures/get_recently_updated_sets_invalid_key.xml".freeze, "spec/fixtures/get_reviews.xml".freeze, "spec/fixtures/get_reviews_no_result.xml".freeze, "spec/fixtures/get_set.xml".freeze, "spec/fixtures/get_set_no_result.xml".freeze, "spec/fixtures/get_sets.xml".freeze, "spec/fixtures/get_sets_no_result.xml".freeze, "spec/fixtures/get_subthemes.xml".freeze, "spec/fixtures/get_subthemes_for_user.xml".freeze, "spec/fixtures/get_subthemes_for_user_no_result.xml".freeze, "spec/fixtures/get_subthemes_for_user_owned.xml".freeze, "spec/fixtures/get_subthemes_for_user_wanted.xml".freeze, "spec/fixtures/get_subthemes_no_result.xml".freeze, "spec/fixtures/get_themes.xml".freeze, "spec/fixtures/get_themes_for_user.xml".freeze, "spec/fixtures/get_themes_for_user_no_result.xml".freeze, "spec/fixtures/get_themes_for_user_owned.xml".freeze, "spec/fixtures/get_themes_for_user_wanted.xml".freeze, "spec/fixtures/get_themes_no_result.xml".freeze, "spec/fixtures/get_user_notes.xml".freeze, "spec/fixtures/get_user_notes_no_result.xml".freeze, "spec/fixtures/get_years.xml".freeze, "spec/fixtures/get_years_for_user.xml".freeze, "spec/fixtures/get_years_for_user_no_result.xml".freeze, "spec/fixtures/get_years_for_user_owned.xml".freeze, "spec/fixtures/get_years_for_user_wanted.xml".freeze, "spec/fixtures/get_years_no_result.xml".freeze, "spec/fixtures/login.xml".freeze, "spec/fixtures/login_invalid_credentials.xml".freeze, "spec/fixtures/login_invalid_key.xml".freeze, "spec/fixtures/set_collection.xml".freeze, "spec/fixtures/set_collection_invalid.xml".freeze, "spec/fixtures/set_collection_owns.xml".freeze, "spec/fixtures/set_collection_owns_invalid.xml".freeze, "spec/fixtures/set_collection_qty_owned.xml".freeze, "spec/fixtures/set_collection_qty_owned_invalid.xml".freeze, "spec/fixtures/set_collection_user_notes.xml".freeze, "spec/fixtures/set_collection_user_notes_invalid.xml".freeze, "spec/fixtures/set_collection_wants.xml".freeze, "spec/fixtures/set_collection_wants_invalid.xml".freeze, "spec/fixtures/set_minifig_collection.xml".freeze, "spec/fixtures/set_minifig_collection_invalid.xml".freeze, "spec/fixtures/set_user_rating.xml".freeze, "spec/fixtures/set_user_rating_invalid.xml".freeze, "spec/fixtures/token_invalid.xml".freeze, "spec/fixtures/token_valid.xml".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.16".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_runtime_dependency(%q.freeze, [">= 5.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.16".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) end