Gemspec: Add demo tree file to included files

This commit is contained in:
Bill Niblock 2017-10-30 00:39:20 -04:00
parent 5c71b1dd27
commit d7bd464310

View file

@ -7,7 +7,9 @@ Gem::Specification.new do |s|
s.description = 'Create, edit, and traverse dialogue trees'
s.authors = ['Bill Niblock']
s.email = 'azulien@gmail.com'
s.files = Dir['lib/**/*.rb'] + Dir['bin/*']
s.files = Dir['lib/**/*.rb'] +
Dir['bin/*'] +
Dir['var/trees/*']
s.homepage = 'http://www.theinternetvagabond.com/sapling/'
s.license = 'MIT'
end