kindlegen 2.8.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9d23dee234d4c9787f1c92494f835c7909bfc898
4
+ data.tar.gz: 2d25bbf22d41c351a3f47dca95836856c2f881f9
5
+ SHA512:
6
+ metadata.gz: 6e571bdea927dd6f8844c427f18d3af9f4e831bff53399ad16a915268a4b930a84900fbdd3de4dd974dab61429e6e1cbf4acfb1645755fb55798280d0c9124c5
7
+ data.tar.gz: 1df28bb90902192ba19e58b0e969d6fe4579960e5a1a23d0b31e4c97cbf370716e5f655c84507ed6ea0bd40a4c82e923b25b75e3a6f70803f1fb48fa791d5ed3
data/README.md CHANGED
@@ -1,23 +1,23 @@
1
1
  # Kindlegen
2
2
 
3
- Easy to install kindlegen command via gem!
3
+ Easy to install kindlegen command via gem.
4
4
 
5
- When you will run this gem, it will download tarball of kindlegen from amazon.com and extract it. Then you can find command file in "$GEMPATH/bin".
5
+ When you run this gem, it will download a tarball of kindlegen from amazon.com and extract it. Then you can find the command file in "$GEMPATH/bin".
6
6
 
7
7
  ## Using from Ruby
8
8
 
9
- Require kindlegen module, you can run kindlegen command without you know its path.
9
+ Require `kindlegen`, then run kindlegen commands.
10
10
 
11
11
  ### Kindlegen.command
12
12
 
13
- returning path of kindlegen command.
13
+ Returns the path of the kindlegen command.
14
14
 
15
15
  ### Kindlegen.run( *args )
16
16
 
17
- runing kindlegen command with specified parameters.
17
+ Runs the kindlegen command with specified parameters.
18
18
 
19
19
  ### Example
20
20
  require 'kindlegen'
21
- Kindlegen.run( "sample.opf", "-o", "sample.mobi" )
21
+ Kindlegen.run("sample.opf", "-o", "sample.mobi")
22
22
 
23
23
 
@@ -7,10 +7,10 @@ File::open('Makefile', 'w') do |w|
7
7
  tarball = case RbConfig::CONFIG['host_os']
8
8
  when /mac|darwin/i
9
9
  unzip = 'unzip'
10
- "KindleGen_Mac_i386_v2_8.zip"
10
+ "KindleGen_Mac_i386_v2_9.zip"
11
11
  when /linux|cygwin/i
12
12
  unzip = 'tar zxf'
13
- "kindlegen_linux_2.6_i386_v2_8.tar.gz"
13
+ "kindlegen_linux_2.6_i386_v2_9.tar.gz"
14
14
  else
15
15
  STDERR.puts "Host OS unsupported!"
16
16
  exit(1)
@@ -1,3 +1,3 @@
1
1
  module Kindlegen
2
- VERSION = "2.8.0"
2
+ VERSION = "2.9.0"
3
3
  end
metadata CHANGED
@@ -1,46 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kindlegen
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
5
- prerelease:
4
+ version: 2.9.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - TADA Tadashi
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-02-21 00:00:00.000000000 Z
11
+ date: 2014-01-14 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: pry
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: systemu
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  description: Installing kindlegen command, downloading tar.gz file from amazon.com,
@@ -52,7 +47,7 @@ extensions:
52
47
  - ext/kindlegen/extconf.rb
53
48
  extra_rdoc_files: []
54
49
  files:
55
- - .gitignore
50
+ - ".gitignore"
56
51
  - Gemfile
57
52
  - README.md
58
53
  - Rakefile
@@ -62,26 +57,25 @@ files:
62
57
  - lib/kindlegen/version.rb
63
58
  homepage: ''
64
59
  licenses: []
60
+ metadata: {}
65
61
  post_install_message:
66
62
  rdoc_options: []
67
63
  require_paths:
68
64
  - lib
69
65
  required_ruby_version: !ruby/object:Gem::Requirement
70
- none: false
71
66
  requirements:
72
- - - ! '>='
67
+ - - ">="
73
68
  - !ruby/object:Gem::Version
74
69
  version: '0'
75
70
  required_rubygems_version: !ruby/object:Gem::Requirement
76
- none: false
77
71
  requirements:
78
- - - ! '>='
72
+ - - ">="
79
73
  - !ruby/object:Gem::Version
80
74
  version: '0'
81
75
  requirements: []
82
76
  rubyforge_project:
83
- rubygems_version: 1.8.25
77
+ rubygems_version: 2.2.0
84
78
  signing_key:
85
- specification_version: 3
79
+ specification_version: 4
86
80
  summary: Installing kindlegen command.
87
81
  test_files: []