Skip to content

Commit

Permalink
Merge pull request #781 from mad-raz/patch-1
Browse files Browse the repository at this point in the history
Add post_install note about removing oauth/oauth2 dependencis
  • Loading branch information
arnvald committed Jun 24, 2016
2 parents c2ccad5 + cd90c5b commit 5344880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sorcery.gemspec
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 5344880

Please sign in to comment.