File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,12 +9,17 @@ Gem::Specification.new do |spec|
99 spec . version = PrawnHtml ::VERSION
1010 spec . summary = 'Prawn PDF - HTML renderer'
1111 spec . description = 'HTML to PDF with Prawn PDF'
12+
1213 spec . required_ruby_version = '>= 2.5.0'
1314
14- spec . license = 'MIT'
15- spec . authors = [ 'Mattia Roccoberton' ]
16- spec . email = 'mat@blocknot.es'
17- spec . homepage = 'https://github.com/blocknotes/prawn-html'
15+ spec . license = 'MIT'
16+ spec . authors = [ 'Mattia Roccoberton' ]
17+ spec . email = 'mat@blocknot.es'
18+ spec . homepage = 'https://github.com/blocknotes/prawn-html'
19+
20+ spec . metadata [ 'homepage_uri' ] = spec . homepage
21+ spec . metadata [ 'source_code_uri' ] = spec . homepage
22+ spec . metadata [ 'rubygems_mfa_required' ] = 'true'
1823
1924 spec . files = Dir [ 'lib/**/*' , 'LICENSE.txt' , 'README.md' ]
2025 spec . require_paths = [ 'lib' ]
You can’t perform that action at this time.
0 commit comments