sigmund 0.0.1 → 0.0.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 +4 -4
- data/README.md +3 -1
- data/lib/sigmund/version.rb +1 -1
- 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: 8c6d34e0067561d61b99af9f7b7e6dbbc0ee65ae
|
4
|
+
data.tar.gz: aadcf5febf47473aeaa38f42e65e5f92f8593c94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 971a7787087f49c44577e4056aa41919edaa5be71d90c1827da5dfb94651035b5e025059645073e434edc1a39adbf373e02b97080984906bc3838c4e70dff015
|
7
|
+
data.tar.gz: 221a308c93e8d76906e2cccc4f460dc4c339fb06a913c4f434e4e873f4d81da21ce04a0bfa8dae9d4f87c5b3f6a4c349c94ed0bc9f6c5f98bcd3dacd2964f681
|
data/README.md
CHANGED
@@ -28,7 +28,9 @@ Now to verify a signature, use:
|
|
28
28
|
|
29
29
|
Sigmund.verify("http://www.test.com/path?sig=ZCqYKJiLS7WMZX7l5wEU016Mv1s", 'secret_key')
|
30
30
|
|
31
|
-
This will return true only if a valid signature is present.
|
31
|
+
This will return `true` only if a valid signature is present.
|
32
|
+
|
33
|
+
NB: *By default Sigmund ignores the url scheme and host.*
|
32
34
|
|
33
35
|
## Contributing
|
34
36
|
|
data/lib/sigmund/version.rb
CHANGED