Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add post_install note about removing oauth/oauth2 dependencis #781

Merged
merged 1 commit into from
Jun 24, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sorcery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Gem::Specification.new do |s|
s.description = "Provides common authentication needs such as signing in/out, activating by email and resetting password."
s.summary = "Magical authentication for Rails 3 & 4 applications"
s.homepage = "http://github.com/NoamB/sorcery"
s.post_install_message = "As of version 1.0 oauth/oauth2 won't be automatically bundled\n"
s.post_install_message += "you need to add those dependencies to your Gemfile"

s.files = `git ls-files`.split($/)
s.require_paths = ["lib"]
Expand Down