kindlerb 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/kindlerb.rb +4 -2
- metadata +3 -3
data/lib/kindlerb.rb
CHANGED
@@ -21,7 +21,7 @@ end
|
|
21
21
|
|
22
22
|
|
23
23
|
module Kindlerb
|
24
|
-
VERSION = '0.0.
|
24
|
+
VERSION = '0.0.8'
|
25
25
|
|
26
26
|
def self.run
|
27
27
|
|
@@ -137,7 +137,9 @@ module Kindlerb
|
|
137
137
|
|
138
138
|
outfile = document['mobi_outfile']
|
139
139
|
puts "Writing #{outfile}"
|
140
|
-
|
140
|
+
cmd = "kindlegen -verbose -c2 -o #{outfile} kindlerb.opf && echo 'Wrote MOBI to #{outfile}'"
|
141
|
+
puts cmd
|
142
|
+
exec cmd
|
141
143
|
end
|
142
144
|
end
|
143
145
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kindlerb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-09-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
86
|
rubyforge_project: kindlerb
|
87
|
-
rubygems_version: 1.8.
|
87
|
+
rubygems_version: 1.8.23
|
88
88
|
signing_key:
|
89
89
|
specification_version: 3
|
90
90
|
summary: Kindle eperiodical generator
|