azure_auth 0.2.3 → 0.2.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/azure_auth.gemspec +1 -1
- data/lib/azure_auth/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: efa4eacdeb32e5b419269fd48826cc74cf846fd0
|
|
4
|
+
data.tar.gz: 56a7c5c5ba3691f0878d6fcc2c1490e3cc7387b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 409b4971a0fc7f24599240af50d1db003a4aa4cf075d5fd367f934f48bfedf26b9aab9dd22b2b5d687a8fdfceb47c14e1662b52c6378ef2ffccf12ad8eb584f9
|
|
7
|
+
data.tar.gz: 745df95b1e4b636d38d61987f148267fe2386635199ffdb15ed8e6b4fd448da835bb67cc06306b47f6588a70f7a75c567cf9fed564e7e78509e029089fca38f5
|
data/azure_auth.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.date = "2013-10-01"
|
|
12
12
|
spec.summary = "omniauth-azure-ad uses 'Peerialism authentication HUB' web site that manages token exchanges with the Azure ACS, encryption etc."
|
|
13
13
|
spec.description = "omniauth-azure-ad uses 'Peerialism authentication HUB' web site that manages token exchanges with the Azure ACS, encryption etc."
|
|
14
|
-
spec.homepage = ""
|
|
14
|
+
spec.homepage = "https://github.com/Ahmedrali/azure_auth"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files`.split($/)
|
data/lib/azure_auth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ahmed Ali
|
|
@@ -72,7 +72,7 @@ files:
|
|
|
72
72
|
- lib/azure_auth/version.rb
|
|
73
73
|
- lib/generators/azure_auth/steps/steps_generator.rb
|
|
74
74
|
- lib/generators/azure_auth/steps/templates/auth_controller.rb
|
|
75
|
-
homepage:
|
|
75
|
+
homepage: https://github.com/Ahmedrali/azure_auth
|
|
76
76
|
licenses:
|
|
77
77
|
- MIT
|
|
78
78
|
metadata: {}
|