merb_openid 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -9,7 +9,7 @@ Installation
9
9
 
10
10
  Easy:
11
11
 
12
- gem install danwrong-merb_openid --source http://gems.github.com
12
+ gem install merb_openid
13
13
 
14
14
  Then in your application's init.rb:
15
15
 
@@ -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.2
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-06-25 00:00:00 +01:00
12
+ date: 2008-09-28 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency