We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fe3dc commit f22b220Copy full SHA for f22b220
1 file changed
evm.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
5
s.description = 'EVM is a command-line tool that allows you to install multiple Emacs versions.'
6
s.authors = ['Johan Andersson']
7
s.email = 'johan.rejeep@gmail.com'
8
- s.files = Dir.glob('{lib,spec}/**/*') + %w(README.md)
+ s.files = Dir.glob('{lib,spec,recipes}/**/*') + %w(README.md)
9
s.homepage = 'http://github.com/rejeep/evm'
10
s.license = 'MIT'
11
s.executables = ['evm']
0 commit comments