We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1aba35 commit 627521eCopy full SHA for 627521e
censorius.gemspec
@@ -19,9 +19,8 @@ Gem::Specification.new do |spec|
19
20
# Specify which files should be added to the gem when it is released.
21
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22
- spec.files = Dir.chdir(File.expand_path(__dir__)) do
23
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
24
- end
+ spec.files = %w[README.md] + Dir['lib/**/*.rb']
+
25
spec.bindir = 'exe'
26
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
27
spec.require_paths = ['lib']
0 commit comments