Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
[project @ Version: 2.1.3]
Browse files Browse the repository at this point in the history
  • Loading branch information
tailor committed Dec 16, 2008
1 parent bad10ba commit 220bdb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.2'
s.version = '2.1.3'
s.author = 'JanRain, Inc'
s.email = 'openid@janrain.com'
s.homepage = 'http://openidenabled.com/ruby-openid/'
Expand Down
2 changes: 1 addition & 1 deletion lib/openid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# permissions and limitations under the License.

module OpenID
VERSION = "2.1.2"
VERSION = "2.1.3"
end

require "openid/consumer"
Expand Down

0 comments on commit 220bdb0

Please sign in to comment.