Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pencil committed Feb 9, 2015
1 parent 6e55c27 commit bca2e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion casino-ldap_authenticator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'coveralls'

s.add_runtime_dependency 'net-ldap', '~> 0.3'
s.add_runtime_dependency 'casino', '~> 3.0.0'
s.add_runtime_dependency 'casino', '>= 3.0.0', '< 5.0.0'
end
2 changes: 1 addition & 1 deletion lib/casino/ldap_authenticator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module CASino
class LDAPAuthenticator
VERSION = '2.0.3'
VERSION = '3.0.0.pre1'
end
end

0 comments on commit bca2e7d

Please sign in to comment.