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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/sigmund/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 04869d6df5edfc8be15b695c2efa7c48e1ae7b5e
4
- data.tar.gz: 0dadab9b98741b7e755efbfb843672f3dee47a25
3
+ metadata.gz: 8c6d34e0067561d61b99af9f7b7e6dbbc0ee65ae
4
+ data.tar.gz: aadcf5febf47473aeaa38f42e65e5f92f8593c94
5
5
  SHA512:
6
- metadata.gz: c7fcf52f1a82477889fae5e4f0f4bf7873e94c8035ea08e802edf69d48f416d87fbb6bdaf0d6ef57fe7bbccdae7b2140873e85dff4811991d5ac616cb797dac7
7
- data.tar.gz: 23b0e3ecf935a1f3cca0603b973fe889e19da34dd4de1519e2043da5a598556c3919ba4a108c08b87a566c14c91b5175e29199aa8fcb5e4f42db8a7ebddd0fce
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
 
@@ -1,3 +1,3 @@
1
1
  module Sigmund
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sigmund
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonard van Driel