We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958473e commit a57f14fCopy full SHA for a57f14f
lib/errbit_github_plugin.rb
@@ -1,16 +1,16 @@
1
# frozen_string_literal: true
2
3
require "errbit_github_plugin/version"
4
-require 'errbit_github_plugin/error'
5
-require 'errbit_github_plugin/issue_tracker'
+require "errbit_github_plugin/error"
+require "errbit_github_plugin/issue_tracker"
6
7
module ErrbitGithubPlugin
8
def self.root
9
- File.expand_path '../..', __FILE__
+ File.expand_path "../..", __FILE__
10
end
11
12
def self.read_static_file(file)
13
- File.read(File.join(self.root, 'static', file))
+ File.read(File.join(root, "static", file))
14
15
16
lib/errbit_github_plugin/version.rb
@@ -1,5 +1,5 @@
- VERSION = '0.4.0'
+ VERSION = "0.4.0"
0 commit comments