omniauth-codissimo 0.0.5 → 0.0.6
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.rdoc +2 -2
- data/lib/omniauth-codissimo/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e59df8b5f88e86b5a9273d0e9425877b7d1ac9d7
|
4
|
+
data.tar.gz: bad0ff260f93ec00942959d9538e1c119194314e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3ebc00f776231b0b685c7796e2c83458fdde24d01d7261d5a033248625762a2b63a14dc90b6381d65a0dc28f22e270d888dd739523ed6e30813e6d3723e9ac2
|
7
|
+
data.tar.gz: 251cca316aa0b0bfb3ad9e8cc8339e9c2835003d455f107841281a95acb6b4c424443bbf682eaefe7444829fadfee916adb0536c62fd042aeedb22fff3f55c43
|
data/README.rdoc
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
=
|
1
|
+
= Omniauth Codissimo
|
2
2
|
|
3
|
-
|
3
|
+
Omniauth Strategy for internal purposes of Codissimo Ltd.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-codissimo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michal Hlavacek
|
@@ -14,31 +14,31 @@ dependencies:
|
|
14
14
|
name: omniauth
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: omniauth-oauth2
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description: Omniauth-
|
41
|
+
description: Omniauth-codissimo is an strategy to Omniauth gem. It performs authentication
|
42
42
|
with Codissimo Account.
|
43
43
|
email:
|
44
44
|
- michal@codissimo.co.uk
|