jpdfunite 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c84f7e623f47692488fdc030798a82f53e43f4fe
4
- data.tar.gz: ea65453a48f072d5f252b183732333291a99dec8
3
+ metadata.gz: 0c05edbd621b4a100fb9fab6583230b327507e08
4
+ data.tar.gz: 4c20b80af3f6409b96ae1a3ca797a0d8da50bb32
5
5
  SHA512:
6
- metadata.gz: 4f770ebe4400cd898f85bb892b825a14d0196c89308e87bdbb5ff1b4ce32a39ddce4ecf9cda7eaabb1a6cf1ffdc234a9ab7b42e33243d448187fd2bdec21d691
7
- data.tar.gz: 062f722a5cb9dd45d7f37915122d7901e0eab0f58c1b5c0ca02119768cfeb75a52affd7d5a84497bb1ab226821d88712a6e59b5c7e04667761e4eccaf1c10121
6
+ metadata.gz: 591117043590bdf0023467a171aa021d5689d828eb6ae76e74362cb8863fa68cc85ee30cce9467016c5a8264a89e76364608ab0287e59d52211c1ef32a767ef7
7
+ data.tar.gz: 24888181b2bb78d8a940f27cac1d5707065a9d639dda33f788d153d96c710ce57ad4f6871cb82d734d1070efa877a4a2a8cbaf23e60aa29fa80f2d6e2ed35353
@@ -1,3 +1,3 @@
1
1
  module Jpdfunite
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/lib/jpdfunite.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  require "jpdfunite/version"
2
2
  require 'shellwords'
3
3
  require 'tempfile'
4
- require 'pathname'
5
4
 
6
5
  module Jpdfunite
7
6
 
@@ -87,7 +86,7 @@ class Outline
87
86
 
88
87
  attr_reader :path, :pages
89
88
 
90
- def initialize(path, title = Pathname.new(path).basename.split(".pdf").first)
89
+ def initialize(path, title = File.basename(path, ".pdf"))
91
90
  @path = path.shellescape
92
91
  super(title)
93
92
  get_pages
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jpdfunite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Piro-Rael