--- !ruby/object:Gem::Specification name: contentful-management version: !ruby/object:Gem::Version version: 0.0.2 prerelease: platform: ruby authors: - Piotr Protas - Tomasz Warkocki - Contentful GmbH (Andreas Tiefenthaler) autorequire: bindir: bin cert_chain: [] date: 2014-08-14 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: http requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.6' - !ruby/object:Gem::Dependency name: multi_json requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.6' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3' - !ruby/object:Gem::Dependency name: rspec-its requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: reek requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: vcr requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement none: false 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 none: false 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 - 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/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/support.rb - lib/contentful/management/version.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/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/locale.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/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_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/fields/add.yml - spec/fixtures/vcr_cassettes/content_type/fields/create.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/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/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_test.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_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/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/save_update.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/space/all.yml - spec/fixtures/vcr_cassettes/space/asset/all.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/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/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/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/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/spec_helper.rb - spec/support/vcr.rb homepage: https://github.com/contentful/contentful-management.rb licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -2682848503552610663 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -2682848503552610663 requirements: [] rubyforge_project: rubygems_version: 1.8.23.2 signing_key: specification_version: 3 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/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/locale.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/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_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/fields/add.yml - spec/fixtures/vcr_cassettes/content_type/fields/create.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/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/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_test.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_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/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/save_update.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/space/all.yml - spec/fixtures/vcr_cassettes/space/asset/all.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/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/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/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/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/spec_helper.rb - spec/support/vcr.rb