summaryrefslogtreecommitdiff
path: root/mixlib-authentication.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'mixlib-authentication.gemspec')
-rw-r--r--mixlib-authentication.gemspec7
1 files changed, 3 insertions, 4 deletions
diff --git a/mixlib-authentication.gemspec b/mixlib-authentication.gemspec
index 4f2b9e3..eeb46c6 100644
--- a/mixlib-authentication.gemspec
+++ b/mixlib-authentication.gemspec
@@ -9,9 +9,8 @@ Gem::Specification.new do |s|
s.license = "Apache-2.0"
s.author = "Chef Software, Inc."
s.email = "info@chef.io"
- s.homepage = "https://www.chef.io"
+ s.homepage = "https://github.com/chef/mixlib-authentication"
- s.require_path = "lib"
- s.files = %w{LICENSE README.md Gemfile Rakefile NOTICE} + Dir.glob("*.gemspec") +
- Dir.glob("{lib,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
+ s.files = %w{LICENSE} + Dir.glob("lib/**/*")
+ s.require_paths = ["lib"]
end