We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac3560 commit bf67946Copy full SHA for bf67946
arduino_ci.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
binfiles = Dir[File.join(spec.bindir, '/**/*.*')].reject { |f| f.match(rejection_regex) }
21
cppfiles = Dir['cpp/**/*.*']
22
miscfiles = Dir['misc/**/*.*']
23
- spec.files = ['README.md', '.yardopts'] + libfiles + binfiles + cppfiles + miscfiles
+ spec.files = ['README.md', 'REFERENCE.md', '.yardopts'] + libfiles + binfiles + cppfiles + miscfiles
24
25
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
26
spec.require_paths = ["lib"]
0 commit comments