html_to_pdf_conversion 0.2.4 → 0.2.5

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: ba91026c38056ddba397967c0973c7bbc643edac
4
- data.tar.gz: 0728eb323dbd750653fb4ae33ab5d297e8b81d06
3
+ metadata.gz: 90a824f2a841d6d1a8c14ffc9c815cf934ba925d
4
+ data.tar.gz: 7b39db559bb76a45e84b2efa79a819181112fb47
5
5
  SHA512:
6
- metadata.gz: a65c79bedc9a52258cd9ea0693d4d8a2731d7b1371500d8320e6d3d7fcfe052f299db4684dbd832b2a363b8c7c362656a7c41d1ecd518e0b29bd8f8a0c5734d3
7
- data.tar.gz: 2b49e77c3c77eca961c750df64f2bf0c322cd82d459600c76d1d830a5d6f5ee08277c18695c8e4306e2011359fd86503a6a793e76b2fdcae67d0475d039bb8a5
6
+ metadata.gz: 9b99887741708ed0afb7c56587375546b61ae49d0515ef99c2f27a51c5bac4c2fd7966b3e59709401c9e25b4b9952ba52d8eac7f166ea543b11d8f727f2410f5
7
+ data.tar.gz: a257a34ae5b4f8c297cdd625afa0847ecbd0e1bdc58de2d036bf1978b06352aa11c81828ac90e0dfba3be3d8ff9f8738ce877ad9f071ea9abc739b9bfff69a13
@@ -11,8 +11,8 @@ 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.summary = "Node JavaScript wrapper for the pdflayer API"
15
- spec.description = "Conversion API for Developers. Create highly customizable PDFs from URLs & HTML"
14
+ spec.description = "Ruby Library for the pdflayer API, https://pdflayer.com/"
15
+ spec.summary = "Conversion API for Developers. Create highly customizable PDFs from URLs & HTML"
16
16
  spec.license = "MIT"
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module PDFlayer
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
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.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Andreas Moelgaard
@@ -108,8 +108,7 @@ dependencies:
108
108
  - - '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: Conversion API for Developers. Create highly customizable PDFs from URLs
112
- & HTML
111
+ description: Ruby Library for the pdflayer API, https://pdflayer.com/
113
112
  email:
114
113
  - github@petermolgaard.com
115
114
  executables: []
@@ -155,5 +154,6 @@ rubyforge_project:
155
154
  rubygems_version: 2.0.14
156
155
  signing_key:
157
156
  specification_version: 4
158
- summary: Node JavaScript wrapper for the pdflayer API
157
+ summary: Conversion API for Developers. Create highly customizable PDFs from URLs
158
+ & HTML
159
159
  test_files: []