Commit 838c7dc
Changed files (1)
jive.gemspec
@@ -26,10 +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
+ spec.post_install_message = <<~MESSAGE
+ Include the following in your ~/.bash_profile
- source #{__dir__}/jive.sh
-MESSAGE
+ source #{__dir__}/jive.sh
+ MESSAGE
spec.add_dependency "thor", "~> 1.1"
end