html_to_pdf_conversion 0.2.3 → 0.2.4

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: cbc96189a29b10d35196dfeae927f96c8f6d4920
4
- data.tar.gz: ddbc9680b5d0d6fe9fd41be60c02de33027552dc
3
+ metadata.gz: ba91026c38056ddba397967c0973c7bbc643edac
4
+ data.tar.gz: 0728eb323dbd750653fb4ae33ab5d297e8b81d06
5
5
  SHA512:
6
- metadata.gz: 2f2751d5a68a184000dab5ee60593f75b4d7a3aa9d2f66fc02af2ed93c45b3a5a89ca98712852b48180dd8d0cb4d0a749431fab90e3171a41044a265a86b2280
7
- data.tar.gz: 686ba37ebacebabac4bae139b3f7ee666d7e913fd1d3f3b4555b23e02197021330d42d6be5b057c8e5ecf5ddd01d5df93d3494127c586efc7ddf0a5ec3450eda
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 for any NodeJS testing library, but has been run and targeted at the [https://mochajs.org/](https://mochajs.org/) testing library.
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
 
@@ -1,3 +1,3 @@
1
1
  module PDFlayer
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
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.3
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-15 00:00:00.000000000 Z
11
+ date: 2016-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty