We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c85bf3 commit d51e7c9Copy full SHA for d51e7c9
gemspec
@@ -3,7 +3,7 @@ require 'rubygems'
3
SPEC = Gem::Specification.new do |s|
4
s.name = `cat admin/library-name`.strip
5
# s.version = `darcs changes --tags= | awk '$1 == "tagged" { print $2 }' | head -n 1`.strip
6
- s.version = '2.1.4'
+ s.version = '2.1.5'
7
s.author = 'JanRain, Inc'
8
s.email = '[email protected]'
9
s.homepage = 'http://openidenabled.com/ruby-openid/'
lib/openid.rb
@@ -13,7 +13,7 @@
13
# permissions and limitations under the License.
14
15
module OpenID
16
- VERSION = "2.1.4"
+ VERSION = "2.1.5"
17
end
18
19
require "openid/consumer"
0 commit comments