Skip to content

Commit

Permalink
Bumping to v1.0.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Oct 28, 2011
1 parent 5c91e09 commit ecc1286
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 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.0.rc1"
VERSION = "1.0.0.rc2"
end
end
2 changes: 1 addition & 1 deletion omniauth-ldap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{A LDAP strategy for OmniAuth.}
gem.homepage = "https://github.com/intridea/omniauth-ldap"

gem.add_runtime_dependency 'omniauth', '1.0.0.beta1'
gem.add_runtime_dependency 'omniauth', '~> 1.0.0.rc2'
gem.add_runtime_dependency 'net-ldap', '~>0.2.2'
gem.add_runtime_dependency 'pyu-ruby-sasl', '~> 0.0.3.1'
gem.add_runtime_dependency 'rubyntlm', '~> 0.1.1'
Expand Down
Binary file added pkg/omniauth-ldap-1.0.0.rc1.gem
Binary file not shown.

0 comments on commit ecc1286

Please sign in to comment.