Skip to content

Commit f22b220

Browse files
committed
Add recipes to gem specification files
1 parent 98fe3dc commit f22b220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.description = 'EVM is a command-line tool that allows you to install multiple Emacs versions.'
66
s.authors = ['Johan Andersson']
77
s.email = 'johan.rejeep@gmail.com'
8-
s.files = Dir.glob('{lib,spec}/**/*') + %w(README.md)
8+
s.files = Dir.glob('{lib,spec,recipes}/**/*') + %w(README.md)
99
s.homepage = 'http://github.com/rejeep/evm'
1010
s.license = 'MIT'
1111
s.executables = ['evm']

0 commit comments

Comments
 (0)