PageRenderTime 47ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/gitpusher/repo/bitbucket.rb

https://bitbucket.org/KitaitiMakoto/gitpusher
Ruby | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 8c81dae0b2d75235207c1d4d9c92687b MD5 | raw file
  1. module GitPusher
  2. module Repo
  3. class BitBucket < Base
  4. end
  5. end
  6. end