- Fixed the gemspec
- Added support for testing against all known Ruby and Rails versions
- Added Appraisal for proper testing against various Rails versions
- Updated documentation
- Enforced direct loading of
::Railtie
- Fix the autoloading for
Railtie
- Added
.ruby-version
file with a recent version of Ruby - Added
Brewfile
with the GNU coreutils dependency - Added
bin/bootstrap_macos
to help macOS users get bootstrapped for development - Updated README with additional instructions for getting started
- Added
bin/console
for local testing - Added
bin/setup
for easier installation - Decoupled the gemspec from bundler and git
- Applied Rubygem standards
- Removed minitest deprecation warnings
- Used
autoload
for configuring the gem