Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Jan 9, 2018
1 parent 6717bbe commit 3242f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-ldap/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module LDAP
VERSION = "1.0.5"
VERSION = "2.0.0"
end
end
4 changes: 2 additions & 2 deletions omniauth-ldap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
require File.expand_path('../lib/omniauth-ldap/version', __FILE__)

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

0 comments on commit 3242f85

Please sign in to comment.