omniauth-alephx 0.1.0 → 0.1.1
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 +8 -8
- data/VERSION +1 -1
- data/lib/omniauth/strategies/alephx.rb +1 -1
- data/omniauth-alephx.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Yzc2MTA0OGIwZGI4ZTczZGFhODdkOGE3MjBmNDc5Y2Q4ZTMxOTc4Zg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZDMxNTMyMDllN2U3MDQ2MTVjNTJmZGM2M2I2M2ZkODQ3OWY5OGY3Mw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OGRlYWIzZjNlYWY5ZmEyNTkxZGNmNzE0NTBhNDcwNmI1OWI3ZDU5NmFmZWQ5
|
|
10
|
+
ZGRiMGEzMmI1NGZmNjI2ZDhkZjM0OGQwYmMwMWY0ZjVhMmI1ZDU0ZDdlNzNm
|
|
11
|
+
ZGRkZDFkNmI3M2ExNjk2MmYyNWIzNjMyNTVlNmFkMjg4Y2JmMTY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YzdjMjY0NTA5Zjg2MmNlNDI1OWNkNWI4ZWE4NjYxNWQ1NThiOGE0NTY0NDBm
|
|
14
|
+
MTUzMGExYjkwZThiODkzNGJiYzg5NDcyOGEyZDJmMTMxYWI2Y2I5ZDNlZWY1
|
|
15
|
+
NDRmMzNmYTZhOWMxMjEwODQ4ZDcwZmI0MGE5ZjZmZDVmMzY3YmI=
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
|
@@ -8,7 +8,7 @@ module OmniAuth
|
|
|
8
8
|
|
|
9
9
|
#required
|
|
10
10
|
option :url # :url => "http://aleph.ugent.be/X"
|
|
11
|
-
option :library
|
|
11
|
+
option :library # :library => "rug50"
|
|
12
12
|
|
|
13
13
|
#only for test purpose (if you do not specify the option :form, a form will be created, using these options)
|
|
14
14
|
option :title_form, "Aleph authentication"
|
data/omniauth-alephx.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: omniauth-alephx 0.1.
|
|
5
|
+
# stub: omniauth-alephx 0.1.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "omniauth-alephx"
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.authors = ["Nicolas Franck"]
|