# -*- encoding: utf-8 -*- # stub: wordpress_client 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "wordpress_client".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Magnus Bergmark".freeze, "Rebecca Meritz".freeze] s.date = "2015-12-16" s.description = "A simple client to the Wordpress API.".freeze s.email = ["magnus.bergmark@gmail.com".freeze, "rebecca@meritz.com".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, ".hound.yml".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".yardopts".freeze, "Changelog.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "circle.yml".freeze, "lib/wordpress_client.rb".freeze, "lib/wordpress_client/category.rb".freeze, "lib/wordpress_client/client.rb".freeze, "lib/wordpress_client/connection.rb".freeze, "lib/wordpress_client/errors.rb".freeze, "lib/wordpress_client/media.rb".freeze, "lib/wordpress_client/media_parser.rb".freeze, "lib/wordpress_client/paginated_collection.rb".freeze, "lib/wordpress_client/post.rb".freeze, "lib/wordpress_client/post_parser.rb".freeze, "lib/wordpress_client/replace_metadata.rb".freeze, "lib/wordpress_client/replace_terms.rb".freeze, "lib/wordpress_client/rest_parser.rb".freeze, "lib/wordpress_client/tag.rb".freeze, "lib/wordpress_client/term.rb".freeze, "lib/wordpress_client/version.rb".freeze, "spec/category_spec.rb".freeze, "spec/client_spec.rb".freeze, "spec/connection_spec.rb".freeze, "spec/docker/Dockerfile".freeze, "spec/docker/README.md".freeze, "spec/docker/dbdump.sql.gz".freeze, "spec/docker/htaccess".freeze, "spec/docker/restore-dbdump.sh".freeze, "spec/fixtures/category.json".freeze, "spec/fixtures/image-media.json".freeze, "spec/fixtures/invalid-post-id.json".freeze, "spec/fixtures/post-with-forbidden-metadata.json".freeze, "spec/fixtures/post-with-metadata.json".freeze, "spec/fixtures/simple-post.json".freeze, "spec/fixtures/tag.json".freeze, "spec/fixtures/thoughtful.jpg".freeze, "spec/fixtures/validation-error.json".freeze, "spec/integration/attachments_crud_spec.rb".freeze, "spec/integration/categories_spec.rb".freeze, "spec/integration/category_assignment_spec.rb".freeze, "spec/integration/posts_crud_spec.rb".freeze, "spec/integration/posts_finding_spec.rb".freeze, "spec/integration/posts_metadata_spec.rb".freeze, "spec/integration/posts_with_attachments_spec.rb".freeze, "spec/integration/tag_assignment_spec.rb".freeze, "spec/integration/tags_spec.rb".freeze, "spec/media_spec.rb".freeze, "spec/paginated_collection_spec.rb".freeze, "spec/post_spec.rb".freeze, "spec/replace_metadata_spec.rb".freeze, "spec/replace_terms_spec.rb".freeze, "spec/shared_examples/term_examples.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/docker_runner.rb".freeze, "spec/support/fixtures.rb".freeze, "spec/support/integration_macros.rb".freeze, "spec/support/wordpress_server.rb".freeze, "spec/tag_spec.rb".freeze, "wordpress_client.gemspec".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A simple client to the Wordpress API.".freeze s.test_files = ["spec/category_spec.rb".freeze, "spec/client_spec.rb".freeze, "spec/connection_spec.rb".freeze, "spec/docker/Dockerfile".freeze, "spec/docker/README.md".freeze, "spec/docker/dbdump.sql.gz".freeze, "spec/docker/htaccess".freeze, "spec/docker/restore-dbdump.sh".freeze, "spec/fixtures/category.json".freeze, "spec/fixtures/image-media.json".freeze, "spec/fixtures/invalid-post-id.json".freeze, "spec/fixtures/post-with-forbidden-metadata.json".freeze, "spec/fixtures/post-with-metadata.json".freeze, "spec/fixtures/simple-post.json".freeze, "spec/fixtures/tag.json".freeze, "spec/fixtures/thoughtful.jpg".freeze, "spec/fixtures/validation-error.json".freeze, "spec/integration/attachments_crud_spec.rb".freeze, "spec/integration/categories_spec.rb".freeze, "spec/integration/category_assignment_spec.rb".freeze, "spec/integration/posts_crud_spec.rb".freeze, "spec/integration/posts_finding_spec.rb".freeze, "spec/integration/posts_metadata_spec.rb".freeze, "spec/integration/posts_with_attachments_spec.rb".freeze, "spec/integration/tag_assignment_spec.rb".freeze, "spec/integration/tags_spec.rb".freeze, "spec/media_spec.rb".freeze, "spec/paginated_collection_spec.rb".freeze, "spec/post_spec.rb".freeze, "spec/replace_metadata_spec.rb".freeze, "spec/replace_terms_spec.rb".freeze, "spec/shared_examples/term_examples.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/docker_runner.rb".freeze, "spec/support/fixtures.rb".freeze, "spec/support/integration_macros.rb".freeze, "spec/support/wordpress_server.rb".freeze, "spec/tag_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<faraday>.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q<bundler>.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q<rspec>.freeze, ["~> 3.3".freeze]) s.add_development_dependency(%q<webmock>.freeze, ["~> 1.22".freeze]) s.add_development_dependency(%q<yard>.freeze, ["~> 0.8.7".freeze]) end