Module: ErrbitGithubPlugin

Defined in:
lib/errbit_github_plugin.rb,
lib/errbit_github_plugin/error.rb,
lib/errbit_github_plugin/version.rb,
lib/errbit_github_plugin/issue_tracker.rb

Defined Under Namespace

Classes: AuthenticationError, IssueTracker

Constant Summary collapse

VERSION =
'0.3.0'

Class Method Summary collapse

Class Method Details

.read_static_file(file) ⇒ Object



10
11
12
# File 'lib/errbit_github_plugin.rb', line 10

def self.read_static_file(file)
  File.read(File.join(self.root, 'static', file))
end

.rootObject



6
7
8
# File 'lib/errbit_github_plugin.rb', line 6

def self.root
  File.expand_path '../..', __FILE__
end