Skip to content

Commit 48e2560

Browse files
committed
Fix crash on require 'github_api'
1 parent a5bfbd7 commit 48e2560

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/github_api/configuration.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# encoding: utf-8
22

33
require_relative 'api/config'
4+
require_relative 'version'
45

56
module Github
67
# Stores the configuration

0 commit comments

Comments
 (0)