Registry / serialization / gepub
library2.0.1rbrubygemsunverified

Gepub is a generic EPUB parser and generator that supports both EPUB2 and EPUB3 formats.

gem install gepub
INSTALL
IMPORT
SIG · GEPUB
G
gepub
serializationrubyv2.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GEPUB
require 'gepub'

Generate a simple EPUB file

require 'gepub' # Create a new EPUB book book = GEPUB::Book.new book.set_title('My Book') book.add_item('text/chapter1.xhtml', content: '<html><body><h1>Chapter 1</h1></body></html>') book.generate_epub('mybook.epub')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gepub — gem install gepub · libregistry