Module: RepoMiner
- Defined in:
- lib/repo_miner.rb,
lib/repo_miner/commit.rb,
lib/repo_miner/version.rb,
lib/repo_miner/repository.rb,
lib/repo_miner/miners/email.rb,
lib/repo_miner/miners/dependencies.rb
Defined Under Namespace
Modules: Miners Classes: Commit, Repository
Constant Summary collapse
- VERSION =
"0.3.0"
Class Method Summary collapse
Class Method Details
.analyse(repo_path, branch = 'master', since = nil) ⇒ Object
12 13 14 |
# File 'lib/repo_miner.rb', line 12 def self.analyse(repo_path, branch = 'master', since = nil) Repository.new(repo_path).analyse(branch, since) end |