0.4.0 (2017-03-20)
Added in 0.4.0
- Integrate with rspec-retry gem.
- Docker logs support (issue #3, thanks @axi43 for the idea).
Changed in 0.4.0
- Let user choose RSpec formatter (issue #4, thanks Luis Sagastume for the help).
Removed in 0.4.0
- Drop Ruby
< 2.2
support.
Fixed in 0.4.0
- Be able to use os detection within test blocks (issue #2, special thanks to Nan Liu for his help and his astonishing presentation).
- Use
Integer
instead ofFixnum
.
Improved in 0.4.0
ItsContainer
: rename container_name variable to avoid confussion.
Documentation Changes in 0.4.0
- Document
dir
parameter inBuilder#build_from_string
. - CHANGELOG: Follow "Keep a CHANGELOG".
- Add GitHub templates.
- README:
- Document how to require the gem.
- Add Presentations section.
- Add a TOC.
- Add documentation links.