# -*- encoding: utf-8 -*- # stub: database-exporter 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "database-exporter".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 = ["Contentful GmbH (Andreas Tiefenthaler)".freeze] s.date = "2015-06-15" s.description = "Database exporter that prepares content to be imported".freeze s.email = ["rubygems@contentful.com".freeze] s.executables = ["database-exporter".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/database-exporter".freeze, "database_exporter.gemspec".freeze, "example_data/contentful_model.json".freeze, "example_data/contentful_structure.json".freeze, "example_data/example_settings.yml".freeze, "example_data/mapping.json".freeze, "lib/cli.rb".freeze, "lib/configuration.rb".freeze, "lib/converters/content_types_structure_creator.rb".freeze, "lib/converters/contentful_model_to_json.rb".freeze, "lib/database/export.rb".freeze, "lib/database/modules/json_export.rb".freeze, "lib/database/modules/relations_export.rb".freeze, "lib/database/modules/utils.rb".freeze, "lib/migrator.rb".freeze, "lib/version.rb".freeze, "spec/fixtures/database/data/assets/image/image_1.json".freeze, "spec/fixtures/database/data/assets/image/image_2.json".freeze, "spec/fixtures/database/data/assets/image/image_3.json".freeze, "spec/fixtures/database/data/assets/image/image_4.json".freeze, "spec/fixtures/database/data/collections/comment.json".freeze, "spec/fixtures/database/data/collections/job_skills.json".freeze, "spec/fixtures/database/data/collections/jobs.json".freeze, "spec/fixtures/database/data/collections/profile.json".freeze, "spec/fixtures/database/data/collections/user.json".freeze, "spec/fixtures/database/data/entries/comment/comment_1.json".freeze, "spec/fixtures/database/data/entries/comment/comment_2.json".freeze, "spec/fixtures/database/data/entries/comment/comment_3.json".freeze, "spec/fixtures/database/data/entries/comment/comment_4.json".freeze, "spec/fixtures/database/data/entries/comment/comment_5.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_1.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_10.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_2.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_3.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_4.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_5.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_6.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_7.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_8.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_9.json".freeze, "spec/fixtures/database/data/entries/jobs/jobs_1.json".freeze, "spec/fixtures/database/data/entries/jobs/jobs_2.json".freeze, "spec/fixtures/database/data/entries/jobs/jobs_4.json".freeze, "spec/fixtures/database/data/entries/profile/profile_1.json".freeze, "spec/fixtures/database/data/entries/profile/profile_2.json".freeze, "spec/fixtures/database/data/entries/user/user_1.json".freeze, "spec/fixtures/database/data/entries/user/user_2.json".freeze, "spec/fixtures/database/data/helpers/job_add_id_comments.json".freeze, "spec/fixtures/database/data/helpers/job_add_id_job_add_skills.json".freeze, "spec/fixtures/database/data/helpers/user_id_job_adds.json".freeze, "spec/fixtures/database/data/helpers/user_id_profiles.json".freeze, "spec/fixtures/database/data/table_names.json".freeze, "spec/fixtures/database/table_names.json".freeze, "spec/fixtures/development.sqlite3".freeze, "spec/fixtures/json_responses/transformed_row.json".freeze, "spec/fixtures/json_row/row.json".freeze, "spec/fixtures/settings/contentful_model.json".freeze, "spec/fixtures/settings/contentful_structure.json".freeze, "spec/fixtures/settings/contentful_structure_test.json".freeze, "spec/fixtures/settings/mapping.json".freeze, "spec/fixtures/settings/settings.yml".freeze, "spec/lib/configuration_spec.rb".freeze, "spec/lib/database/export_spec.rb".freeze, "spec/lib/database/json_export_spec.rb".freeze, "spec/lib/database/relations_export_spec.rb".freeze, "spec/lib/migrator_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/db_rows_json.rb".freeze, "spec/support/shared_configuration.rb".freeze] s.homepage = "https://github.com/contentful/database-exporter.rb".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Exporter for SQL based databases".freeze s.test_files = ["spec/fixtures/database/data/assets/image/image_1.json".freeze, "spec/fixtures/database/data/assets/image/image_2.json".freeze, "spec/fixtures/database/data/assets/image/image_3.json".freeze, "spec/fixtures/database/data/assets/image/image_4.json".freeze, "spec/fixtures/database/data/collections/comment.json".freeze, "spec/fixtures/database/data/collections/job_skills.json".freeze, "spec/fixtures/database/data/collections/jobs.json".freeze, "spec/fixtures/database/data/collections/profile.json".freeze, "spec/fixtures/database/data/collections/user.json".freeze, "spec/fixtures/database/data/entries/comment/comment_1.json".freeze, "spec/fixtures/database/data/entries/comment/comment_2.json".freeze, "spec/fixtures/database/data/entries/comment/comment_3.json".freeze, "spec/fixtures/database/data/entries/comment/comment_4.json".freeze, "spec/fixtures/database/data/entries/comment/comment_5.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_1.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_10.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_2.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_3.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_4.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_5.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_6.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_7.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_8.json".freeze, "spec/fixtures/database/data/entries/job_skills/job_skills_9.json".freeze, "spec/fixtures/database/data/entries/jobs/jobs_1.json".freeze, "spec/fixtures/database/data/entries/jobs/jobs_2.json".freeze, "spec/fixtures/database/data/entries/jobs/jobs_4.json".freeze, "spec/fixtures/database/data/entries/profile/profile_1.json".freeze, "spec/fixtures/database/data/entries/profile/profile_2.json".freeze, "spec/fixtures/database/data/entries/user/user_1.json".freeze, "spec/fixtures/database/data/entries/user/user_2.json".freeze, "spec/fixtures/database/data/helpers/job_add_id_comments.json".freeze, "spec/fixtures/database/data/helpers/job_add_id_job_add_skills.json".freeze, "spec/fixtures/database/data/helpers/user_id_job_adds.json".freeze, "spec/fixtures/database/data/helpers/user_id_profiles.json".freeze, "spec/fixtures/database/data/table_names.json".freeze, "spec/fixtures/database/table_names.json".freeze, "spec/fixtures/development.sqlite3".freeze, "spec/fixtures/json_responses/transformed_row.json".freeze, "spec/fixtures/json_row/row.json".freeze, "spec/fixtures/settings/contentful_model.json".freeze, "spec/fixtures/settings/contentful_structure.json".freeze, "spec/fixtures/settings/contentful_structure_test.json".freeze, "spec/fixtures/settings/mapping.json".freeze, "spec/fixtures/settings/settings.yml".freeze, "spec/lib/configuration_spec.rb".freeze, "spec/lib/database/export_spec.rb".freeze, "spec/lib/database/json_export_spec.rb".freeze, "spec/lib/database/relations_export_spec.rb".freeze, "spec/lib/migrator_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/db_rows_json.rb".freeze, "spec/support/shared_configuration.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.15".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.17.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 3".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end