Sha256: 5bd538b63f402de13b32066bf98ed19dbbe5e3515af315df404396e2e795a366
Contents?: true
Size: 813 Bytes
Versions: 8
Compression:
Stored size: 813 Bytes
Contents
## Development ### Publishing as Ruby Gem ```bash # [increment gem VERSION] gem build quickery gem push quickery-X.X.X.gem ``` ## Test * Test suite makes use of the following gems worth mentioning (in addition to some others): * [rspec-rails](https://github.com/rspec/rspec-rails) * [combustion](https://github.com/pat/combustion) * [appraisal](https://github.com/thoughtbot/appraisal) ### Setup ```bash # setup development gems bundle install # setup Apprisal for testing different Rails versions below bundle exec appraisal install ``` ```bash # to auto-test specs whenever a spec file has been modified: bundle exec guard # to manually run specs for a particular rails version (for more info: see Appraisals file): bundle exec appraisal rails-5 rspec # or bundle exec appraisal rails-4 rspec ```
Version data entries
8 entries across 8 versions & 1 rubygems