kindlegen 2.3.1 → 2.4.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/Gemfile +0 -1
- data/ext/kindlegen/extconf.rb +2 -2
- data/kindlegen.gemspec +0 -2
- data/lib/kindlegen/version.rb +1 -1
- metadata +5 -5
data/Gemfile
CHANGED
data/ext/kindlegen/extconf.rb
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
require 'rbconfig'
|
|
6
6
|
File::open('Makefile', 'w') do |w|
|
|
7
7
|
tarball = case RbConfig::CONFIG['host_os']
|
|
8
|
-
when /mac|darwin/i then "
|
|
9
|
-
when /linux|cygwin/i then "kindlegen_linux_2.
|
|
8
|
+
when /mac|darwin/i then "KindleGen_Mac_i386_v2_4.zip"
|
|
9
|
+
when /linux|cygwin/i then "kindlegen_linux_2.6_i386_v2_4.tar.gz"
|
|
10
10
|
else
|
|
11
11
|
STDERR.puts "Host OS unsupported!"
|
|
12
12
|
exit(1)
|
data/kindlegen.gemspec
CHANGED
|
@@ -11,8 +11,6 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.summary = %q{Installing kindlegen command.}
|
|
12
12
|
s.description = %q{Installing kindlegen command, downloading tar.gz file from amazon.com, and extracting it and copy kindlegen command to bin.}
|
|
13
13
|
|
|
14
|
-
s.rubyforge_project = "kindlegen"
|
|
15
|
-
|
|
16
14
|
s.files = `git ls-files`.split("\n")
|
|
17
15
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
18
16
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
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: 2.
|
|
4
|
+
version: 2.4.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-04-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: systemu
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &72346150 !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: *72346150
|
|
25
25
|
description: Installing kindlegen command, downloading tar.gz file from amazon.com,
|
|
26
26
|
and extracting it and copy kindlegen command to bin.
|
|
27
27
|
email:
|
|
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
59
|
version: '0'
|
|
60
60
|
requirements: []
|
|
61
|
-
rubyforge_project:
|
|
61
|
+
rubyforge_project:
|
|
62
62
|
rubygems_version: 1.8.11
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 3
|