From cd90c5b3d08cea9901bbf46664ab06a77228974f Mon Sep 17 00:00:00 2001 From: Raz Date: Sun, 12 Jun 2016 04:13:58 +0200 Subject: [PATCH] Add post_install note about removing oauth/oauth2 dependencis https://github.com/NoamB/sorcery/pull/780 --- sorcery.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sorcery.gemspec b/sorcery.gemspec index 373a8421..e2fbb2a9 100644 --- a/sorcery.gemspec +++ b/sorcery.gemspec @@ -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"]