diff --git a/ruby-openid.gemspec b/ruby-openid.gemspec index ba13e346..c3896672 100644 --- a/ruby-openid.gemspec +++ b/ruby-openid.gemspec @@ -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.9.1' + s.version = '2.1.9.2' s.author = 'JanRain, Inc' s.email = 'openid@janrain.com' s.homepage = 'http://github.com/openid/ruby-openid'