Sha256: 1ce767f2dacf1ad7a2e84231ea8dac00232e43fcc759faeef63cb67d9dd2d5d3

Contents?: true

Size: 492 Bytes

Versions: 1

Compression:

Stored size: 492 Bytes

Contents

# Development environment guide

## Preparing

Clone `smtp_mock` repository:

```bash
git clone https://github.com/mocktools/ruby-smtp-mock.git
cd  ruby-smtp-mock
```

Configure latest Ruby environment:

```bash
echo 'ruby-3.1.1' > .ruby-version
cp .circleci/gemspec_latest smtp_mock.gemspec
```

## Commiting

Commit your changes excluding `.ruby-version`, `smtp_mock.gemspec`

```bash
git add . ':!.ruby-version' ':!smtp_mock.gemspec'
git commit -m 'Your new awesome smtp_mock feature'
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smtp_mock-1.0.1 .github/DEVELOPMENT_ENVIRONMENT_GUIDE.md