diff --git a/lib/omniauth-ldap/version.rb b/lib/omniauth-ldap/version.rb index fc50a34..f1fa0ab 100644 --- a/lib/omniauth-ldap/version.rb +++ b/lib/omniauth-ldap/version.rb @@ -1,5 +1,5 @@ module OmniAuth module LDAP - VERSION = "1.0.0.rc1" + VERSION = "1.0.0.rc2" end end diff --git a/omniauth-ldap.gemspec b/omniauth-ldap.gemspec index 955c3fe..5b9fefb 100644 --- a/omniauth-ldap.gemspec +++ b/omniauth-ldap.gemspec @@ -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' diff --git a/pkg/omniauth-ldap-1.0.0.rc1.gem b/pkg/omniauth-ldap-1.0.0.rc1.gem new file mode 100644 index 0000000..77011eb Binary files /dev/null and b/pkg/omniauth-ldap-1.0.0.rc1.gem differ