Skip to content

Commit

Permalink
adding missing require relative
Browse files Browse the repository at this point in the history
  • Loading branch information
sstarcher committed Sep 26, 2016
1 parent 20e2d87 commit c69f952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sensu-plugins-mailgun.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'date'
require_relative 'lib/sensu-plugins-mailgun'

Gem::Specification.new do |s|
s.authors = ['Sensu-Plugins and contributors']
Expand Down

0 comments on commit c69f952

Please sign in to comment.