| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mailcatcher-0.8.2.gem | 2022-03-05 | 127.0 kB | |
| README.md | 2022-03-05 | 910 Bytes | |
| v0.8.2.tar.gz | 2022-03-05 | 186.8 kB | |
| v0.8.2.zip | 2022-03-05 | 201.9 kB | |
| Totals: 4 Items | 516.6 kB | 0 | |
This is a compatibility release and has no new significant changes.
v0.8.0 was released with a ruby version restriction of v2.0.0+ but used String#+@ which is only available in ruby v2.3.0+. So this reverts usage of +"" in favour of "".dup which should have the same effect but be more widely compatible and releases a new version with the relaxed ruby version. The next version will require ruby 2.6.0+ again and restore usage of +"".
See [#486] for details of the observed problem in environments with older versions of ruby.
(The other route would be yanking v0.8.0 which feels more widely harmful than good.)