--- !ruby/object:Gem::Specification name: epub_validator version: !ruby/object:Gem::Version version: 1.0.2 prerelease: platform: ruby authors: - Mike Cook autorequire: bindir: bin cert_chain: [] date: 2013-02-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.13.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.13.0 description: EPUB Validator lets you check that your EPUB files are valid IDPF documents with the help of the epubcheck tool. email: - m@mikecook.co.uk executables: - epub_validator extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - Gemfile - README.md - Rakefile - bin/epub_validator - epub_validator.gemspec - lib/epub_validator.rb - lib/epub_validator/format_message.rb - lib/epub_validator/process_epub.rb - lib/epub_validator/version.rb - lib/epubcheck-3-0/COPYING.txt - lib/epubcheck-3-0/README.txt - lib/epubcheck-3-0/THIRD-PARTY.txt - lib/epubcheck-3-0/epubcheck-3.0.jar - lib/epubcheck-3-0/lib/commons-compress-1.4.1.jar - lib/epubcheck-3-0/lib/guava-13.0.1.jar - lib/epubcheck-3-0/lib/jing-20120724.0.0.jar - lib/epubcheck-3-0/lib/sac-1.3.jar - lib/epubcheck-3-0/lib/saxon-9.1.0.8.jar - lib/epubcheck-3-0/licenses/Apache-2.0.txt - lib/epubcheck-3-0/licenses/BSD-3-Clause.txt - lib/epubcheck-3-0/licenses/MPL-1.0.txt - lib/epubcheck-3-0/licenses/W3C.txt - spec/epub_validator/format_message_spec.rb - spec/epub_validator/process_epub_spec.rb - spec/spec_helper.rb homepage: licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: Check that your EPUB book is a valid IDPF document. test_files: - spec/epub_validator/format_message_spec.rb - spec/epub_validator/process_epub_spec.rb - spec/spec_helper.rb