.gitignore
# Contrary to ruby apps, ruby gems should not check in Gemfile.lock.
# Reference: https://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
/Gemfile.lock
# Bundle local config
/.bundle/
# Package gem from $(rake install)
/pkg/
# When built from $(gem build *.gemspec)
/*.gem
# rdoc
/doc
# YARD
/.yardoc/
# minitest
/test/html_reports/
/test/reports/
# simplecov
/coverage/
# byebug
/.byebug_history