Sha256: 775521b8f20cdc2248dc569f46874f776a06b0a2798290a39c59a07ee6a8cce4

Contents?: true

Size: 281 Bytes

Versions: 5

Compression:

Stored size: 281 Bytes

Contents

# Contributing

Pull requests are welcome.  To set up:

    $ bundle install

To run tests:

    $ rake

To run tests for Mongoid 3:

    $ rm Gemfile.lock
    $ MONGOID_VERSION=3 bundle install
    $ MONGOID_VERSION=3 rake

To auto-run tests as you code:

    $ bundle exec guard

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mongoid-locker-0.3.4 CONTRIBUTING.md
mongoid-locker-0.3.3 CONTRIBUTING.md
mongoid-locker-0.3.2 CONTRIBUTING.md
mongoid-locker-0.3.1 CONTRIBUTING.md
mongoid-locker-0.3.0 CONTRIBUTING.md