forked from entp/ruby-openid
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of git://github.com/agoragames/ruby-openid
Conflicts: lib/openid.rb lib/openid/store/memcache.rb lib/openid/util.rb ruby-openid.gemspec test/test_accept.rb test/test_association.rb test/test_associationmanager.rb Reverted Mike Mell's changes to memcached store in favor of agoragames memcached Dalli changes.
- Loading branch information
Joseph Chen
committed
Mar 23, 2012
1 parent
1c1aa19
commit 6c9189d
Showing
7 changed files
with
40 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
require 'rubygems' | ||
|
||
SPEC = Gem::Specification.new do |s| | ||
s.name = `cat admin/library-name`.strip | ||
# s.version = `darcs changes --tags= | awk '$1 == "tagged" { print $2 }' | head -n 1`.strip | ||
s.version = '2.1.9.2' | ||
spec = Gem::Specification.new do |s| | ||
s.name = 'ruby-openid' | ||
s.version = '2.1.9.3' | ||
s.author = 'JanRain, Inc' | ||
s.email = '[email protected]' | ||
s.homepage = 'http://github.com/openid/ruby-openid' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters