cbr2cbz 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. data/lib/cbr2cbz/converter.rb +2 -2
  2. metadata +1 -1
@@ -5,7 +5,7 @@ require 'zip/zipfilesystem'
5
5
 
6
6
  module Cbr2cbz
7
7
  class Converter
8
- def initialize(options)
8
+ def initialize(options = {})
9
9
  @options = options
10
10
  end
11
11
 
@@ -63,7 +63,7 @@ module Cbr2cbz
63
63
  end
64
64
 
65
65
  def unrar(filename, folder)
66
- `unrar e "#{filename}" "#{folder}"/`
66
+ `unrar e "#{filename}" "#{folder}/"`
67
67
  end
68
68
  end
69
69
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cbr2cbz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: