merb_openid 0.0.2 → 0.0.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.
- data/README +1 -1
- data/lib/merb_openid/controller_extensions.rb +2 -2
- metadata +2 -2
data/README
CHANGED
|
@@ -93,11 +93,11 @@ module MerbOpenID
|
|
|
93
93
|
end
|
|
94
94
|
|
|
95
95
|
def openid_trust_root
|
|
96
|
-
@openid_trust_root ||= [request.protocol, request.host, "/"].join
|
|
96
|
+
@openid_trust_root ||= [request.protocol, '://', request.host, "/"].join
|
|
97
97
|
end
|
|
98
98
|
|
|
99
99
|
def openid_return_to
|
|
100
|
-
@openid_return_to ||= [request.protocol, request.host, request.uri].join
|
|
100
|
+
@openid_return_to ||= [request.protocol, '://', request.host, request.uri].join
|
|
101
101
|
end
|
|
102
102
|
|
|
103
103
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: merb_openid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Webb
|
|
@@ -9,7 +9,7 @@ autorequire: merb_openid
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-
|
|
12
|
+
date: 2008-09-28 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|