Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 578 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 578 Bytes

BaseRailsGem

A basic gem structure for rails with test_apps from 4.0 to 5.2

Travis configured for ruby 2.2 to 2.5

Usage

It's a boilerplate.

Running specs

bundle exec appraisal rails-4.0 rspec
bundle exec appraisal rails-4.1 rspec
bundle exec appraisal rails-4.2 rspec
bundle exec appraisal rails-5.0 rspec
bundle exec appraisal rails-5.1 rspec
bundle exec appraisal rails-5.2 rspec

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.