Module: ProjectHealth

Defined in:
lib/project-health.rb,
lib/project-health/config.rb,
lib/project-health/project.rb,
lib/project-health/version.rb,
lib/project-health/report/basic.rb,
lib/project-health/report/issues.rb,
lib/project-health/report/pull_requests.rb

Defined Under Namespace

Classes: BasicReport, IssuesReport, Project, PullRequestsReport

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Class Method Details

.configure(&block) ⇒ Object



11
12
13
# File 'lib/project-health.rb', line 11

def configure(&block)
  Project.configure(&block)
end

.new(*args) ⇒ Object



8
9
10
# File 'lib/project-health.rb', line 8

def new(*args)
  Project.new(*args)
end