Sha256: cad3e089b3c1810047d4f9977527a8edd883f813a1721a0c588852f04750cfc4

Contents?: true

Size: 676 Bytes

Versions: 4

Compression:

Stored size: 676 Bytes

Contents

* **schema_dev**:  <%= gem_module %> uses [schema_dev](https://github.com/SchemaPlus/schema_dev) to
  facilitate running rspec tests on the matrix of ruby, activerecord, and database
  versions that the gem supports, both locally and on
  [github actions](https://github.com/SchemaPlus/<%= gem_name %>/actions)

  To to run rspec locally on the full matrix, do:

        $ schema_dev bundle install
        $ schema_dev rspec

  You can also run on just one configuration at a time;  For info, see `schema_dev --help` or the [schema_dev](https://github.com/SchemaPlus/schema_dev) README.

  The matrix of configurations is specified in `schema_dev.yml` in
  the project root.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
schema_dev-4.2.0 templates/README/uses.schema_dev.md.erb
schema_dev-4.2.beta.5 templates/README/uses.schema_dev.md.erb
schema_dev-4.1.1 templates/README/uses.schema_dev.md.erb
schema_dev-4.1.0 templates/README/uses.schema_dev.md.erb