--- !ruby/object:Gem::Specification name: contentful-management version: !ruby/object:Gem::Version version: 0.4.1 platform: ruby authors: - Piotr Protas - Tomasz Warkocki - Contentful GmbH (Andreas Tiefenthaler) autorequire: bindir: bin cert_chain: [] date: 2014-11-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: http requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.6' - !ruby/object:Gem::Dependency name: multi_json requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' - !ruby/object:Gem::Dependency name: rspec-its requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: reek requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: vcr requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - - ">=" - !ruby/object:Gem::Version version: 1.17.3 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - - ">=" - !ruby/object:Gem::Version version: 1.17.3 description: Ruby client for the https://www.contentful.com Content Management API email: - piotrek@codequest.com - warkocz@gmail.com - rubygems@contentful.com executables: - cma-console extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".reek" - ".rspec" - ".rubocop.yml" - ".travis.yml" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - RELEASE.md - Rakefile - bin/cma-console - contentful-management.gemspec - examples/blog.rb - examples/content_types.rb - examples/create_space.rb - lib/contentful/management.rb - lib/contentful/management/array.rb - lib/contentful/management/asset.rb - lib/contentful/management/client.rb - lib/contentful/management/content_type.rb - lib/contentful/management/content_type_entry_methods_factory.rb - lib/contentful/management/dynamic_entry.rb - lib/contentful/management/entry.rb - lib/contentful/management/error.rb - lib/contentful/management/field.rb - lib/contentful/management/file.rb - lib/contentful/management/http_client.rb - lib/contentful/management/link.rb - lib/contentful/management/locale.rb - lib/contentful/management/location.rb - lib/contentful/management/request.rb - lib/contentful/management/resource.rb - lib/contentful/management/resource/array_like.rb - lib/contentful/management/resource/asset_fields.rb - lib/contentful/management/resource/entry_fields.rb - lib/contentful/management/resource/fields.rb - lib/contentful/management/resource/refresher.rb - lib/contentful/management/resource/system_properties.rb - lib/contentful/management/resource_builder.rb - lib/contentful/management/response.rb - lib/contentful/management/space.rb - lib/contentful/management/space_asset_methods_factory.rb - lib/contentful/management/space_association_methods_factory.rb - lib/contentful/management/space_content_type_methods_factory.rb - lib/contentful/management/space_entry_methods_factory.rb - lib/contentful/management/space_locale_methods_factory.rb - lib/contentful/management/space_webhook_methods_factory.rb - lib/contentful/management/support.rb - lib/contentful/management/validation.rb - lib/contentful/management/version.rb - lib/contentful/management/webhook.rb - spec/fixtures/vcr_cassettes/array_page_1.yml - spec/fixtures/vcr_cassettes/asset/all.yml - spec/fixtures/vcr_cassettes/asset/archive.yml - spec/fixtures/vcr_cassettes/asset/archive_published.yml - spec/fixtures/vcr_cassettes/asset/archived_false.yml - spec/fixtures/vcr_cassettes/asset/archived_true.yml - spec/fixtures/vcr_cassettes/asset/create.yml - spec/fixtures/vcr_cassettes/asset/create_with_already_used_id.yml - spec/fixtures/vcr_cassettes/asset/create_with_custom_id.yml - spec/fixtures/vcr_cassettes/asset/create_with_locale.yml - spec/fixtures/vcr_cassettes/asset/destroy.yml - spec/fixtures/vcr_cassettes/asset/destroy_published.yml - spec/fixtures/vcr_cassettes/asset/find.yml - spec/fixtures/vcr_cassettes/asset/find_not_found.yml - spec/fixtures/vcr_cassettes/asset/limited_assets_next_page.yml - spec/fixtures/vcr_cassettes/asset/locale.yml - spec/fixtures/vcr_cassettes/asset/process.yml - spec/fixtures/vcr_cassettes/asset/publish.yml - spec/fixtures/vcr_cassettes/asset/publish_after_create.yml - spec/fixtures/vcr_cassettes/asset/publish_already_published.yml - spec/fixtures/vcr_cassettes/asset/published_false.yml - spec/fixtures/vcr_cassettes/asset/published_true.yml - spec/fixtures/vcr_cassettes/asset/reload.yml - spec/fixtures/vcr_cassettes/asset/reload_with_fields.yml - spec/fixtures/vcr_cassettes/asset/save_update.yml - spec/fixtures/vcr_cassettes/asset/set_locale.yml - spec/fixtures/vcr_cassettes/asset/unarchive.yml - spec/fixtures/vcr_cassettes/asset/unarchive_already_unarchive.yml - spec/fixtures/vcr_cassettes/asset/unarchive_already_unarchived.yml - spec/fixtures/vcr_cassettes/asset/unpublish.yml - spec/fixtures/vcr_cassettes/asset/unpublish_already_unpublished.yml - spec/fixtures/vcr_cassettes/asset/update_file.yml - spec/fixtures/vcr_cassettes/asset/update_to_specified_locale.yml - spec/fixtures/vcr_cassettes/asset/update_with_default_locale_without_file.yml - spec/fixtures/vcr_cassettes/content_type/activate.yml - spec/fixtures/vcr_cassettes/content_type/activate_with_invalid_version.yml - spec/fixtures/vcr_cassettes/content_type/activated_false.yml - spec/fixtures/vcr_cassettes/content_type/activated_true.yml - spec/fixtures/vcr_cassettes/content_type/all.yml - spec/fixtures/vcr_cassettes/content_type/create.yml - spec/fixtures/vcr_cassettes/content_type/create_content_type_with_id.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Array_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Boolean_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Date_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Integer_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Link_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Location_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Number_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Object_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Symbol_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Text_field.yml - spec/fixtures/vcr_cassettes/content_type/deactivate.yml - spec/fixtures/vcr_cassettes/content_type/deactivate_already_deactivated.yml - spec/fixtures/vcr_cassettes/content_type/deactivate_with_entries.yml - spec/fixtures/vcr_cassettes/content_type/deactivate_with_version_change.yml - spec/fixtures/vcr_cassettes/content_type/destroy.yml - spec/fixtures/vcr_cassettes/content_type/destroy_activated.yml - spec/fixtures/vcr_cassettes/content_type/entry/all.yml - spec/fixtures/vcr_cassettes/content_type/entry/create.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_only_with_localized_fields.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_to_single_locale_only_with_localized_fields.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_with_camel_case_id_to_multiple_locales.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_with_entries.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_with_entries_for_multiple_locales.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_with_multiple_locales.yml - spec/fixtures/vcr_cassettes/content_type/entry/update_only_with_localized_fields.yml - spec/fixtures/vcr_cassettes/content_type/fields/add.yml - spec/fixtures/vcr_cassettes/content_type/fields/create.yml - spec/fixtures/vcr_cassettes/content_type/fields/create_array_types.yml - spec/fixtures/vcr_cassettes/content_type/fields/create_array_with_params.yml - spec/fixtures/vcr_cassettes/content_type/fields/create_with_params.yml - spec/fixtures/vcr_cassettes/content_type/fields/destroy.yml - spec/fixtures/vcr_cassettes/content_type/fields/update_field.yml - spec/fixtures/vcr_cassettes/content_type/find.yml - spec/fixtures/vcr_cassettes/content_type/find_not_found.yml - spec/fixtures/vcr_cassettes/content_type/reload.yml - spec/fixtures/vcr_cassettes/content_type/save_new.yml - spec/fixtures/vcr_cassettes/content_type/save_updated.yml - spec/fixtures/vcr_cassettes/content_type/save_with_added_field.yml - spec/fixtures/vcr_cassettes/content_type/update.yml - spec/fixtures/vcr_cassettes/content_type/update_change_field_name.yml - spec/fixtures/vcr_cassettes/content_type/update_remove_field.yml - spec/fixtures/vcr_cassettes/content_type/update_with_fields.yml - spec/fixtures/vcr_cassettes/content_type/update_with_one_new_field.yml - spec/fixtures/vcr_cassettes/content_type/validation/in.yml - spec/fixtures/vcr_cassettes/content_type/validation/in_add.yml - spec/fixtures/vcr_cassettes/content_type/validation/in_update.yml - spec/fixtures/vcr_cassettes/content_type/validation/link_content_type.yml - spec/fixtures/vcr_cassettes/content_type/validation/link_field.yml - spec/fixtures/vcr_cassettes/content_type/validation/link_mimetype_group.yml - spec/fixtures/vcr_cassettes/content_type/validation/multiple_add.yml - spec/fixtures/vcr_cassettes/content_type/validation/present.yml - spec/fixtures/vcr_cassettes/content_type/validation/range.yml - spec/fixtures/vcr_cassettes/content_type/validation/range_update.yml - spec/fixtures/vcr_cassettes/content_type/validation/regexp.yml - spec/fixtures/vcr_cassettes/content_type/validation/size.yml - spec/fixtures/vcr_cassettes/entry/all.yml - spec/fixtures/vcr_cassettes/entry/archive.yml - spec/fixtures/vcr_cassettes/entry/archive_published.yml - spec/fixtures/vcr_cassettes/entry/archived_false.yml - spec/fixtures/vcr_cassettes/entry/archived_true.yml - spec/fixtures/vcr_cassettes/entry/content_type_entires.yml - spec/fixtures/vcr_cassettes/entry/create.yml - spec/fixtures/vcr_cassettes/entry/create_with_asset.yml - spec/fixtures/vcr_cassettes/entry/create_with_assets.yml - spec/fixtures/vcr_cassettes/entry/create_with_custom_id.yml - spec/fixtures/vcr_cassettes/entry/create_with_entries.yml - spec/fixtures/vcr_cassettes/entry/create_with_entry.yml - spec/fixtures/vcr_cassettes/entry/create_with_location.yml - spec/fixtures/vcr_cassettes/entry/create_with_specified_locale.yml - spec/fixtures/vcr_cassettes/entry/create_with_symbols.yml - spec/fixtures/vcr_cassettes/entry/destory_published.yml - spec/fixtures/vcr_cassettes/entry/destroy.yml - spec/fixtures/vcr_cassettes/entry/find.yml - spec/fixtures/vcr_cassettes/entry/find_not_found.yml - spec/fixtures/vcr_cassettes/entry/limited_entries.yml - spec/fixtures/vcr_cassettes/entry/publish.yml - spec/fixtures/vcr_cassettes/entry/publish_already_published.yml - spec/fixtures/vcr_cassettes/entry/published_false.yml - spec/fixtures/vcr_cassettes/entry/published_true.yml - spec/fixtures/vcr_cassettes/entry/reload.yml - spec/fixtures/vcr_cassettes/entry/save_update.yml - spec/fixtures/vcr_cassettes/entry/search_filter/equality_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/exclusion_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/full_search.yml - spec/fixtures/vcr_cassettes/entry/search_filter/full_search_match_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/including_linked_entries.yml - spec/fixtures/vcr_cassettes/entry/search_filter/inclusion_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/inequality_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/location_search_near_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/location_search_within_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/matching_array_fields.yml - spec/fixtures/vcr_cassettes/entry/search_filter/order_sys_createdAt.yml - spec/fixtures/vcr_cassettes/entry/search_filter/order_sys_updatedAt.yml - spec/fixtures/vcr_cassettes/entry/search_filter/range_operators_greater_than_or_equal.yml - spec/fixtures/vcr_cassettes/entry/search_filter/range_operators_less.yml - spec/fixtures/vcr_cassettes/entry/search_filter/reverse_order_sys_updatedAt.yml - spec/fixtures/vcr_cassettes/entry/service_unavailable.yml - spec/fixtures/vcr_cassettes/entry/unarchive.yml - spec/fixtures/vcr_cassettes/entry/unarchive_already_unarchived.yml - spec/fixtures/vcr_cassettes/entry/unpublish.yml - spec/fixtures/vcr_cassettes/entry/unpublish_already_unpublished.yml - spec/fixtures/vcr_cassettes/entry/update.yml - spec/fixtures/vcr_cassettes/entry/update_unlocalized_field.yml - spec/fixtures/vcr_cassettes/entry/update_with_custom_locale.yml - spec/fixtures/vcr_cassettes/get_request.yml - spec/fixtures/vcr_cassettes/locale/all_for_space.yml - spec/fixtures/vcr_cassettes/locale/create_for_space.yml - spec/fixtures/vcr_cassettes/locale/find.yml - spec/fixtures/vcr_cassettes/locale/find_for_space_not_found.yml - spec/fixtures/vcr_cassettes/locale/reload.yml - spec/fixtures/vcr_cassettes/space/all.yml - spec/fixtures/vcr_cassettes/space/asset/all.yml - spec/fixtures/vcr_cassettes/space/asset/all_with_skip_and_limit.yml - spec/fixtures/vcr_cassettes/space/asset/create.yml - spec/fixtures/vcr_cassettes/space/asset/create_with_multiple_locales.yml - spec/fixtures/vcr_cassettes/space/asset/find.yml - spec/fixtures/vcr_cassettes/space/asset/with_skipped_and_limited_assets_next_page.yml - spec/fixtures/vcr_cassettes/space/content_type/all.yml - spec/fixtures/vcr_cassettes/space/content_type/create.yml - spec/fixtures/vcr_cassettes/space/content_type/find.yml - spec/fixtures/vcr_cassettes/space/create.yml - spec/fixtures/vcr_cassettes/space/create_when_limit_has_been_reached.yml - spec/fixtures/vcr_cassettes/space/create_with_unknown_organization.yml - spec/fixtures/vcr_cassettes/space/create_without_organization.yml - spec/fixtures/vcr_cassettes/space/destory.yml - spec/fixtures/vcr_cassettes/space/entry/all.yml - spec/fixtures/vcr_cassettes/space/entry/content_type_entires.yml - spec/fixtures/vcr_cassettes/space/entry/find.yml - spec/fixtures/vcr_cassettes/space/entry/with_skipped_and_limited_entires_next_page.yml - spec/fixtures/vcr_cassettes/space/entry/with_skipped_andlimited_entires.yml - spec/fixtures/vcr_cassettes/space/find.yml - spec/fixtures/vcr_cassettes/space/find_not_found.yml - spec/fixtures/vcr_cassettes/space/locale/all.yml - spec/fixtures/vcr_cassettes/space/locale/create.yml - spec/fixtures/vcr_cassettes/space/locale/create_with_the_same_code.yml - spec/fixtures/vcr_cassettes/space/locale/find.yml - spec/fixtures/vcr_cassettes/space/locale/find_not_found.yml - spec/fixtures/vcr_cassettes/space/locale/update.yml - spec/fixtures/vcr_cassettes/space/reload.yml - spec/fixtures/vcr_cassettes/space/save_new_space.yml - spec/fixtures/vcr_cassettes/space/save_update_space.yml - spec/fixtures/vcr_cassettes/space/update.yml - spec/fixtures/vcr_cassettes/space/update_with_the_same_data.yml - spec/fixtures/vcr_cassettes/space/webhook/all.yml - spec/fixtures/vcr_cassettes/space/webhook/create.yml - spec/fixtures/vcr_cassettes/space/webhook/find.yml - spec/fixtures/vcr_cassettes/webhook/all.yml - spec/fixtures/vcr_cassettes/webhook/create.yml - spec/fixtures/vcr_cassettes/webhook/create_with_taken_url.yml - spec/fixtures/vcr_cassettes/webhook/destroy.yml - spec/fixtures/vcr_cassettes/webhook/find.yml - spec/fixtures/vcr_cassettes/webhook/find_not_found.yml - spec/fixtures/vcr_cassettes/webhook/update.yml - spec/lib/contentful/management/array_spec.rb - spec/lib/contentful/management/asset_spec.rb - spec/lib/contentful/management/client_spec.rb - spec/lib/contentful/management/content_type_spec.rb - spec/lib/contentful/management/entry_spec.rb - spec/lib/contentful/management/locale_spec.rb - spec/lib/contentful/management/space_spec.rb - spec/lib/contentful/management/webhook_spec.rb - spec/spec_helper.rb - spec/support/vcr.rb homepage: https://github.com/contentful/contentful-management.rb licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: contentful management api test_files: - spec/fixtures/vcr_cassettes/array_page_1.yml - spec/fixtures/vcr_cassettes/asset/all.yml - spec/fixtures/vcr_cassettes/asset/archive.yml - spec/fixtures/vcr_cassettes/asset/archive_published.yml - spec/fixtures/vcr_cassettes/asset/archived_false.yml - spec/fixtures/vcr_cassettes/asset/archived_true.yml - spec/fixtures/vcr_cassettes/asset/create.yml - spec/fixtures/vcr_cassettes/asset/create_with_already_used_id.yml - spec/fixtures/vcr_cassettes/asset/create_with_custom_id.yml - spec/fixtures/vcr_cassettes/asset/create_with_locale.yml - spec/fixtures/vcr_cassettes/asset/destroy.yml - spec/fixtures/vcr_cassettes/asset/destroy_published.yml - spec/fixtures/vcr_cassettes/asset/find.yml - spec/fixtures/vcr_cassettes/asset/find_not_found.yml - spec/fixtures/vcr_cassettes/asset/limited_assets_next_page.yml - spec/fixtures/vcr_cassettes/asset/locale.yml - spec/fixtures/vcr_cassettes/asset/process.yml - spec/fixtures/vcr_cassettes/asset/publish.yml - spec/fixtures/vcr_cassettes/asset/publish_after_create.yml - spec/fixtures/vcr_cassettes/asset/publish_already_published.yml - spec/fixtures/vcr_cassettes/asset/published_false.yml - spec/fixtures/vcr_cassettes/asset/published_true.yml - spec/fixtures/vcr_cassettes/asset/reload.yml - spec/fixtures/vcr_cassettes/asset/reload_with_fields.yml - spec/fixtures/vcr_cassettes/asset/save_update.yml - spec/fixtures/vcr_cassettes/asset/set_locale.yml - spec/fixtures/vcr_cassettes/asset/unarchive.yml - spec/fixtures/vcr_cassettes/asset/unarchive_already_unarchive.yml - spec/fixtures/vcr_cassettes/asset/unarchive_already_unarchived.yml - spec/fixtures/vcr_cassettes/asset/unpublish.yml - spec/fixtures/vcr_cassettes/asset/unpublish_already_unpublished.yml - spec/fixtures/vcr_cassettes/asset/update_file.yml - spec/fixtures/vcr_cassettes/asset/update_to_specified_locale.yml - spec/fixtures/vcr_cassettes/asset/update_with_default_locale_without_file.yml - spec/fixtures/vcr_cassettes/content_type/activate.yml - spec/fixtures/vcr_cassettes/content_type/activate_with_invalid_version.yml - spec/fixtures/vcr_cassettes/content_type/activated_false.yml - spec/fixtures/vcr_cassettes/content_type/activated_true.yml - spec/fixtures/vcr_cassettes/content_type/all.yml - spec/fixtures/vcr_cassettes/content_type/create.yml - spec/fixtures/vcr_cassettes/content_type/create_content_type_with_id.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Array_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Boolean_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Date_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Integer_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Link_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Location_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Number_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Object_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Symbol_field.yml - spec/fixtures/vcr_cassettes/content_type/create_with_Text_field.yml - spec/fixtures/vcr_cassettes/content_type/deactivate.yml - spec/fixtures/vcr_cassettes/content_type/deactivate_already_deactivated.yml - spec/fixtures/vcr_cassettes/content_type/deactivate_with_entries.yml - spec/fixtures/vcr_cassettes/content_type/deactivate_with_version_change.yml - spec/fixtures/vcr_cassettes/content_type/destroy.yml - spec/fixtures/vcr_cassettes/content_type/destroy_activated.yml - spec/fixtures/vcr_cassettes/content_type/entry/all.yml - spec/fixtures/vcr_cassettes/content_type/entry/create.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_only_with_localized_fields.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_to_single_locale_only_with_localized_fields.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_with_camel_case_id_to_multiple_locales.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_with_entries.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_with_entries_for_multiple_locales.yml - spec/fixtures/vcr_cassettes/content_type/entry/create_with_multiple_locales.yml - spec/fixtures/vcr_cassettes/content_type/entry/update_only_with_localized_fields.yml - spec/fixtures/vcr_cassettes/content_type/fields/add.yml - spec/fixtures/vcr_cassettes/content_type/fields/create.yml - spec/fixtures/vcr_cassettes/content_type/fields/create_array_types.yml - spec/fixtures/vcr_cassettes/content_type/fields/create_array_with_params.yml - spec/fixtures/vcr_cassettes/content_type/fields/create_with_params.yml - spec/fixtures/vcr_cassettes/content_type/fields/destroy.yml - spec/fixtures/vcr_cassettes/content_type/fields/update_field.yml - spec/fixtures/vcr_cassettes/content_type/find.yml - spec/fixtures/vcr_cassettes/content_type/find_not_found.yml - spec/fixtures/vcr_cassettes/content_type/reload.yml - spec/fixtures/vcr_cassettes/content_type/save_new.yml - spec/fixtures/vcr_cassettes/content_type/save_updated.yml - spec/fixtures/vcr_cassettes/content_type/save_with_added_field.yml - spec/fixtures/vcr_cassettes/content_type/update.yml - spec/fixtures/vcr_cassettes/content_type/update_change_field_name.yml - spec/fixtures/vcr_cassettes/content_type/update_remove_field.yml - spec/fixtures/vcr_cassettes/content_type/update_with_fields.yml - spec/fixtures/vcr_cassettes/content_type/update_with_one_new_field.yml - spec/fixtures/vcr_cassettes/content_type/validation/in.yml - spec/fixtures/vcr_cassettes/content_type/validation/in_add.yml - spec/fixtures/vcr_cassettes/content_type/validation/in_update.yml - spec/fixtures/vcr_cassettes/content_type/validation/link_content_type.yml - spec/fixtures/vcr_cassettes/content_type/validation/link_field.yml - spec/fixtures/vcr_cassettes/content_type/validation/link_mimetype_group.yml - spec/fixtures/vcr_cassettes/content_type/validation/multiple_add.yml - spec/fixtures/vcr_cassettes/content_type/validation/present.yml - spec/fixtures/vcr_cassettes/content_type/validation/range.yml - spec/fixtures/vcr_cassettes/content_type/validation/range_update.yml - spec/fixtures/vcr_cassettes/content_type/validation/regexp.yml - spec/fixtures/vcr_cassettes/content_type/validation/size.yml - spec/fixtures/vcr_cassettes/entry/all.yml - spec/fixtures/vcr_cassettes/entry/archive.yml - spec/fixtures/vcr_cassettes/entry/archive_published.yml - spec/fixtures/vcr_cassettes/entry/archived_false.yml - spec/fixtures/vcr_cassettes/entry/archived_true.yml - spec/fixtures/vcr_cassettes/entry/content_type_entires.yml - spec/fixtures/vcr_cassettes/entry/create.yml - spec/fixtures/vcr_cassettes/entry/create_with_asset.yml - spec/fixtures/vcr_cassettes/entry/create_with_assets.yml - spec/fixtures/vcr_cassettes/entry/create_with_custom_id.yml - spec/fixtures/vcr_cassettes/entry/create_with_entries.yml - spec/fixtures/vcr_cassettes/entry/create_with_entry.yml - spec/fixtures/vcr_cassettes/entry/create_with_location.yml - spec/fixtures/vcr_cassettes/entry/create_with_specified_locale.yml - spec/fixtures/vcr_cassettes/entry/create_with_symbols.yml - spec/fixtures/vcr_cassettes/entry/destory_published.yml - spec/fixtures/vcr_cassettes/entry/destroy.yml - spec/fixtures/vcr_cassettes/entry/find.yml - spec/fixtures/vcr_cassettes/entry/find_not_found.yml - spec/fixtures/vcr_cassettes/entry/limited_entries.yml - spec/fixtures/vcr_cassettes/entry/publish.yml - spec/fixtures/vcr_cassettes/entry/publish_already_published.yml - spec/fixtures/vcr_cassettes/entry/published_false.yml - spec/fixtures/vcr_cassettes/entry/published_true.yml - spec/fixtures/vcr_cassettes/entry/reload.yml - spec/fixtures/vcr_cassettes/entry/save_update.yml - spec/fixtures/vcr_cassettes/entry/search_filter/equality_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/exclusion_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/full_search.yml - spec/fixtures/vcr_cassettes/entry/search_filter/full_search_match_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/including_linked_entries.yml - spec/fixtures/vcr_cassettes/entry/search_filter/inclusion_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/inequality_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/location_search_near_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/location_search_within_operator.yml - spec/fixtures/vcr_cassettes/entry/search_filter/matching_array_fields.yml - spec/fixtures/vcr_cassettes/entry/search_filter/order_sys_createdAt.yml - spec/fixtures/vcr_cassettes/entry/search_filter/order_sys_updatedAt.yml - spec/fixtures/vcr_cassettes/entry/search_filter/range_operators_greater_than_or_equal.yml - spec/fixtures/vcr_cassettes/entry/search_filter/range_operators_less.yml - spec/fixtures/vcr_cassettes/entry/search_filter/reverse_order_sys_updatedAt.yml - spec/fixtures/vcr_cassettes/entry/service_unavailable.yml - spec/fixtures/vcr_cassettes/entry/unarchive.yml - spec/fixtures/vcr_cassettes/entry/unarchive_already_unarchived.yml - spec/fixtures/vcr_cassettes/entry/unpublish.yml - spec/fixtures/vcr_cassettes/entry/unpublish_already_unpublished.yml - spec/fixtures/vcr_cassettes/entry/update.yml - spec/fixtures/vcr_cassettes/entry/update_unlocalized_field.yml - spec/fixtures/vcr_cassettes/entry/update_with_custom_locale.yml - spec/fixtures/vcr_cassettes/get_request.yml - spec/fixtures/vcr_cassettes/locale/all_for_space.yml - spec/fixtures/vcr_cassettes/locale/create_for_space.yml - spec/fixtures/vcr_cassettes/locale/find.yml - spec/fixtures/vcr_cassettes/locale/find_for_space_not_found.yml - spec/fixtures/vcr_cassettes/locale/reload.yml - spec/fixtures/vcr_cassettes/space/all.yml - spec/fixtures/vcr_cassettes/space/asset/all.yml - spec/fixtures/vcr_cassettes/space/asset/all_with_skip_and_limit.yml - spec/fixtures/vcr_cassettes/space/asset/create.yml - spec/fixtures/vcr_cassettes/space/asset/create_with_multiple_locales.yml - spec/fixtures/vcr_cassettes/space/asset/find.yml - spec/fixtures/vcr_cassettes/space/asset/with_skipped_and_limited_assets_next_page.yml - spec/fixtures/vcr_cassettes/space/content_type/all.yml - spec/fixtures/vcr_cassettes/space/content_type/create.yml - spec/fixtures/vcr_cassettes/space/content_type/find.yml - spec/fixtures/vcr_cassettes/space/create.yml - spec/fixtures/vcr_cassettes/space/create_when_limit_has_been_reached.yml - spec/fixtures/vcr_cassettes/space/create_with_unknown_organization.yml - spec/fixtures/vcr_cassettes/space/create_without_organization.yml - spec/fixtures/vcr_cassettes/space/destory.yml - spec/fixtures/vcr_cassettes/space/entry/all.yml - spec/fixtures/vcr_cassettes/space/entry/content_type_entires.yml - spec/fixtures/vcr_cassettes/space/entry/find.yml - spec/fixtures/vcr_cassettes/space/entry/with_skipped_and_limited_entires_next_page.yml - spec/fixtures/vcr_cassettes/space/entry/with_skipped_andlimited_entires.yml - spec/fixtures/vcr_cassettes/space/find.yml - spec/fixtures/vcr_cassettes/space/find_not_found.yml - spec/fixtures/vcr_cassettes/space/locale/all.yml - spec/fixtures/vcr_cassettes/space/locale/create.yml - spec/fixtures/vcr_cassettes/space/locale/create_with_the_same_code.yml - spec/fixtures/vcr_cassettes/space/locale/find.yml - spec/fixtures/vcr_cassettes/space/locale/find_not_found.yml - spec/fixtures/vcr_cassettes/space/locale/update.yml - spec/fixtures/vcr_cassettes/space/reload.yml - spec/fixtures/vcr_cassettes/space/save_new_space.yml - spec/fixtures/vcr_cassettes/space/save_update_space.yml - spec/fixtures/vcr_cassettes/space/update.yml - spec/fixtures/vcr_cassettes/space/update_with_the_same_data.yml - spec/fixtures/vcr_cassettes/space/webhook/all.yml - spec/fixtures/vcr_cassettes/space/webhook/create.yml - spec/fixtures/vcr_cassettes/space/webhook/find.yml - spec/fixtures/vcr_cassettes/webhook/all.yml - spec/fixtures/vcr_cassettes/webhook/create.yml - spec/fixtures/vcr_cassettes/webhook/create_with_taken_url.yml - spec/fixtures/vcr_cassettes/webhook/destroy.yml - spec/fixtures/vcr_cassettes/webhook/find.yml - spec/fixtures/vcr_cassettes/webhook/find_not_found.yml - spec/fixtures/vcr_cassettes/webhook/update.yml - spec/lib/contentful/management/array_spec.rb - spec/lib/contentful/management/asset_spec.rb - spec/lib/contentful/management/client_spec.rb - spec/lib/contentful/management/content_type_spec.rb - spec/lib/contentful/management/entry_spec.rb - spec/lib/contentful/management/locale_spec.rb - spec/lib/contentful/management/space_spec.rb - spec/lib/contentful/management/webhook_spec.rb - spec/spec_helper.rb - spec/support/vcr.rb