epzip 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +9 -2
- data/VERSION +1 -1
- data/bin/epzip +1 -1
- data/epzip.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -1,10 +1,17 @@
|
|
1
1
|
= epzip
|
2
2
|
|
3
|
-
epzip is EPUB packing tool. It's just only
|
3
|
+
epzip is EPUB packing tool. It's just only doing 'zip.' :)
|
4
4
|
|
5
5
|
== usage
|
6
6
|
|
7
|
-
$ epzip <
|
7
|
+
$ epzip <srcdir> [filename]
|
8
|
+
|
9
|
+
'dir' is EPUB resource directory; it has mimetype, META-INF/container.xml,
|
10
|
+
and other assets.
|
11
|
+
|
12
|
+
'filename' is EPUB filename that will be created. If no filename,
|
13
|
+
dir + ".epub" is used.
|
14
|
+
|
8
15
|
|
9
16
|
== Note on Patches/Pull Requests
|
10
17
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.1
|
data/bin/epzip
CHANGED
data/epzip.gemspec
CHANGED