We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ba5c8 commit 1fa3a39Copy full SHA for 1fa3a39
suo.gemspec
@@ -28,4 +28,18 @@ Gem::Specification.new do |spec|
28
spec.add_development_dependency "rubocop", "~> 0.49.0"
29
spec.add_development_dependency "minitest", "~> 5.5.0"
30
spec.add_development_dependency "codeclimate-test-reporter", "~> 0.4.7"
31
+
32
+ spec.post_install_message = <<~MSG
33
+ **BREAKING CHANGE**
34
35
+ 'dalli' and 'redis' gems are not automatically installed with 'suo' anymore.
36
37
+ Please make sure to add the gem you use to your gemfile.
38
39
+ If you use `Suo::Client::Memcached`:
40
+ gem 'dalli'
41
42
+ If you use `Suo::Client::Redis`:
43
+ gem 'redis'
44
+ MSG
45
end
0 commit comments