azure_auth 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b06b84cfed2961ddd8f66bc7a3fa08e2d93fc695
4
- data.tar.gz: 4212c62e10005cc878c25c5ff26337e89f458865
3
+ metadata.gz: 28d410056349574fc08c050d7aa7add14d5b8ba5
4
+ data.tar.gz: 9e5d8271db1861a00b5551db4af42e55b50ae19c
5
5
  SHA512:
6
- metadata.gz: f508e94f31c43e5c921a14b4d643e68fb73503f9f615ffb222a8d57a3669fb428bc0ec321edcdbaa346708177a1fdebd1de65145397b394fc8f4d5d0ee40fedc
7
- data.tar.gz: fcd0f64358a8c35101cf61983da4b09b67bfdc96108095b707212dad1b684eaf64ff08a7d0e4e1d510af0069435e6e6ffe1d950d1d438b4cdbad4b8c8b56e6ab
6
+ metadata.gz: 8e40b73c9fb4d5e7b9405f31965d9cdfddbb36272aec8e2e29883ef3dd851c8e09df1e11786438c26141f77064aa0b0a38f9b1419cd4e632ae9cff777a12be85
7
+ data.tar.gz: 26b644f75b7934137d8cef5f1fc71fecf3544452270ed09f070a94e34de7fab70dad83936666d7ca0607d7e7db5aad10670ddfc30b8d831a20925d1c459239ca
data/README.md CHANGED
@@ -20,7 +20,7 @@ Or install it yourself as:
20
20
 
21
21
  1- You need to run:
22
22
  $ rails g azure_auth:steps
23
- to create the authentication controller that handle the authentication steps.
23
+ to create the authentication controller that handle the authentication process.
24
24
  2- Use "/authenticate" url to start the authentication process.
25
25
 
26
26
  ## Contributing
@@ -29,4 +29,4 @@ Or install it yourself as:
29
29
  2. Create your feature branch (`git checkout -b my-new-feature`)
30
30
  3. Commit your changes (`git commit -am 'Add some feature'`)
31
31
  4. Push to the branch (`git push origin my-new-feature`)
32
- 5. Create new Pull Request
32
+ 5. Create new Pull Request
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = AzureAuth::VERSION
9
9
  spec.authors = ["Ahmed Ali"]
10
10
  spec.email = ["ahmedrali2@gmail.com"]
11
- spec.date = "2013-09-30"
12
- spec.summary = "azure_auth uses 'Peerialism authentication HUB' web site that manages token exchanges with the Azure ACS, encryption etc."
13
- spec.description = "azure_auth uses 'Peerialism authentication HUB' web site that manages token exchanges with the Azure ACS, encryption etc."
11
+ spec.date = "2013-10-01"
12
+ spec.summary = "omniauth-azure-ad uses 'Peerialism authentication HUB' web site that manages token exchanges with the Azure ACS, encryption etc."
13
+ spec.description = "omniauth-azure-ad uses 'Peerialism authentication HUB' web site that manages token exchanges with the Azure ACS, encryption etc."
14
14
  spec.homepage = ""
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module AzureAuth
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmed Ali
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-30 00:00:00.000000000 Z
11
+ date: 2013-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,8 +52,8 @@ dependencies:
52
52
  - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: azure_auth uses 'Peerialism authentication HUB' web site that manages
56
- token exchanges with the Azure ACS, encryption etc.
55
+ description: omniauth-azure-ad uses 'Peerialism authentication HUB' web site that
56
+ manages token exchanges with the Azure ACS, encryption etc.
57
57
  email:
58
58
  - ahmedrali2@gmail.com
59
59
  executables: []
@@ -95,6 +95,6 @@ rubyforge_project:
95
95
  rubygems_version: 2.0.3
96
96
  signing_key:
97
97
  specification_version: 4
98
- summary: azure_auth uses 'Peerialism authentication HUB' web site that manages token
99
- exchanges with the Azure ACS, encryption etc.
98
+ summary: omniauth-azure-ad uses 'Peerialism authentication HUB' web site that manages
99
+ token exchanges with the Azure ACS, encryption etc.
100
100
  test_files: []