fillable-pdf-th 1.0.1 → 1.0.2

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
  SHA256:
3
- metadata.gz: b2dab2de8e322ae58fc8caf400a2b5f18e66bf51a6ec87ce54fa2f9b2175e72d
4
- data.tar.gz: f59dfab7a5d1bc7e4345b07c351a680ca626e57f0f6ae28163e5bf8811ff7b75
3
+ metadata.gz: 926a3fd6befd69365a4df6977c67cb2bec746f3a0da67eee7b3c3c14c5750680
4
+ data.tar.gz: d40e590291477c506da16f47257a1084940522a65b5c76d1bfd5482970ef509f
5
5
  SHA512:
6
- metadata.gz: 1159e931fa9ef4a0e23268eea1228f1606fb6b1bdca0454050c51f2dcf0892e243d35dce898c3dd3b8661e07ec35bd174f5a5a1da7860aa4cb8afe227c1988f1
7
- data.tar.gz: 58eb4bf392f70fcf83e5f5fbfa8088a4eece102e692223306a4847ad25d3dd8d4098cb6869b02f85d11f2957e2acd6878aff2121cb3ac47bf47d1c556138207e
6
+ metadata.gz: 869d0b63b842c044383b14a1593755141ed8991b22124469831075499368de775ec6c9bafdb4b4895e95f82642a859b1960cc3f068a7d31077fd9a87f42fabb3
7
+ data.tar.gz: 7bf462d4ad0b2a64e351538e2bd024f29cf16f67c7dc56204a97b5323f59ddc32f256ff505b75aec21c75a39ca78592f751aba02897dffe5e1b5cb442c9653c5
@@ -13,7 +13,7 @@ class FillablePDFTH
13
13
  PDF_FONT_ENCODE = Rjb.import 'com.itextpdf.io.font.PdfEncodings'
14
14
  PDF_FONT = Rjb.import 'com.itextpdf.kernel.font.PdfFont'
15
15
  PDF_FONT_FACTORY = Rjb.import 'com.itextpdf.kernel.font.PdfFontFactory'
16
- FONT = './default-font/angsana_new.ttf'
16
+ FONT = 'default-font/angsana_new.ttf'
17
17
  ##
18
18
  # Opens a given fillable-pdf PDF file and prepares it for modification.
19
19
  #
@@ -1,3 +1,3 @@
1
1
  class FillablePDFTH
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fillable-pdf-th
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swiftlet