documents_with_footer_to_pdf 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09191cd350c94d8e3006c079594ca6de22ffb5fcbeb26f41149f4532a29f763a'
4
- data.tar.gz: aca862d8f024f585924126fa153e9159bc7ae3544095057cce70d85dd7655e88
3
+ metadata.gz: '08c7ee216d39140487fa128af512adf52efc48a3b3ca1836785be28fb84a4758'
4
+ data.tar.gz: 547833c6b569a62d50fda5c0cc6b2fc92d2bbc98b1cc6762bd75968650922cb3
5
5
  SHA512:
6
- metadata.gz: ceae221d4e694b160330bf894cf81c504d35f3d9e6f76900f9d7eb02f1ff8ac3e6baed6f664eeef56e79258d008c006664c124c3c33260566a36b0d720414fa6
7
- data.tar.gz: fcdb51b5acbe16841daf2bd540810c1356e68f27594995559277857d152e6f8be2092ff5f04232fca6c00e5e8b152c9f510a24f6759a9704348b34bc39289dcd
6
+ metadata.gz: 4f0c9f06970a15ac3dbd318ccc1e5cae4edb6ef1653a0d4cc944c3dabc20fdc0445128a5ffb3fe388a7e706334d40401dabbe43623d172905d1f663c2d738bf0
7
+ data.tar.gz: 0faef079d805e2c177ab8e11345d8e4fee7401296094e1363bc5db85947ec961e5b43512d345d9be1af209b1db2c037b41f708193f734f40636e8c5bafe658d7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- documents_with_footer_to_pdf (0.1.2)
4
+ documents_with_footer_to_pdf (0.1.5)
5
5
  combine_pdf (~> 1.0.21)
6
6
  fileutils (~> 1.5.0)
7
7
  local_path_builder (~> 0.1.1)
@@ -47,11 +47,7 @@ PLATFORMS
47
47
  x86_64-darwin-20
48
48
 
49
49
  DEPENDENCIES
50
- combine_pdf (~> 1.0.21)
51
50
  documents_with_footer_to_pdf!
52
- fileutils
53
- local_path_builder (~> 0.1.1)
54
- prawn (~> 2.4.0)
55
51
  rake (~> 13.0)
56
52
  rubocop (~> 1.7)
57
53
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DocumentsWithFooterToPdf
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
@@ -2,9 +2,10 @@
2
2
 
3
3
  require_relative "documents_with_footer_to_pdf/version"
4
4
  require 'local_path_builder'
5
- require 'FileUtils'
5
+ require 'fileutils'
6
6
  require 'combine_pdf'
7
7
  require 'prawn'
8
+
8
9
  Prawn::Fonts::AFM.hide_m17n_warning = true
9
10
 
10
11
  module DocumentsWithFooterToPdf
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: documents_with_footer_to_pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - a6b8
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-04 00:00:00.000000000 Z
11
+ date: 2021-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: local_path_builder