dragonchaser / maptool

A nethack-style ASCII dungeon map generator
MIT License
0 stars 3 forks source link

Gemify! #1

Closed dragonchaser closed 4 years ago

dragonchaser commented 4 years ago

Feature: Add gemspec etc. to build this as a rubygem.

MittchoBaroco commented 4 years ago

Hey, I would love to work on this, can you assign it to me?

MittchoBaroco commented 4 years ago

hey @dragonchaser how do you want #2 to work with the gem ? should the web frontend be integrated into the gem? I found this article http://florianhanke.com/blog/2011/02/02/running-sinatra-inside-a-gem.html looks like using Sinatra inside a gem is possible (never done it), but it might be better to coordinate this issue with #2 .

dragonchaser commented 4 years ago

Interesting question, haven't thought about this yet. The first idea was being able to build the cli as a gem, this should suffice for now. For serving the sinatra frontend there is #3 .

Jeremy-Walton commented 4 years ago

@MittchoBaroco I'm working on #2. Yeah I think sinatra can be excluded and just gemify the CLI. I'll have something in a PR within the next few days so you can see how Sinatra is set up.

dragonchaser commented 4 years ago

Awesomework!