html_to_pdf_conversion 0.2.5 → 0.2.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
  SHA1:
3
- metadata.gz: 90a824f2a841d6d1a8c14ffc9c815cf934ba925d
4
- data.tar.gz: 7b39db559bb76a45e84b2efa79a819181112fb47
3
+ metadata.gz: a93b633a4f6b3904d610d4bc144f737955d358bd
4
+ data.tar.gz: daa28b0ab4634d893fcbdb078d87823ab61e6189
5
5
  SHA512:
6
- metadata.gz: 9b99887741708ed0afb7c56587375546b61ae49d0515ef99c2f27a51c5bac4c2fd7966b3e59709401c9e25b4b9952ba52d8eac7f166ea543b11d8f727f2410f5
7
- data.tar.gz: a257a34ae5b4f8c297cdd625afa0847ecbd0e1bdc58de2d036bf1978b06352aa11c81828ac90e0dfba3be3d8ff9f8738ce877ad9f071ea9abc739b9bfff69a13
6
+ metadata.gz: 8cc3e0d780a820b244e5eff7e28576af7a76b7cc93da201a88f0fd62af3a12580aff7e1bdc9ccdff0893b669e86a4557a9f5a7d84bd6bdd8ffb3bc17dd85bc54
7
+ data.tar.gz: 0d08a3dfcf3a8c207e549a0d06a72dc551dc727108f10c6ae233b22b0d53543c25f36c4a407888634d274c72e48ef396a156b0ca7a5b12c2c0b049959ce73dd5
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ["github@petermolgaard.com"]
12
12
  spec.homepage = "https://github.com/pmoelgaard/html_to_pdf_conversion"
13
13
 
14
- spec.description = "Ruby Library for the pdflayer API, https://pdflayer.com/"
14
+ spec.description = "Ruby Library for the pdflayer API, <a href=\"https://pdflayer.com/\">https://pdflayer.com/</a>"
15
15
  spec.summary = "Conversion API for Developers. Create highly customizable PDFs from URLs & HTML"
16
16
  spec.license = "MIT"
17
17
 
@@ -1,3 +1,3 @@
1
1
  module PDFlayer
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html_to_pdf_conversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Andreas Moelgaard
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: Ruby Library for the pdflayer API, https://pdflayer.com/
111
+ description: Ruby Library for the pdflayer API, <a href="https://pdflayer.com/">https://pdflayer.com/</a>
112
112
  email:
113
113
  - github@petermolgaard.com
114
114
  executables: []