Sha256: 0f48e6cded9896a24de90aec343c9fd04a7a7899927d66602958017b29800885

Contents?: true

Size: 659 Bytes

Versions: 2

Compression:

Stored size: 659 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)

```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

2 entries across 2 versions & 1 rubygems

Version Path
quickery-0.1.1 developer_guide.md
quickery-0.1.0 developer_guide.md