Sha256: 56c963cd9656dd37d6b21c5d9dd33d083ad91edd2abfccff7af94730a3e7cdfa

Contents?: true

Size: 546 Bytes

Versions: 1

Compression:

Stored size: 546 Bytes

Contents

# Development environment guide

## Preparing

Clone `healthcheck-endpoint` repository:

```bash
git clone https://github.com/obstools/healthcheck-endpoint.git
cd  ruby-gem
```

Configure latest Ruby environment:

```bash
echo 'ruby-3.2.0' > .ruby-version
cp .circleci/gemspec_latest healthcheck_endpoint.gemspec
```

## Commiting

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
healthcheck_endpoint-1.0.0 .github/DEVELOPMENT_ENVIRONMENT_GUIDE.md