summaryrefslogtreecommitdiff
path: root/mixlib-authentication.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-03-15 11:21:46 -0700
committerGitHub <noreply@github.com>2021-03-15 11:21:46 -0700
commit152b0891789237c1f88f0410979e92314aa8ed6c (patch)
tree7e4252739f09599a5aec96c3d33e2823e05ca8da /mixlib-authentication.gemspec
parentb9c8dbbc5586add1b54fe9d7f4dbc124f191895a (diff)
parent607d247c9a4bcef57a905e82454d5cd10bea5e7e (diff)
downloadmixlib-authentication-152b0891789237c1f88f0410979e92314aa8ed6c.tar.gz
Merge pull request #54 from chef/chefstyle
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'mixlib-authentication.gemspec')
-rw-r--r--mixlib-authentication.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-authentication.gemspec b/mixlib-authentication.gemspec
index 38a30a4..2bcf30e 100644
--- a/mixlib-authentication.gemspec
+++ b/mixlib-authentication.gemspec
@@ -1,4 +1,4 @@
-$:.unshift(File.dirname(__FILE__) + "/lib")
+$:.unshift(__dir__ + "/lib")
require "mixlib/authentication/version"
Gem::Specification.new do |s|