Sha256: 21817df8426e36bd581aa7894a86914735278585897f321a5c8444473dde9354
Contents?: true
Size: 254 Bytes
Versions: 3
Compression:
Stored size: 254 Bytes
Contents
module BackupRepos module Performers class BitbucketGitWiki < BitbucketGitRepository def clone_url "git@bitbucket.org:#{full_name}.git/wiki" end def backup_path "#{full_name}.wiki.git" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems