html_to_pdf_conversion 0.2.7 → 0.2.8

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: 754f6fce345c027a39028d7fb4eabb1789f34f22
4
- data.tar.gz: aaaeb5adbab89c0f50c9d5fada1fbbb3b99f31a6
3
+ metadata.gz: c9607cf326ed66dd358871e7f725714224d0259a
4
+ data.tar.gz: 19626c943c5dc6b734a4db7055ffe2270dee2494
5
5
  SHA512:
6
- metadata.gz: 5c2695c0d9070295eb8a84344de653d87791b9713439357235f9a90e750877a53c79f480a689ad8ade61a313c1cb23ad5600fd6f4b3d8ea392cf9b9473d567fa
7
- data.tar.gz: 761d03d02419cdee837b22cea634a406459d4761bf083935243f4ce43ce31db7ef4b4f613f502724196069a56776de1da90a20744c0ab28779ffd08912ec6ac0
6
+ metadata.gz: af6ca36f64b12bb41087c131bd32e80db4ceea244390376bc571c12751974a507ed70e4ed8b02aaf83b7baf0ca71423d07a5aaea5940477f51d770cfded0603b
7
+ data.tar.gz: db02103d4aa171d9084cb8eb306133c83391af1c3bd0e2a9119d2e27a69b1013202c6dc3d986cb7e186f292db470012b3e57634cf14934f11c15dbd66c4fcbba
@@ -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 web service that automates HTML to PDF document conversion, 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.7"
2
+ VERSION = "0.2.8"
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.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Andreas Moelgaard
@@ -108,7 +108,8 @@ 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 web service that automates HTML
112
+ to PDF document conversion, https://pdflayer.com
112
113
  email:
113
114
  - github@petermolgaard.com
114
115
  executables: []