omniauth-verzion 0.1.2 → 0.1.3
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/omniauth/verzion/version.rb +1 -1
- data/omniauth-verzion.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f153b32e7878cf0980542650d678a4ff75dc367
|
|
4
|
+
data.tar.gz: 838e7ec28e253d9e639adbbf766b0f73c2a09ede
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 586c594df602cbeac888233afa625e325902a9005779f3a458e8514932b95b336b271633bd16f6eff020b2ac719344639804329c475ad7d30e90e6df0f75f508
|
|
7
|
+
data.tar.gz: 870dbc1f9c44654988ef0af671d9eff8572ac06463a698667a86f46d8734a2b28b1bb7f689758a9646fbecbd4d47b53d26a999c8ffb6dc18392ff8a2be74809d
|
data/omniauth-verzion.gemspec
CHANGED
|
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
# spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server."
|
|
14
14
|
# end
|
|
15
15
|
|
|
16
|
-
spec.summary = %q{
|
|
17
|
-
spec.description = %q{
|
|
16
|
+
spec.summary = %q{A Verzion using access-token strategy for OmniAuth. Can be used for client side Verzion login.}
|
|
17
|
+
spec.description = %q{A Verzion using access-token strategy for OmniAuth. Can be used for client side Verzion login}
|
|
18
18
|
spec.homepage = "https://github.com/intele73/omniauth-verzion"
|
|
19
19
|
spec.license = "MIT"
|
|
20
20
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-verzion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mahtab Alam
|
|
@@ -66,7 +66,8 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '1.1'
|
|
69
|
-
description:
|
|
69
|
+
description: A Verzion using access-token strategy for OmniAuth. Can be used for client
|
|
70
|
+
side Verzion login
|
|
70
71
|
email:
|
|
71
72
|
- storeapp73@gmail.com
|
|
72
73
|
executables: []
|
|
@@ -109,5 +110,6 @@ rubyforge_project:
|
|
|
109
110
|
rubygems_version: 2.5.1
|
|
110
111
|
signing_key:
|
|
111
112
|
specification_version: 4
|
|
112
|
-
summary:
|
|
113
|
+
summary: A Verzion using access-token strategy for OmniAuth. Can be used for client
|
|
114
|
+
side Verzion login.
|
|
113
115
|
test_files: []
|