You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -178,12 +164,18 @@ If you use classes which have `Sending` namespace, remove the namespace like in
178
164
179
165
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
180
166
181
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
167
+
To install this gem onto your local machine, run `bundle exec rake install`.
168
+
169
+
To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
182
170
183
171
## Contributing
184
172
185
173
Bug reports and pull requests are welcome on [GitHub](https://github.com/mailtrap/mailtrap-ruby). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](CODE_OF_CONDUCT.md).
186
174
175
+
All contributions are required to have rspec tests covering its functionality.
176
+
177
+
Please be sure to update [README](README.md) with new examples and features when applicable.
178
+
187
179
## License
188
180
189
181
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
0 commit comments