Sha256: 5af9c60c0ecba12a9deb851d0eb61aa94f7f49d4a846a30d77e1ff9080fd0fb3
Contents?: true
Size: 492 Bytes
Versions: 5
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.2' > .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
5 entries across 5 versions & 1 rubygems