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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86cc9418aec320a48946509abff35e245afdcd2b
4
- data.tar.gz: 44e0fcccc79bac6d5bf2d60cddfd41e1f3a84542
3
+ metadata.gz: 1d7c9464b176049289de302ae6585df80ceb196e
4
+ data.tar.gz: 12870988a6bc9c5324d85117f46c0dd7aae2c9c0
5
5
  SHA512:
6
- metadata.gz: 5620367347222840b48836b337809b068908fa0bdc53e03911d93089013c9b4b3076edb88e4b29f852744bff7efe0f7afc5125fd5aed96b1be16119e6d79d996
7
- data.tar.gz: c3cc1e4f9d4733164cd7fa47d712cab72c86075e2bde425372b9a367e8dcd0a6973d8c25eba8cac0218750eeec27e28e6d45bddf61cbb9adedb95fe884446502
6
+ metadata.gz: 84f35b9c20f955f87a9e26ab9d42600d4e6efc6bf3e1d204a99156cc6e896e9b4258f112af89ba42369366e7a8b2742a2cb4e71003c740f4fe8e1c025126f11d
7
+ data.tar.gz: 1eeb85b37b863317294321561ee0d6a20822bc8fbe4ac2f6f1519f6c3b2582eda16b8f5db0829ad1bd5d4e433d66efe50d268812bb72ebedda7c5e3951d2d677
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  [![Travis](https://travis-ci.org/pmoelgaard/html_to_pdf_conversion.svg)](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 = "html_to_pdf_conversion"
14
- spec.description = "html_to_pdf_conversion"
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)/}) }
@@ -1,3 +1,3 @@
1
1
  module PDFlayer
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
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.1
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: html_to_pdf_conversion
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: html_to_pdf_conversion
158
+ summary: Node JavaScript wrapper for the pdflayer API
158
159
  test_files: []