power_stencil.gemspec in power_stencil-0.3.2 vs power_stencil.gemspec in power_stencil-0.3.3
- old
+ new
@@ -27,6 +27,16 @@
spec.add_dependency 'climatic', '~> 0.2', '>= 0.2.26'
spec.add_dependency 'dir_glob_ignore', '~> 0.3'
spec.add_dependency 'universe_compiler', '~> 0.2', '>= 0.2.11'
spec.add_dependency 'pry'
+
+ spec.post_install_message = %Q{
+Thank you for installing PowerStencil #{PowerStencil::VERSION} !
+From the command line you can run `power_stencil --help`
+If your shell is not completing the command:
+ If you use rbenv: `rbenv rehash`
+ If you use zsh : `rehash`
+
+Feel free to report issues: https://gitlab.com/tools4devops/power_stencil/issues
+ }
end