{"id":17338130,"url":"https://github.com/takahashim/epubcheck-ruby","last_synced_at":"2025-03-17T16:12:49.743Z","repository":{"id":48331859,"uuid":"83121507","full_name":"takahashim/epubcheck-ruby","owner":"takahashim","description":"wrapper command of idpf/epubcheck","archived":false,"fork":false,"pushed_at":"2025-01-24T11:13:02.000Z","size":57151,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-02T13:11:21.570Z","etag":null,"topics":["epub","epubcheck"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takahashim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-25T09:34:01.000Z","updated_at":"2025-01-24T11:08:59.000Z","dependencies_parsed_at":"2025-03-02T13:11:17.480Z","dependency_job_id":"5ed779b5-627f-4f35-8e1d-d35440170ba6","html_url":"https://github.com/takahashim/epubcheck-ruby","commit_stats":{"total_commits":43,"total_committers":5,"mean_commits":8.6,"dds":"0.37209302325581395","last_synced_commit":"fe443da51d7a5b2147c5ebcba9797e0e1d2e3349"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takahashim%2Fepubcheck-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takahashim%2Fepubcheck-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takahashim%2Fepubcheck-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takahashim%2Fepubcheck-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takahashim","download_url":"https://codeload.github.com/takahashim/epubcheck-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244066189,"owners_count":20392406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["epub","epubcheck"],"created_at":"2024-10-15T15:37:17.182Z","updated_at":"2025-03-17T16:12:49.726Z","avatar_url":"https://github.com/takahashim.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Epubcheck::Ruby\n\n[![Gem Version](https://badge.fury.io/rb/epubcheck-ruby.svg)](https://badge.fury.io/rb/epubcheck-ruby)\n[![GitHub Actions Status](https://github.com/takahashim/epubcheck-ruby/workflows/Ruby/badge.svg)](https://github.com/takahashim/epubcheck-ruby/actions?query=workflow%3ARuby)\n\nThis rubygem provide simple wrapper command of EPUBCheck, epub cheker library in Java by IDPF (https://github.com/w3c/epubcheck)\n\n## Usage\n\n    $ epubcheck some-epub-file.epub\n\n## Installation\n\nBefore installation of this command, you need to install Java and Ruby.\n\nInstall it yourself with `gem` command as:\n\n    $ gem install epubcheck-ruby\n\nOr add this line to your application's Gemfile:\n\n```ruby\ngem 'epubcheck-ruby'\n```\n\nAnd then execute:\n\n    $ bundle\n\n\n## Development\n\nAfter 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.\n\nTo 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](https://rubygems.org).\n\n## History\n\n### v5.2.1.0\n\n* support EPUBCheck 5.2.1\n\n### v5.2.0.0\n\n* support EPUBCheck 5.2.0\n\n### v5.1.0.0\n\n* support EPUBCheck 5.1.0\n\n### v5.0.1.0\n\n* support EPUBCheck 5.0.1\n\n### v5.0.0.0\n\n* support EPUBCheck 5.0.0\n\n### v4.2.6.0\n\n* support EPUBCheck 4.2.6\n* fix exit status when epubcheck execution failed\n\n### v4.2.5.0\n\n* support EPUBCheck 4.2.5\n\n### v4.2.4.0\n\n* support EPUBCheck 4.2.4\n\n### v4.2.2.0\n\n* support EPUBCheck 4.2.2\n\n### v4.1.1.0\n\n* support EPUBCheck 4.1.1\n\n### v4.1.0.0\n\n* support EPUBCheck 4.1.0\n* update document to use `EPUBCheck` instead of `epubcheck` (class name in Ruby is not changed)\n\n### v4.0.2.1\n\n* exit with original epubcheck command status (thx @hanachin)\n* add tests with test-unit\n\n### v4.0.2\n\n* initial release\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/takahashim/epubcheck-ruby.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nOriginal epubcheck library is available under the terms of the [New BSD License](https://opensource.org/licenses/BSD-3-Clause)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakahashim%2Fepubcheck-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakahashim%2Fepubcheck-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakahashim%2Fepubcheck-ruby/lists"}