Sha256: 0ec82da259184bb493ec7ac0a795c8d3312a0bc9898106227c3c2b238e758d7a

Contents?: true

Size: 838 Bytes

Versions: 5

Compression:

Stored size: 838 Bytes

Contents

# Contributing to CodeKindly::Utils

Bug reports and pull requests are welcome on GitHub at https://github.com/jlw/codekindly-utils.

## Setup

`bundle install --path vendor/bundle`

## Run tests

To run tests against all supported Ruby versions and all supported major dependency versions:

```Shell
./all_rubies bundle
./all_rubies appraisal-install
./all_rubies appraisal-spec
```

## Submitting changes

1. Fork the repository
2. Make your code changes
3. Add complete test scenarios for your changes
4. Ensure your code follows the Ruby Style Guide: `bundle exec rubocop`
5. Submit a pull request on GitHub

## Publishing

To install this gem onto your local machine, run `bundle exec rake install`.

To release a new version of the gem to RubyGems.org:

```Shell
bundle exec rake install
gem push pkg/codekindly-utils-x.y.z.gem
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
codekindly-utils-0.1.0 CONTRIBUTING.md
codekindly-utils-0.0.14 CONTRIBUTING.md
codekindly-utils-0.0.13 CONTRIBUTING.md
codekindly-utils-0.0.12 CONTRIBUTING.md
codekindly-utils-0.0.11 CONTRIBUTING.md