Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 407 Bytes

FAQ.md

File metadata and controls

8 lines (5 loc) · 407 Bytes

Q: Why do you have a Gemfile and a gemspec if this is a gem? A: For local development its quite convenient to have a Gemfile and Gemfile.lock, but once done for publishing etc. you just need the gemspec. This kind of hybrid approach is a bit unorthodox but useful. Once the software is mature its ok to remove gemfile, lock file, and other pinnings since your gem is supposed to run everywhere.