Sha256: a456cb462960f7e3d27cda3018363c09db13be06bb6334a90b5640c41a186047

Contents?: true

Size: 317 Bytes

Versions: 7

Compression:

Stored size: 317 Bytes

Contents

# Contributing

Pull requests are welcome. To set up:

    $ bundle install

To run tests:

    $ bundle exec rake

To run tests for an older version of Mongoid:

    $ rm Gemfile.lock
    $ export MONGOID_VERSION=4
    $ bundle install
    $ bundle exec rake

To auto-run tests as you code:

    $ bundle exec guard

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mongoid-locker-2.0.2 CONTRIBUTING.md
mongoid-locker-2.0.1 CONTRIBUTING.md
mongoid-locker-2.0.0 CONTRIBUTING.md
mongoid-locker-1.0.1 CONTRIBUTING.md
mongoid-locker-1.0.0 CONTRIBUTING.md
mongoid-locker-0.3.6 CONTRIBUTING.md
mongoid-locker-0.3.5 CONTRIBUTING.md