--- !ruby/object:Gem::Specification name: contentful-importer version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Contentful GmbH (Andreas Tiefenthaler) autorequire: bindir: bin cert_chain: [] date: 2015-04-28 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: contentful-management requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.5.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.5.0 - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.1' - !ruby/object:Gem::Dependency name: escort requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.4.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.4.0 - !ruby/object:Gem::Dependency name: api_cache requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.3.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.3.0 - !ruby/object:Gem::Dependency name: i18n 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: json-schema requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.5.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.5.0 - !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: 1.1.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.1.0 - !ruby/object:Gem::Dependency name: vcr requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.9.3 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.9.3 - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.20' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.20' description: Generic importer for contentful.com email: - rubygems@contentful.com executables: - contentful-importer extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - bin/contentful-importer - contentful_importer.gemspec - example_settings/contentful_model.json - example_settings/contentful_structure.json - example_settings/files_meaning.txt - example_settings/settings.yml - lib/contentful/importer/cli.rb - lib/contentful/importer/configuration.rb - lib/contentful/importer/converters/content_types_structure_creator.rb - lib/contentful/importer/converters/contentful_model_to_json.rb - lib/contentful/importer/data_organizer.rb - lib/contentful/importer/json_schema_validator.rb - lib/contentful/importer/migrator.rb - lib/contentful/importer/mime_content_type.rb - lib/contentful/importer/parallel_importer.rb - lib/contentful/importer/version.rb - spec/fixtures/import_files/assets/image/image_1.json - spec/fixtures/import_files/assets/image/image_2.json - spec/fixtures/import_files/assets/image/image_3.json - spec/fixtures/import_files/assets/image/image_4.json - spec/fixtures/import_files/collections/job_skills.json - spec/fixtures/import_files/collections/jobs.json - spec/fixtures/import_files/collections/profile.json - spec/fixtures/import_files/collections/user.json - spec/fixtures/import_files/entries/job_skills/job_skills_1.json - spec/fixtures/import_files/entries/job_skills/job_skills_10.json - spec/fixtures/import_files/entries/job_skills/job_skills_2.json - spec/fixtures/import_files/entries/job_skills/job_skills_3.json - spec/fixtures/import_files/entries/job_skills/job_skills_4.json - spec/fixtures/import_files/entries/job_skills/job_skills_5.json - spec/fixtures/import_files/entries/job_skills/job_skills_6.json - spec/fixtures/import_files/entries/job_skills/job_skills_7.json - spec/fixtures/import_files/entries/job_skills/job_skills_8.json - spec/fixtures/import_files/entries/job_skills/job_skills_9.json - spec/fixtures/import_files/entries/jobs/jobs_1.json - spec/fixtures/import_files/entries/jobs/jobs_2.json - spec/fixtures/import_files/entries/jobs/jobs_4.json - spec/fixtures/import_files/entries/profile/profile_1.json - spec/fixtures/import_files/entries/profile/profile_2.json - spec/fixtures/import_files/entries/user/user_1.json - spec/fixtures/import_files/entries/user/user_2.json - spec/fixtures/import_files/logs/log_published_assets.csv - spec/fixtures/import_files/logs/log_published_entries.csv - spec/fixtures/import_files/logs/success_assets.csv - spec/fixtures/import_files/logs/success_published_assets.csv - spec/fixtures/import_files/logs/success_published_entries.csv - spec/fixtures/import_files/logs/success_thread_0.csv - spec/fixtures/import_files/logs/success_thread_1.csv - spec/fixtures/import_files/threads/0/1TVvxCqoRq0qUYAOQuOqys_2.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_1.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_10.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_2.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_3.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_4.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_5.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_6.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_7.json - spec/fixtures/import_files/threads/0/6H6pGAV1PUsuoAW26Iu48W_1.json - spec/fixtures/import_files/threads/0/6H6pGAV1PUsuoAW26Iu48W_2.json - spec/fixtures/import_files/threads/0/6H6pGAV1PUsuoAW26Iu48W_3.json - spec/fixtures/import_files/threads/0/6H6pGAV1PUsuoAW26Iu48W_4.json - spec/fixtures/import_files/threads/0/6H6pGAV1PUsuoAW26Iu48W_5.json - spec/fixtures/import_files/threads/1/1TVvxCqoRq0qUYAOQuOqys_1.json - spec/fixtures/import_files/threads/1/1TVvxCqoRq0qUYAOQuOqys_2.json - spec/fixtures/import_files/threads/1/2soCP557HGKoOOK0SqmMOm_6.json - spec/fixtures/import_files/threads/1/2soCP557HGKoOOK0SqmMOm_7.json - spec/fixtures/import_files/threads/1/2soCP557HGKoOOK0SqmMOm_8.json - spec/fixtures/import_files/threads/1/2soCP557HGKoOOK0SqmMOm_9.json - spec/fixtures/import_files/threads/1/4L1bg4WQ5aWQMiE82ouag_1.json - spec/fixtures/import_files/threads/1/4L1bg4WQ5aWQMiE82ouag_2.json - spec/fixtures/import_files/threads/1/4L1bg4WQ5aWQMiE82ouag_4.json - spec/fixtures/import_files/threads/1/4WFZh4MwC4Mc0EQWAeOY8A_1.json - spec/fixtures/import_files/threads/1/4WFZh4MwC4Mc0EQWAeOY8A_2.json - spec/fixtures/import_files/threads/assets/0/image_1.json - spec/fixtures/import_files/threads/assets/0/image_2.json - spec/fixtures/import_files/threads/assets/0/image_3.json - spec/fixtures/import_files/threads/assets/0/image_4.json - spec/fixtures/settings/contentful_model.json - spec/fixtures/settings/contentful_structure.json - spec/fixtures/settings/contentful_structure_test.json - spec/fixtures/settings/settings.yml - spec/fixtures/vcr_cassettes/create_asset.yml - spec/fixtures/vcr_cassettes/create_entry.yml - spec/fixtures/vcr_cassettes/create_space.yml - spec/fixtures/vcr_cassettes/import_assets.yml - spec/fixtures/vcr_cassettes/import_content_types.yml - spec/fixtures/vcr_cassettes/import_entries.yml - spec/fixtures/vcr_cassettes/import_entry.yml - spec/fixtures/vcr_cassettes/invalid_credentials.yml - spec/fixtures/vcr_cassettes/publish_an_entry.yml - spec/fixtures/vcr_cassettes/publish_asset.yml - spec/fixtures/vcr_cassettes/publish_entries.yml - spec/fixtures/vcr_cassettes/valid_credentials.yml - spec/lib/configuration_spec.rb - spec/lib/importer/parallel_importer_spec.rb - spec/lib/json_schema_validator_spec.rb - spec/lib/migrator_spec.rb - spec/spec_helper.rb - spec/support/db_rows_json.rb - spec/support/shared_configuration.rb - spec/support/vcr.rb homepage: https://github.com/contentful/contentful-importer.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: Allows to import structured data to contentful.com test_files: - spec/fixtures/import_files/assets/image/image_1.json - spec/fixtures/import_files/assets/image/image_2.json - spec/fixtures/import_files/assets/image/image_3.json - spec/fixtures/import_files/assets/image/image_4.json - spec/fixtures/import_files/collections/job_skills.json - spec/fixtures/import_files/collections/jobs.json - spec/fixtures/import_files/collections/profile.json - spec/fixtures/import_files/collections/user.json - spec/fixtures/import_files/entries/job_skills/job_skills_1.json - spec/fixtures/import_files/entries/job_skills/job_skills_10.json - spec/fixtures/import_files/entries/job_skills/job_skills_2.json - spec/fixtures/import_files/entries/job_skills/job_skills_3.json - spec/fixtures/import_files/entries/job_skills/job_skills_4.json - spec/fixtures/import_files/entries/job_skills/job_skills_5.json - spec/fixtures/import_files/entries/job_skills/job_skills_6.json - spec/fixtures/import_files/entries/job_skills/job_skills_7.json - spec/fixtures/import_files/entries/job_skills/job_skills_8.json - spec/fixtures/import_files/entries/job_skills/job_skills_9.json - spec/fixtures/import_files/entries/jobs/jobs_1.json - spec/fixtures/import_files/entries/jobs/jobs_2.json - spec/fixtures/import_files/entries/jobs/jobs_4.json - spec/fixtures/import_files/entries/profile/profile_1.json - spec/fixtures/import_files/entries/profile/profile_2.json - spec/fixtures/import_files/entries/user/user_1.json - spec/fixtures/import_files/entries/user/user_2.json - spec/fixtures/import_files/logs/log_published_assets.csv - spec/fixtures/import_files/logs/log_published_entries.csv - spec/fixtures/import_files/logs/success_assets.csv - spec/fixtures/import_files/logs/success_published_assets.csv - spec/fixtures/import_files/logs/success_published_entries.csv - spec/fixtures/import_files/logs/success_thread_0.csv - spec/fixtures/import_files/logs/success_thread_1.csv - spec/fixtures/import_files/threads/0/1TVvxCqoRq0qUYAOQuOqys_2.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_1.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_10.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_2.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_3.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_4.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_5.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_6.json - spec/fixtures/import_files/threads/0/2soCP557HGKoOOK0SqmMOm_7.json - spec/fixtures/import_files/threads/0/6H6pGAV1PUsuoAW26Iu48W_1.json - spec/fixtures/import_files/threads/0/6H6pGAV1PUsuoAW26Iu48W_2.json - spec/fixtures/import_files/threads/0/6H6pGAV1PUsuoAW26Iu48W_3.json - spec/fixtures/import_files/threads/0/6H6pGAV1PUsuoAW26Iu48W_4.json - spec/fixtures/import_files/threads/0/6H6pGAV1PUsuoAW26Iu48W_5.json - spec/fixtures/import_files/threads/1/1TVvxCqoRq0qUYAOQuOqys_1.json - spec/fixtures/import_files/threads/1/1TVvxCqoRq0qUYAOQuOqys_2.json - spec/fixtures/import_files/threads/1/2soCP557HGKoOOK0SqmMOm_6.json - spec/fixtures/import_files/threads/1/2soCP557HGKoOOK0SqmMOm_7.json - spec/fixtures/import_files/threads/1/2soCP557HGKoOOK0SqmMOm_8.json - spec/fixtures/import_files/threads/1/2soCP557HGKoOOK0SqmMOm_9.json - spec/fixtures/import_files/threads/1/4L1bg4WQ5aWQMiE82ouag_1.json - spec/fixtures/import_files/threads/1/4L1bg4WQ5aWQMiE82ouag_2.json - spec/fixtures/import_files/threads/1/4L1bg4WQ5aWQMiE82ouag_4.json - spec/fixtures/import_files/threads/1/4WFZh4MwC4Mc0EQWAeOY8A_1.json - spec/fixtures/import_files/threads/1/4WFZh4MwC4Mc0EQWAeOY8A_2.json - spec/fixtures/import_files/threads/assets/0/image_1.json - spec/fixtures/import_files/threads/assets/0/image_2.json - spec/fixtures/import_files/threads/assets/0/image_3.json - spec/fixtures/import_files/threads/assets/0/image_4.json - spec/fixtures/settings/contentful_model.json - spec/fixtures/settings/contentful_structure.json - spec/fixtures/settings/contentful_structure_test.json - spec/fixtures/settings/settings.yml - spec/fixtures/vcr_cassettes/create_asset.yml - spec/fixtures/vcr_cassettes/create_entry.yml - spec/fixtures/vcr_cassettes/create_space.yml - spec/fixtures/vcr_cassettes/import_assets.yml - spec/fixtures/vcr_cassettes/import_content_types.yml - spec/fixtures/vcr_cassettes/import_entries.yml - spec/fixtures/vcr_cassettes/import_entry.yml - spec/fixtures/vcr_cassettes/invalid_credentials.yml - spec/fixtures/vcr_cassettes/publish_an_entry.yml - spec/fixtures/vcr_cassettes/publish_asset.yml - spec/fixtures/vcr_cassettes/publish_entries.yml - spec/fixtures/vcr_cassettes/valid_credentials.yml - spec/lib/configuration_spec.rb - spec/lib/importer/parallel_importer_spec.rb - spec/lib/json_schema_validator_spec.rb - spec/lib/migrator_spec.rb - spec/spec_helper.rb - spec/support/db_rows_json.rb - spec/support/shared_configuration.rb - spec/support/vcr.rb has_rdoc: