Module: Bimble::Helpers::Strings

Included in:
GitStrategy::Clone, GitStrategy::GithubApi
Defined in:
lib/bimble/helpers/strings.rb

Instance Method Summary collapse

Instance Method Details

#branch_nameObject



3
4
5
# File 'lib/bimble/helpers/strings.rb', line 3

def branch_name
  "update-dependencies-#{Date.today.to_s}"
end

#commit_messageObject



7
8
9
# File 'lib/bimble/helpers/strings.rb', line 7

def commit_message
  "automatically updated dependencies"
end

#pull_request_bodyObject



15
16
17
# File 'lib/bimble/helpers/strings.rb', line 15

def pull_request_body
  "Automatically updated by Bimble"
end

#pull_request_titleObject



11
12
13
# File 'lib/bimble/helpers/strings.rb', line 11

def pull_request_title
  "Updated dependencies"
end