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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28d410056349574fc08c050d7aa7add14d5b8ba5
4
- data.tar.gz: 9e5d8271db1861a00b5551db4af42e55b50ae19c
3
+ metadata.gz: efa4eacdeb32e5b419269fd48826cc74cf846fd0
4
+ data.tar.gz: 56a7c5c5ba3691f0878d6fcc2c1490e3cc7387b2
5
5
  SHA512:
6
- metadata.gz: 8e40b73c9fb4d5e7b9405f31965d9cdfddbb36272aec8e2e29883ef3dd851c8e09df1e11786438c26141f77064aa0b0a38f9b1419cd4e632ae9cff777a12be85
7
- data.tar.gz: 26b644f75b7934137d8cef5f1fc71fecf3544452270ed09f070a94e34de7fab70dad83936666d7ca0607d7e7db5aad10670ddfc30b8d831a20925d1c459239ca
6
+ metadata.gz: 409b4971a0fc7f24599240af50d1db003a4aa4cf075d5fd367f934f48bfedf26b9aab9dd22b2b5d687a8fdfceb47c14e1662b52c6378ef2ffccf12ad8eb584f9
7
+ data.tar.gz: 745df95b1e4b636d38d61987f148267fe2386635199ffdb15ed8e6b4fd448da835bb67cc06306b47f6588a70f7a75c567cf9fed564e7e78509e029089fca38f5
@@ -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($/)
@@ -1,3 +1,3 @@
1
1
  module AzureAuth
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
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.3
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: {}