Skip to content

Commit

Permalink
adding CommitReader as a relative dependency in GithubCommitReader
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitsing committed Feb 27, 2018
1 parent c41d15f commit aebbf4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/pairing_matrix/github_commit_reader.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'octokit'
require 'eldritch'
require_relative './commit_cache'
require_relative './commit_reader'

Octokit.auto_paginate = true

Expand Down
2 changes: 1 addition & 1 deletion lib/pairing_matrix/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PairingMatrix
VERSION = '2.1'
VERSION = '2.1.1'
end

0 comments on commit aebbf4c

Please sign in to comment.