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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3bb7d95f24faf1bcfd8ecacb930fc86edbb5ec45
4
- data.tar.gz: 30cd19abd9d782092999c9c806c787dbf3c467de
3
+ metadata.gz: eaf5614a9b9a8c772fd837622ca5982e0c40cad3
4
+ data.tar.gz: 2083b4bc8de9a8a250294cfbdedcb740af481373
5
5
  SHA512:
6
- metadata.gz: faede69c68dcd0472d01615dc1fae9887576ca859d74acfde397c2174fb17c5757086be1029d4f8baf804b7847f7bb334467626e3a1fa9f3bc91709776c6a7b3
7
- data.tar.gz: 22e182ab7ae1eb173e2d1267b47b4ab54eae83e920b915e8888c1193ca763e2a21bb30b2cfea3d99ae5bd0c5ea2b835cd51eb72787fdd3838fe75aeda3d64b43
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 ONLY you know. When called, a pdf will be generated and saved in the current path that you are located in.
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
 
@@ -1,3 +1,3 @@
1
1
  class PaperAuth
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -30,6 +30,7 @@
30
30
  <td><strong>C</strong></td>
31
31
  <td><strong>D</strong></td>
32
32
  <td><strong>E</strong></td>
33
+ <td></td>
33
34
  </tr>
34
35
  <% for i in 0...10 %>
35
36
  <tr>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paper-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manthan Mallikarjun