Skip to content

Commit

Permalink
Ship Gemfile so tests can run from the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed Sep 30, 2015
1 parent a32e96a commit 126f9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixlib-authentication.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-log"

s.require_path = 'lib'
s.files = %w(LICENSE README.rdoc Rakefile NOTICE) + Dir.glob("{lib,spec}/**/*")
s.files = %w(LICENSE README.rdoc Gemfile Rakefile NOTICE) + Dir.glob("{lib,spec}/**/*")
end

0 comments on commit 126f9e5

Please sign in to comment.