authi 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c8e642e8a4f623ad706645634ce3649503418e2
4
- data.tar.gz: c797223eff7fb120b58a58d2027f594e9bd9303f
3
+ metadata.gz: 9089618306eec16a3a88d3af587a3e3adccd1344
4
+ data.tar.gz: f552033c614fc0b71d51b47a189ed0b9cd025171
5
5
  SHA512:
6
- metadata.gz: ae732dade8677ccf0ecfcc08fa2b78a42e6237e00f2afe42d50ad787e43ee265764da1648c9a82edcce12c2d5b99b55526257518b53d64c3b8dd24a475c6a329
7
- data.tar.gz: f4d56ed1bff4149b1d584350062d2b16be4343e9418cbe9a2bb26cfe09c82dde08232c4d753f294e1962e3124b4288d253e97bebdb7c36ed52741dafa23a4082
6
+ metadata.gz: 8362258b86f61f1511aae83b093310062bfd353f538ce3389ee8cdac45fd2b9a56a1139dfe72174dfac376817d10edf70cc22355e064a2544caea26fea520623
7
+ data.tar.gz: bb2cc04037bf4181c59a8c96ba79f03c9d6151e9dc77b369236efbeab2527191594e02f40b40af4023e6e36883cd6504d84234c9706d8de7401e752624b88499
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authi
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
  - Nithin Kumar
@@ -14,7 +14,7 @@ description: Authi is a Ruby gem designed to be used both in your client and ser
14
14
  HTTP-based applications. It implements the authentication methods based on HMAC-SHA1
15
15
  encryption algorithm and a pre-shared key.The gem will sign your requests on the
16
16
  client side and authenticate that signature on the server side. It will even generate
17
- the secret keys necessary for your clients to sign their requests.]
17
+ the secret keys necessary for your clients to sign their requests.# Client Side
18
18
  email: kv.nithin.90@gmail.com
19
19
  executables: []
20
20
  extensions: []