docsplit_images 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -60,7 +60,7 @@ On Mac, download and install [http://www.openoffice.org/download/index.html](htt
60
60
 
61
61
  ### Install Gem
62
62
 
63
- gem 'docsplit_images', :git => 'git@github.com:jameshuynh/docsplit_images.git', tag: "v0.2.0"
63
+ gem 'docsplit_images', :git => 'git@github.com:jameshuynh/docsplit_images.git', tag: "v0.2.1"
64
64
 
65
65
  ## Setting Up
66
66
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "docsplit_images"
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["jameshuynh"]
@@ -31,7 +31,7 @@ module DocsplitImages
31
31
  else
32
32
  tempdir = File.join(Dir.tmpdir, 'docsplit')
33
33
  Docsplit.extract_pdf([doc_path], {:output => tempdir})
34
- File.join(tempdir, File.basename(doc, ext) + '.pdf')
34
+ File.join(tempdir, File.basename(doc_path, ext) + '.pdf')
35
35
  end
36
36
  self.number_of_images_entry = Docsplit.extract_length(temp_pdf_path)
37
37
  self.save(validate: false)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docsplit_images
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -162,7 +162,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
162
  version: '0'
163
163
  segments:
164
164
  - 0
165
- hash: -352764726966913135
165
+ hash: 1515951467058445014
166
166
  required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  none: false
168
168
  requirements: