Skip to content

Commit

Permalink
gem: Remove kindlegen from Gemfile
Browse files Browse the repository at this point in the history
KindleGen is unbuildable now as binaries are no longer available for
download.

This commit disables the Kindle autogeneration.

Refs: tdtds/kindlegen#42
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Aug 26, 2020
1 parent 96ad359 commit 6305f50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ gem 'coderay'
gem 'pygments.rb'
gem 'thread_safe'
gem 'epubcheck'
gem 'kindlegen'

4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ GEM
rubyzip (> 1.1.1, < 2.3)
hashery (2.1.2)
json (2.3.1)
kindlegen (3.0.5)
rake
rubyzip
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
Expand Down Expand Up @@ -91,7 +88,6 @@ DEPENDENCIES
coderay
epubcheck
json
kindlegen
pygments.rb
rake
thread_safe
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace :build do
end

desc 'Build all default formats'
task :build => [ "build:html", "build:epub", "build:mobi", "build:pdf" ]
task :build => [ "build:html", "build:epub", "build:pdf" ]

desc 'Default task'
task :default => [ "build" ]

0 comments on commit 6305f50

Please sign in to comment.