Skip to content

Commit 3242f85

Browse files
committed
Bump version
1 parent 6717bbe commit 3242f85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/omniauth-ldap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module LDAP
3-
VERSION = "1.0.5"
3+
VERSION = "2.0.0"
44
end
55
end

omniauth-ldap.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
require File.expand_path('../lib/omniauth-ldap/version', __FILE__)
33

44
Gem::Specification.new do |gem|
5-
gem.authors = ["Ping Yu"]
6-
gem.email = ["[email protected]"]
5+
gem.authors = ["Ping Yu", "Tom Milewski"]
6+
77
gem.description = %q{A LDAP strategy for OmniAuth.}
88
gem.summary = %q{A LDAP strategy for OmniAuth.}
99
gem.homepage = "https://github.com/intridea/omniauth-ldap"

0 commit comments

Comments
 (0)