kindlegen 1.2.5 → 2.3.0
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/ext/kindlegen/extconf.rb +2 -3
- data/lib/kindlegen/version.rb +1 -1
- metadata +2 -2
data/ext/kindlegen/extconf.rb
CHANGED
|
@@ -3,11 +3,10 @@
|
|
|
3
3
|
#
|
|
4
4
|
|
|
5
5
|
require 'rbconfig'
|
|
6
|
-
|
|
7
6
|
File::open('Makefile', 'w') do |w|
|
|
8
7
|
tarball = case RbConfig::CONFIG['host_os']
|
|
9
|
-
when /mac|darwin/i then "
|
|
10
|
-
when /linux|cygwin/i then "kindlegen_linux_2.
|
|
8
|
+
when /mac|darwin/i then "KindleGen_Mac_i386_v2.zip"
|
|
9
|
+
when /linux|cygwin/i then "kindlegen_linux_2.6_i386_v2.tar.gz"
|
|
11
10
|
else
|
|
12
11
|
STDERR.puts "Host OS unsupported!"
|
|
13
12
|
exit(1)
|
data/lib/kindlegen/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kindlegen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.3.0
|
|
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:
|
|
12
|
+
date: 2012-01-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Installing kindlegen command, downloading tar.gz file from amazon.com,
|
|
15
15
|
and extracting it and copy kindlegen command to bin.
|