Skip to content

Commit c42dae1

Browse files
author
Lilli
committed
Removed/changed references to openidenabled.com. At this time, not every reference has been updated.
1 parent d3ed6ac commit c42dae1

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
This product includes software developed by JanRain,
2-
available from http://openidenabled.com/
2+
available from http://github.com/openid/ruby-openid

README

+3-4
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,17 @@ look at the library itself if there's anything you don't understand in
4848
the examples.
4949

5050
==Homepage
51-
http://openidenabled.com/ruby-openid/
51+
http://github.com/openid/ruby-openid
5252

5353
See also:
5454
http://openid.net/
55-
http://openidenabled.com/
5655

5756
==Community
5857
Discussion regarding the Ruby OpenID library and other JanRain OpenID
5958
libraries takes place on the the OpenID mailing list on
60-
openidenabled.com.
59+
openid.net.
6160

62-
http://lists.openidenabled.com/mailman/listinfo/dev
61+
http://openid.net/developers/dev-mailing-lists/
6362

6463
Please join this list to discuss, ask implementation questions, report
6564
bugs, etc. Also check out the openid channel on the freenode IRC

gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPEC = Gem::Specification.new do |s|
66
s.version = '2.1.8'
77
s.author = 'JanRain, Inc'
88
s.email = 'openid@janrain.com'
9-
s.homepage = 'http://openidenabled.com/ruby-openid/'
9+
s.homepage = 'http://github.com/openid/ruby-openid'
1010
s.platform = Gem::Platform::RUBY
1111
s.summary = 'A library for consuming and serving OpenID identities.'
1212
files = Dir.glob("{examples,lib,test}/**/*")

0 commit comments

Comments
 (0)