Do not add symlink to gem file
This commit is contained in:
parent
318ff5306f
commit
8842199890
@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
||||
spec.homepage = 'https://github.com/alphanodes/alphanodes'
|
||||
spec.license = 'GPL-2.0'
|
||||
|
||||
spec.files = Dir['**/*'] - Dir['test/**/*'] - Dir['Gemfile', 'Gemfile.lock']
|
||||
spec.files = Dir['**/*'] - Dir['test/**/*'] - Dir['Gemfile', 'Gemfile.lock', 'README.rst']
|
||||
spec.require_paths = ['lib']
|
||||
spec.required_ruby_version = '>= 2.4'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user