html_to_pdf_conversion 0.2.6 → 0.2.7

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
  SHA1:
3
- metadata.gz: a93b633a4f6b3904d610d4bc144f737955d358bd
4
- data.tar.gz: daa28b0ab4634d893fcbdb078d87823ab61e6189
3
+ metadata.gz: 754f6fce345c027a39028d7fb4eabb1789f34f22
4
+ data.tar.gz: aaaeb5adbab89c0f50c9d5fada1fbbb3b99f31a6
5
5
  SHA512:
6
- metadata.gz: 8cc3e0d780a820b244e5eff7e28576af7a76b7cc93da201a88f0fd62af3a12580aff7e1bdc9ccdff0893b669e86a4557a9f5a7d84bd6bdd8ffb3bc17dd85bc54
7
- data.tar.gz: 0d08a3dfcf3a8c207e549a0d06a72dc551dc727108f10c6ae233b22b0d53543c25f36c4a407888634d274c72e48ef396a156b0ca7a5b12c2c0b049959ce73dd5
6
+ metadata.gz: 5c2695c0d9070295eb8a84344de653d87791b9713439357235f9a90e750877a53c79f480a689ad8ade61a313c1cb23ad5600fd6f4b3d8ea392cf9b9473d567fa
7
+ data.tar.gz: 761d03d02419cdee837b22cea634a406459d4761bf083935243f4ce43ce31db7ef4b4f613f502724196069a56776de1da90a20744c0ab28779ffd08912ec6ac0
@@ -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, <a href=\"https://pdflayer.com/\">https://pdflayer.com/</a>"
14
+ spec.description = "Ruby Library for the pdflayer API, https://pdflayer.com"
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.6"
2
+ VERSION = "0.2.7"
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.6
4
+ version: 0.2.7
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, <a href="https://pdflayer.com/">https://pdflayer.com/</a>
111
+ description: Ruby Library for the pdflayer API, https://pdflayer.com
112
112
  email:
113
113
  - github@petermolgaard.com
114
114
  executables: []