Skip to content

Commit d51e7c9

Browse files
author
tailor
committed
[project @ Up version to 2.1.5]
Ignore-this: 9f500a47200c6e2edb54057ebe9b19a0
1 parent 5c85bf3 commit d51e7c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'rubygems'
33
SPEC = Gem::Specification.new do |s|
44
s.name = `cat admin/library-name`.strip
55
# s.version = `darcs changes --tags= | awk '$1 == "tagged" { print $2 }' | head -n 1`.strip
6-
s.version = '2.1.4'
6+
s.version = '2.1.5'
77
s.author = 'JanRain, Inc'
88
s.email = '[email protected]'
99
s.homepage = 'http://openidenabled.com/ruby-openid/'

lib/openid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# permissions and limitations under the License.
1414

1515
module OpenID
16-
VERSION = "2.1.4"
16+
VERSION = "2.1.5"
1717
end
1818

1919
require "openid/consumer"

0 commit comments

Comments
 (0)