Sha256: c5b6395fe3b41da20df1493dcbbd2f05fdc5f17fd647620f87cd67132fa0d3f5
Contents?: true
Size: 466 Bytes
Versions: 5
Compression:
Stored size: 466 Bytes
Contents
# -*- coding: utf-8 -*- require 'gepub' GEPUB::Book.new do |book| book.set_unique_identifier 'http:/example.jp/bookid_in_url', 'BookID', 'URL' book.set_title 'GEPUB Sample Book' book.set_subtitle 'GEPUB Sample Book' book.set_creator 'KOJIMA Satoshi' book.set_contributors '電書部', 'アサガヤデンショ', '電子雑誌トルタル' book.ordered { book.add_item('name') do |item| item.content = StringIO.new() end } end
Version data entries
5 entries across 5 versions & 1 rubygems