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 CHANGED
@@ -2,4 +2,3 @@ source "http://rubygems.org"
2
2
 
3
3
  # Specify your gem's dependencies in kindlegen.gemspec
4
4
  gemspec
5
- systemu
@@ -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 "KindleGen_Mac_i386_v2.zip"
9
- when /linux|cygwin/i then "kindlegen_linux_2.6_i386_v2.tar.gz"
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)
@@ -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) }
@@ -1,3 +1,3 @@
1
1
  module Kindlegen
2
- VERSION = "2.3.1"
2
+ VERSION = "2.4.0"
3
3
  end
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.3.1
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-01-27 00:00:00.000000000 Z
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: &73955990 !ruby/object:Gem::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: *73955990
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: kindlegen
61
+ rubyforge_project:
62
62
  rubygems_version: 1.8.11
63
63
  signing_key:
64
64
  specification_version: 3