elibrum 0.1.0-java → 0.1.1-java

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.
@@ -19,7 +19,7 @@ module Elibrum
19
19
  File.open(".#{filename}-temp.html", "w+") {|f| f.write(html)}
20
20
  # Documentation for ebook-convert can be found here: http://manual.calibre-ebook.com/cli/ebook-convert.html
21
21
  `#{EBOOK_CONVERT_PATH} .#{filename}-temp.html #{filename}.#{format} --title "#{@book.title}" --authors "#{@book.author}" --chapter "//h:pagebreak"`
22
- #FileUtils.rm(filename + "-temp.html")
22
+ FileUtils.rm(filename + "-temp.html")
23
23
  end
24
24
 
25
25
  private
@@ -1,3 +1,3 @@
1
1
  module Elibrum
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: elibrum
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: java
7
7
  authors:
8
8
  - Dave Sescleifer