diff --git a/auth0.gemspec b/auth0.gemspec index 5978d9c5..64d97baf 100644 --- a/auth0.gemspec +++ b/auth0.gemspec @@ -11,9 +11,7 @@ Gem::Specification.new do |s| s.summary = 'Auth0 API Client' s.description = 'Ruby toolkit for Auth0 API https://auth0.com.' - s.files = `git ls-files`.split("\n") - s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") - s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } + s.files = Dir['lib/**/*.rb'] + %w[LICENSE README.md CHANGELOG.md auth0.gemspec .version] s.require_paths = ['lib'] s.add_runtime_dependency 'rest-client', '~> 2.1'