module Bimble::Helpers::Strings
Public Instance Methods
branch_name()
click to toggle source
# File lib/bimble/helpers/strings.rb, line 3 def branch_name "update-dependencies-#{Date.today.to_s}" end
commit_message()
click to toggle source
# File lib/bimble/helpers/strings.rb, line 7 def commit_message "automatically updated dependencies" end
pull_request_body()
click to toggle source
# File lib/bimble/helpers/strings.rb, line 15 def pull_request_body "Automatically updated by Bimble" end
pull_request_title()
click to toggle source
# File lib/bimble/helpers/strings.rb, line 11 def pull_request_title "Updated dependencies" end