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.
1 parent d1471cc commit 94516b3Copy full SHA for 94516b3
marcel.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
spec.homepage = 'https://github.com/basecamp/marcel'
13
spec.license = 'MIT'
14
15
- spec.files = `git ls-files -z`.split("\x0")
+ spec.files = Dir['lib/**/*', 'MIT-LICENSE', 'README.md']
16
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
spec.require_paths = ['lib']
0 commit comments