spriv 0.1.1 → 0.1.4

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/lib/spriv/version.rb +1 -1
  3. data/spriv.gemspec +6 -3
  4. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63c5e9012f3323093da137b659e042a1c80a9fde
4
- data.tar.gz: ef6da2d7a9f55967cd39989b69c1f2ce55370404
3
+ metadata.gz: 1415e0a9b36894728bda85e0ee0deafc2a9b5458
4
+ data.tar.gz: b7e01392ad1725991dccaf348b0df32bd0c039f6
5
5
  SHA512:
6
- metadata.gz: 8ae62580072ba0f04712606f3a4d7e9555ec78a56bf76e04103552bffa6ea24b2f2d2214d7185f215ca8e207b3ae80f263d2467a0ff0345f56d5907d6ca7a5d8
7
- data.tar.gz: 9e9eab7a29c6d9c1b7408fc12304782b033233f101f3c001980c17ee87dfe4dda02c0e3977fb29bb2534c119b468b25518fddac3759821b5e272102159028cd8
6
+ metadata.gz: 34907fab7d2a413b107b7f5ebd05a0d7c8533f434b7a93c2bc906bb6b5543abfb34b4f57c9dc606296d552674446b7b01251229218bca4bc541c0ef86dcf85a6
7
+ data.tar.gz: 3f6d9c0e0693f8a6ed6755b3ff007c98f3a708f495d18d32fb0c602afb35b441da72d80170f3eaa0679d552aecc52bbb3aff2a964358287c3216f49858614c28
@@ -1,3 +1,3 @@
1
1
  module Spriv
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -11,9 +11,12 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Ruby wrapper of Spriv API which provides different ways
13
13
  of two factor authentication.}
14
- spec.description = %q{There are Four differet ways of two factor
15
- authentication which you can add to your website using Spriv and make the
16
- internet world more secure.}
14
+ spec.description = %q{ Spriv is a multi-factor authentication platform includes
15
+ Adaptive Risk Based Two Factor Authentication that is patent protected. Most
16
+ users understand that 2FA is a very good thing but won’t tolerate 2FA intervention
17
+ every time they login - this is Spriv’s sweet spot! For more information,
18
+ videos or to contact Spriv’s technical team please go to www.spriv.com
19
+ }
17
20
  spec.homepage = "https://spriv.com/"
18
21
  spec.license = "MIT"
19
22
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spriv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Altruist2692
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-04 00:00:00.000000000 Z
11
+ date: 2017-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,10 +52,11 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.0'
55
- description: |-
56
- There are Four differet ways of two factor
57
- authentication which you can add to your website using Spriv and make the
58
- internet world more secure.
55
+ description: " Spriv is a multi-factor authentication platform includes\n Adaptive
56
+ Risk Based Two Factor Authentication that is patent protected. Most\n users understand
57
+ that 2FA is a very good thing but won’t tolerate 2FA intervention\n every time
58
+ they login - this is Spriv’s sweet spot! For more information,\n videos or to
59
+ contact Spriv’s technical team please go to www.spriv.com\n "
59
60
  email:
60
61
  - altruist2692@gmail.com
61
62
  executables: []