Gemspec: Add demo tree file to included files
This commit is contained in:
parent
5c71b1dd27
commit
d7bd464310
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ Gem::Specification.new do |s|
|
||||||
s.description = 'Create, edit, and traverse dialogue trees'
|
s.description = 'Create, edit, and traverse dialogue trees'
|
||||||
s.authors = ['Bill Niblock']
|
s.authors = ['Bill Niblock']
|
||||||
s.email = 'azulien@gmail.com'
|
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.homepage = 'http://www.theinternetvagabond.com/sapling/'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue