obf 0.9.8.3 → 0.9.8.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/obf/pdf.rb +8 -8
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eafa95ed1b416cb55b13e12c500ff6b23739d40f6622f9f0acbee76002d652df
4
- data.tar.gz: 3da4853d9f57b09075ddc717dc3fa18fd25d5f42bb42e7f8b5d26c084d58cd6a
3
+ metadata.gz: 6e7e7fc46724eeaca2ec52b72b87713a9387ff7aafc51e16b7b2c767e25db31e
4
+ data.tar.gz: e3a0b84f93092e1b45828b1f7de735c13a0f76d1da4d74d3304ae171e9a886ab
5
5
  SHA512:
6
- metadata.gz: e8f8063dd7c0a46eb6731f1f53b86d3b332a8fecb1109de08298b2cd154032cab72199dfa85ded33be17c08ffe2a2da2bb684155f2fa30a8d9856ae8f24129f6
7
- data.tar.gz: b2cf4abf5090c5a1f27f315ad0091a9fcc80bab41db1028ca20803828531ba766f3df621f31bb31d7528e9d449aae292205f99ff5902952c93097bfeed58f54c
6
+ metadata.gz: f70372b42c80366ad659376f7c2a64436e90623caf4f7c2f795e7e4bbb047a351409beefa7449b236df2f730bdb2653b09165fa57f6d09d958d949e9f840b8ae
7
+ data.tar.gz: 40a4380ada4e612d620954f43f2b920945c997d4f17483e297801f6a7c45115a3c7be53fa72b6437303f90d1ea9c49ed3bee33965b3c62c53409a130e5247553
@@ -340,11 +340,11 @@ module OBF::PDF
340
340
  end
341
341
  end
342
342
 
343
- pdf = Prawn::Document.new
344
- pdf.font "/Users/whitmer/Workspace/obf/lib/TimesNewRoman.ttf"
345
- pdf.font_families.update({'MiedingerBook.otf' => {
346
- normal: "/Users/whitmer/Workspace/obf/lib/MiedingerBook.ttf"
347
- }})
348
- pdf.fallback_fonts = ['MiedingerBook.otf']
349
- pdf.text_box "भन्नुहोस्"
350
- pdf.render_file("/Userss/whitmer/Workspace/prawn.pdf")
343
+ # pdf = Prawn::Document.new
344
+ # pdf.font "/Users/whitmer/Workspace/obf/lib/TimesNewRoman.ttf"
345
+ # pdf.font_families.update({'MiedingerBook.otf' => {
346
+ # normal: "/Users/whitmer/Workspace/obf/lib/MiedingerBook.ttf"
347
+ # }})
348
+ # pdf.fallback_fonts = ['MiedingerBook.otf']
349
+ # pdf.text_box "भन्नुहोस्"
350
+ # pdf.render_file("/Userss/whitmer/Workspace/prawn.pdf")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: obf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8.3
4
+ version: 0.9.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Whitmer