paper-auth 0.0.4 → 0.0.5
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/lib/paper-auth/version.rb +1 -1
- data/templates/paper.html.erb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eaf5614a9b9a8c772fd837622ca5982e0c40cad3
|
|
4
|
+
data.tar.gz: 2083b4bc8de9a8a250294cfbdedcb740af481373
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: caff19f424b1c09ac00a107112b61b470a28d9f97091b23477c46442d9ba466e490e9b15450ba375a240bbe556dced415f27fd1e299f0da0ff62531ffce3878a
|
|
7
|
+
data.tar.gz: 200d7d805aef4b4049f63f112f1d7b80f8ad741e2c7f0816f19d9a29fedad8310590a9fdd8daaa6fd1c37e02749341e12e9f17c9c546f6a36cbe8eb348a77b33
|
data/README.md
CHANGED
|
@@ -38,7 +38,7 @@ Create a pdf using PaperAuth.
|
|
|
38
38
|
pdf = paper.create(0, "Hello World!")
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
The first parameter should be something specific to the user (Ex. User ID), and the second parameter should be a secret key that
|
|
41
|
+
The first parameter should be something specific to the user (Ex. User ID), and the second parameter should be a secret key that **only** you know. When called, a pdf will be generated and saved in the current path that you are located in.
|
|
42
42
|
|
|
43
43
|
### Get an ID
|
|
44
44
|
|
data/lib/paper-auth/version.rb
CHANGED
data/templates/paper.html.erb
CHANGED