We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f131f1 + 1ba58f8 commit 6f12f64Copy full SHA for 6f12f64
1 file changed
hashids.gemspec
@@ -15,7 +15,13 @@ Gem::Specification.new do |gem|
15
16
gem.required_ruby_version = '>= 1.9.3'
17
18
- gem.files = `git ls-files`.split($/)
+ gem.files = Dir.glob('lib/**/*') + [
19
+ 'Gemfile',
20
+ 'LICENSE.txt',
21
+ 'Rakefile',
22
+ 'README.md',
23
+ 'hashids.gemspec'
24
+ ]
25
gem.test_files = gem.files.grep(%r{^(spec)/})
26
gem.require_paths = ["lib"]
27
end
0 commit comments