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 Nov 19, 2014
1 parent 5250ac5 commit 2f3ef40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion casino-activerecord_authenticator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'activerecord', '~> 4.1.0'
s.add_runtime_dependency 'unix-crypt', '~> 1.1'
s.add_runtime_dependency 'bcrypt', '~> 3.0'
s.add_runtime_dependency 'casino', '~> 3.0.0'
s.add_runtime_dependency 'casino', '>= 3.0.0', '< 5.0.0'
s.add_runtime_dependency 'phpass-ruby', '~> 0.1'
end
2 changes: 1 addition & 1 deletion lib/casino/activerecord_authenticator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module CASino
class ActiveRecordAuthenticator
VERSION = '3.0.0'
VERSION = '4.0.0.pre.1'
end
end

0 comments on commit 2f3ef40

Please sign in to comment.