Commit f010c33

mo khan <mo@mokhan.ca>
2021-02-06 00:34:59
feat: ass post install message
1 parent b334775
Changed files (1)
jive.gemspec
@@ -26,6 +26,10 @@ Gem::Specification.new do |spec|
   spec.bindir        = "exe"
   spec.executables   = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
   spec.require_paths = ["lib"]
+  spec.post_install_message = <<-MESSAGE
+Include the following in your ~/.bash_profile
 
+  source #{__dir__}/jive.sh
+MESSAGE
   spec.add_dependency "thor", "~> 1.1"
 end