Update gem name
This commit is contained in:
parent
e3f400fd06
commit
8683c02448
1 changed files with 1 additions and 1 deletions
13
sapling-dialogue.gemspec
Normal file
13
sapling-dialogue.gemspec
Normal file
|
@ -0,0 +1,13 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'sapling-dialogue'
|
||||
s.version = '0.1.0'
|
||||
s.executables << 'sapling'
|
||||
s.date = '2017-10-14'
|
||||
s.summary = 'A Dialogue Tree Utility'
|
||||
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.homepage = 'http://www.theinternetvagabond.com/sapling/'
|
||||
s.license = 'MIT'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue