pubgen 0.1.1 → 0.1.2
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/bin/pubgen +3 -3
- data/pubgen.gemspec +1 -1
- metadata +3 -3
data/bin/pubgen
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
|
|
3
3
|
PACKAGE = 'pubgen'
|
|
4
|
-
VERSION = '0.1.
|
|
4
|
+
VERSION = '0.1.2'
|
|
5
5
|
|
|
6
6
|
require 'yaml'
|
|
7
7
|
require 'fileutils'
|
|
@@ -13,7 +13,7 @@ $:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])
|
|
|
13
13
|
require 'pubgen'
|
|
14
14
|
|
|
15
15
|
HELP = <<EOF
|
|
16
|
-
#{PACKAGE} #{VERSION}, a epub generator.
|
|
16
|
+
#{PACKAGE} #{VERSION}, a epub generator. (http://github.com/9beach/pubgen)
|
|
17
17
|
|
|
18
18
|
Usage:
|
|
19
19
|
#{PACKAGE} <yaml file> [-o <epub file>] [-v]
|
|
@@ -51,7 +51,7 @@ end
|
|
|
51
51
|
|
|
52
52
|
if ARGV.size != 1
|
|
53
53
|
$stderr << <<EOF
|
|
54
|
-
#{PACKAGE}: specify
|
|
54
|
+
#{PACKAGE}: specify a yaml file
|
|
55
55
|
|
|
56
56
|
Try `#{PACKAGE} -h' for more informations
|
|
57
57
|
EOF
|
data/pubgen.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pubgen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-02-26 00:00:00.000000000Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: zipruby
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2157391000 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2157391000
|
|
25
25
|
description: Pubgen is a simple command-line based epub generator. With the simple
|
|
26
26
|
YAML file, Pubgen generate the epub file for you.
|
|
27
27
|
email:
|