This rubygem provide simple wrapper command of EPUBCheck, epub cheker library in Java by IDPF (https://github.com/w3c/epubcheck)
$ epubcheck some-epub-file.epub
Before installation of this command, you need to install Java and Ruby.
Install it yourself with gem
command as:
$ gem install epubcheck-ruby
Or add this line to your application's Gemfile:
gem 'epubcheck-ruby'
And then execute:
$ bundle
After checking out the repo, run bin/setup
to install dependencies. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and tags, and push the .gem
file to rubygems.org.
- support EPUBCheck 5.1.0
- support EPUBCheck 5.0.1
- support EPUBCheck 5.0.0
- support EPUBCheck 4.2.6
- fix exit status when epubcheck execution failed
- support EPUBCheck 4.2.5
- support EPUBCheck 4.2.4
- support EPUBCheck 4.2.2
- support EPUBCheck 4.1.1
- support EPUBCheck 4.1.0
- update document to use
EPUBCheck
instead ofepubcheck
(class name in Ruby is not changed)
- exit with original epubcheck command status (thx @hanachin)
- add tests with test-unit
- initial release
Bug reports and pull requests are welcome on GitHub at https://github.com/takahashim/epubcheck-ruby.
The gem is available as open source under the terms of the MIT License.
Original epubcheck library is available under the terms of the New BSD License