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.
- checksums.yaml +4 -4
- data/lib/spriv/version.rb +1 -1
- data/spriv.gemspec +6 -3
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1415e0a9b36894728bda85e0ee0deafc2a9b5458
|
4
|
+
data.tar.gz: b7e01392ad1725991dccaf348b0df32bd0c039f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34907fab7d2a413b107b7f5ebd05a0d7c8533f434b7a93c2bc906bb6b5543abfb34b4f57c9dc606296d552674446b7b01251229218bca4bc541c0ef86dcf85a6
|
7
|
+
data.tar.gz: 3f6d9c0e0693f8a6ed6755b3ff007c98f3a708f495d18d32fb0c602afb35b441da72d80170f3eaa0679d552aecc52bbb3aff2a964358287c3216f49858614c28
|
data/lib/spriv/version.rb
CHANGED
data/spriv.gemspec
CHANGED
@@ -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{
|
15
|
-
|
16
|
-
|
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.
|
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-
|
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
|
-
|
57
|
-
|
58
|
-
|
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: []
|