nskins / goby

Command-line role-playing game framework
MIT License
122 stars 56 forks source link

Scaffolding executable should create minimal Gemfile #127

Closed nskins closed 6 years ago

nskins commented 6 years ago

When somebody runs our executable goby, it creates a simple project. It includes a .gitignore, so it would be nice to also include a Gemfile with the following content:

`source 'https://rubygems.org'

gem 'goby'

Make the pull against the 0.2.1 branch.

Jeff-Hostetler commented 6 years ago

I have a pull for this unless you'd rather some contributing for the first time

nskins commented 6 years ago

Hi @Jeff-Hostetler. Yeah, I would prefer a first-time contributor to take this one. Thanks though!

virtual-monk commented 6 years ago

Can I have this one assigned to me?

nskins commented 6 years ago

Yes!

nskins commented 6 years ago

Resolved in #131.