chore(md_to_pdf): bump to v.0.2.2; adjust schema changes

This commit is contained in:
as-op
2025-06-19 13:03:14 +02:00
parent 684894f82b
commit b3ea9dec43
6 changed files with 32 additions and 8 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ gem "structured_warnings", "~> 0.5.0"
gem "airbrake", "~> 13.0.0", require: false
gem "markly", "~> 0.13" # another markdown parser like commonmarker, but with AST support used in PDF export
gem "md_to_pdf", git: "https://github.com/opf/md-to-pdf", ref: "67d14c6c7a13f918d158bde1a51ef1067a8cf724"
gem "md_to_pdf", git: "https://github.com/opf/md-to-pdf", ref: "e7071e10f2562a9ef0dbd4b8b2180dc537691eab"
gem "prawn", "~> 2.4"
gem "ttfunk", "~> 1.7.0" # remove after https://github.com/prawnpdf/prawn/issues/1346 resolved.
+6 -5
View File
@@ -8,10 +8,10 @@ GIT
GIT
remote: https://github.com/opf/md-to-pdf
revision: 67d14c6c7a13f918d158bde1a51ef1067a8cf724
ref: 67d14c6c7a13f918d158bde1a51ef1067a8cf724
revision: e7071e10f2562a9ef0dbd4b8b2180dc537691eab
ref: e7071e10f2562a9ef0dbd4b8b2180dc537691eab
specs:
md_to_pdf (0.2.1)
md_to_pdf (0.2.2)
base64 (~> 0.2)
bigdecimal (~> 3.1)
color_conversion (~> 0.1)
@@ -20,9 +20,10 @@ GIT
markly (~> 0.13)
matrix (~> 0.4)
nokogiri (~> 1.18)
prawn (~> 2.4)
prawn (~> 2.4.0)
prawn-table (~> 0.2)
text-hyphen (~> 1.5)
ttfunk (~> 1.7.0)
GIT
remote: https://github.com/opf/omniauth
@@ -1759,7 +1760,7 @@ CHECKSUMS
marcel (1.0.4) sha256=0d5649feb64b8f19f3d3468b96c680bae9746335d02194270287868a661516a4
markly (0.13.0) sha256=326a232c876cd95093d110b8d184be8effeadd776c3ffcefd59bdc8de7f59e0d
matrix (0.4.2) sha256=71083ccbd67a14a43bfa78d3e4dc0f4b503b9cc18e5b4b1d686dc0f9ef7c4cc0
md_to_pdf (0.2.1)
md_to_pdf (0.2.2)
messagebird-rest (1.4.2) sha256=1501e16ad76c87558f20f3b26cb39d05f587b349b44b8bf8056b040e9b495301
meta-tags (2.22.1) sha256=e5ae1febbd320d396c7226d7edb868e5d63466c14b9c8b06622a1a74e6dce354
method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
@@ -166,10 +166,15 @@ notes:
header:
size: 9
styles: [ "bold" ]
border_width: 0.25
border_color: '000000'
no_border: true
cell:
size: 8
border_width: 0.25
border_color: '000000'
padding: 5
no_border: true
alerts:
NOTE:
border_color: '0969da'
@@ -334,10 +339,12 @@ outcome:
header:
size: 9
styles: [ "bold" ]
no_border: true
cell:
size: 8
border_width: 0.25
padding: 5
no_border: true
alerts:
NOTE:
border_color: '0969da'
@@ -217,10 +217,15 @@ work_package:
header:
size: 9
styles: [ "bold" ]
border_width: 0.25
border_color: '000000'
no_border: true
cell:
size: 8
border_width: 0.25
padding: 5
border_width: 0.25
border_color: '000000'
no_border: true
alerts:
NOTE:
border_color: '0969da'
@@ -202,10 +202,15 @@ work_package:
header:
size: 9
styles: [ "bold" ]
border_width: 0.25
border_color: '000000'
no_border: true
cell:
size: 8
border_width: 0.25
padding: 5
border_width: 0.25
border_color: '000000'
no_border: true
alerts:
NOTE:
border_color: '0969da'
@@ -131,9 +131,15 @@ html_table:
styles: [ 'bold' ]
background-color: 'F0F0F0'
size: 10
border-width: 0.25
border-color: '000000'
no_border: true
cell:
padding: 1mm
size: 9
border-width: 0.25
border-color: '000000'
no_border: true
blockquote:
background-color: 'f4f9ff'