Clone truemail
repository:
git clone https://github.com/truemail-rb/truemail.git
cd truemail
Configure latest Ruby environment:
echo 'ruby-3.1.2' > .ruby-version
cp .circleci/gemspec_latest truemail.gemspec
bundle install
bundle exec smtp_mock -s -i ~
Commit your changes excluding .ruby-version
, truemail.gemspec
git add . ':!.ruby-version' ':!truemail.gemspec'
git commit -m 'Your new awesome truemail feature'