# -*- encoding: utf-8 -*- # stub: wordpress-exporter 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "wordpress-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-05-05" s.description = "WordPress exporter that prepares content to be imported".freeze s.email = ["rubygems@contentful.com".freeze] s.executables = ["wordpress-exporter".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/wordpress-exporter".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/converters/markup_converter.rb".freeze, "lib/migrator.rb".freeze, "lib/version.rb".freeze, "lib/wordpress/blog.rb".freeze, "lib/wordpress/category.rb".freeze, "lib/wordpress/export.rb".freeze, "lib/wordpress/post.rb".freeze, "lib/wordpress/post_attachment.rb".freeze, "lib/wordpress/post_category_domain.rb".freeze, "lib/wordpress/tag.rb".freeze, "spec/fixtures/blog/assets/attachment_post/attachment_post_15.json".freeze, "spec/fixtures/blog/assets/attachment_post/attachment_post_21.json".freeze, "spec/fixtures/blog/entries/blog/blog_1.json".freeze, "spec/fixtures/blog/entries/category/category_11599757.json".freeze, "spec/fixtures/blog/entries/category/category_14786.json".freeze, "spec/fixtures/blog/entries/category/category_2214351.json".freeze, "spec/fixtures/blog/entries/category/category_8076.json".freeze, "spec/fixtures/blog/entries/post/post_1.json".freeze, "spec/fixtures/blog/entries/post/post_11.json".freeze, "spec/fixtures/blog/entries/post/post_15.json".freeze, "spec/fixtures/blog/entries/post/post_21.json".freeze, "spec/fixtures/blog/entries/post/post_3.json".freeze, "spec/fixtures/blog/entries/post/post_5.json".freeze, "spec/fixtures/blog/entries/post/post_9.json".freeze, "spec/fixtures/blog/entries/tag/tag_2656354.json".freeze, "spec/fixtures/blog/entries/tag/tag_306830130.json".freeze, "spec/fixtures/default_contentful_structure.json".freeze, "spec/fixtures/wordpress.xml".freeze, "spec/lib/configuration_spec.rb".freeze, "spec/lib/converters/markup_converter_spec.rb".freeze, "spec/lib/wordpress/blog_spec.rb".freeze, "spec/lib/wordpress/category_spec.rb".freeze, "spec/lib/wordpress/export_spec.rb".freeze, "spec/lib/wordpress/post_attachment_spec.rb".freeze, "spec/lib/wordpress/post_category_domain_spec.rb".freeze, "spec/lib/wordpress/post_spec.rb".freeze, "spec/lib/wordpress/tag_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/db_rows_json.rb".freeze, "spec/support/shared_configuration.rb".freeze, "wordpress_exporter.gemspec".freeze, "wordpress_settings/contentful_model.json".freeze, "wordpress_settings/contentful_structure.json".freeze, "wordpress_settings/default_contentful_structure.json".freeze, "wordpress_settings/export_wordpress.xml".freeze, "wordpress_settings/wordpress.xml".freeze, "wordpress_settings/wordpress_settings.yml".freeze] s.homepage = "https://github.com/contentful/wordpress-exporter.rb".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Exporter for WordPress based blogs".freeze s.test_files = ["spec/fixtures/blog/assets/attachment_post/attachment_post_15.json".freeze, "spec/fixtures/blog/assets/attachment_post/attachment_post_21.json".freeze, "spec/fixtures/blog/entries/blog/blog_1.json".freeze, "spec/fixtures/blog/entries/category/category_11599757.json".freeze, "spec/fixtures/blog/entries/category/category_14786.json".freeze, "spec/fixtures/blog/entries/category/category_2214351.json".freeze, "spec/fixtures/blog/entries/category/category_8076.json".freeze, "spec/fixtures/blog/entries/post/post_1.json".freeze, "spec/fixtures/blog/entries/post/post_11.json".freeze, "spec/fixtures/blog/entries/post/post_15.json".freeze, "spec/fixtures/blog/entries/post/post_21.json".freeze, "spec/fixtures/blog/entries/post/post_3.json".freeze, "spec/fixtures/blog/entries/post/post_5.json".freeze, "spec/fixtures/blog/entries/post/post_9.json".freeze, "spec/fixtures/blog/entries/tag/tag_2656354.json".freeze, "spec/fixtures/blog/entries/tag/tag_306830130.json".freeze, "spec/fixtures/default_contentful_structure.json".freeze, "spec/fixtures/wordpress.xml".freeze, "spec/lib/configuration_spec.rb".freeze, "spec/lib/converters/markup_converter_spec.rb".freeze, "spec/lib/wordpress/blog_spec.rb".freeze, "spec/lib/wordpress/category_spec.rb".freeze, "spec/lib/wordpress/export_spec.rb".freeze, "spec/lib/wordpress/post_attachment_spec.rb".freeze, "spec/lib/wordpress/post_category_domain_spec.rb".freeze, "spec/lib/wordpress/post_spec.rb".freeze, "spec/lib/wordpress/tag_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.1".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.6.3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.0".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