We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bffae commit 2d2992cCopy full SHA for 2d2992c
1 file changed
creek.gemspec
@@ -12,9 +12,7 @@ Gem::Specification.new do |spec|
12
spec.homepage = 'https://github.com/pythonicrubyist/creek'
13
spec.license = 'MIT'
14
15
- spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
16
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
+ spec.files = `git ls-files lib`.split($INPUT_RECORD_SEPARATOR) + %w(LICENSE.txt README.md)
18
spec.require_paths = ['lib']
19
20
spec.required_ruby_version = '>= 2.0.0'
0 commit comments