uploadconvert 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/uploadconvert.rb +1 -1
  2. metadata +1 -1
data/lib/uploadconvert.rb CHANGED
@@ -60,7 +60,7 @@ class UploadConvert
60
60
  begin
61
61
  Docsplit.extract_text(@input, :ocr => false, :output => "public/uploads")
62
62
  outfile = @input.split(".pdf")
63
- if outfile[].include? "public/uploads/"
63
+ if outfile[0].include? "public/uploads/"
64
64
  path = outfile[0]
65
65
  else
66
66
  path = "public/uploads/" + outfile[0]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uploadconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: