html_to_pdf_conversion 0.2.3 → 0.2.4
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 +2 -1
- data/lib/html_to_pdf_conversion/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba91026c38056ddba397967c0973c7bbc643edac
|
|
4
|
+
data.tar.gz: 0728eb323dbd750653fb4ae33ab5d297e8b81d06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a65c79bedc9a52258cd9ea0693d4d8a2731d7b1371500d8320e6d3d7fcfe052f299db4684dbd832b2a363b8c7c362656a7c41d1ecd518e0b29bd8f8a0c5734d3
|
|
7
|
+
data.tar.gz: 2b49e77c3c77eca961c750df64f2bf0c322cd82d459600c76d1d830a5d6f5ee08277c18695c8e4306e2011359fd86503a6a793e76b2fdcae67d0475d039bb8a5
|
data/README.md
CHANGED
|
@@ -145,7 +145,8 @@ The example application uses a process.env variable to hold the access key.
|
|
|
145
145
|
|
|
146
146
|
## Tests
|
|
147
147
|
|
|
148
|
-
The tests are written
|
|
148
|
+
The tests are written using the rspec testing library.
|
|
149
|
+
**RSpec** [http://rspec.info/](http://rspec.info/)
|
|
149
150
|
|
|
150
151
|
In order to run the tests, the following environment variables needs to be set:
|
|
151
152
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Andreas Moelgaard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|