html_to_pdf_conversion 0.2.1 → 0.2.2
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 +4 -4
- data/README.md +1 -1
- data/html_to_pdf_conversion.gemspec +2 -2
- data/lib/html_to_pdf_conversion/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d7c9464b176049289de302ae6585df80ceb196e
|
|
4
|
+
data.tar.gz: 12870988a6bc9c5324d85117f46c0dd7aae2c9c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84f35b9c20f955f87a9e26ab9d42600d4e6efc6bf3e1d204a99156cc6e896e9b4258f112af89ba42369366e7a8b2742a2cb4e71003c740f4fe8e1c025126f11d
|
|
7
|
+
data.tar.gz: 1eeb85b37b863317294321561ee0d6a20822bc8fbe4ac2f6f1519f6c3b2582eda16b8f5db0829ad1bd5d4e433d66efe50d268812bb72ebedda7c5e3951d2d677
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[](Travis)
|
|
2
2
|
|
|
3
3
|
# html_to_pdf_conversion
|
|
4
|
-
Node JavaScript wrapper for [the pdflayer API](https://pdflayer.com/).
|
|
4
|
+
Node JavaScript wrapper for [the pdflayer API](https://pdflayer.com/).
|
|
5
5
|
Conversion API for Developers. Create highly customizable PDFs from URLs & HTML
|
|
6
6
|
|
|
7
7
|
---
|
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["github@petermolgaard.com"]
|
|
11
11
|
spec.homepage = "https://github.com/pmoelgaard/html_to_pdf_conversion"
|
|
12
12
|
|
|
13
|
-
spec.summary = "
|
|
14
|
-
spec.description = "
|
|
13
|
+
spec.summary = "Node JavaScript wrapper for the pdflayer API"
|
|
14
|
+
spec.description = "Conversion API for Developers. Create highly customizable PDFs from URLs & HTML"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
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
|
+
version: 0.2.2
|
|
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:
|
|
111
|
+
description: Conversion API for Developers. Create highly customizable PDFs from URLs
|
|
112
|
+
& HTML
|
|
112
113
|
email:
|
|
113
114
|
- github@petermolgaard.com
|
|
114
115
|
executables: []
|
|
@@ -154,5 +155,5 @@ rubyforge_project:
|
|
|
154
155
|
rubygems_version: 2.0.14
|
|
155
156
|
signing_key:
|
|
156
157
|
specification_version: 4
|
|
157
|
-
summary:
|
|
158
|
+
summary: Node JavaScript wrapper for the pdflayer API
|
|
158
159
|
test_files: []
|