Skip to content

Commit

Permalink
Add post_install note about removing oauth/oauth2 dependencis
Browse files Browse the repository at this point in the history
  • Loading branch information
Raz authored Jun 12, 2016
1 parent c2ccad5 commit cd90c5b
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit cd90c5b

Please sign in to comment.