Commit f010c33
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