Closed bishwahang closed 4 years ago
Thanks for this PR :)
Is it possible to re-add 2.3 into the test matrix and remove the minimum Ruby requirement? I'd like to offer extensive backwards compatibility if possible - and while I'm generally in favour of keeping gems relatively up-to-date with modern Ruby, I feel a testing-related gem like Combustion should be more relaxed about what it can work with.
Hi @pat , rubocop doesn’t support 2.3 and travis checks were failing because of that. Shall it still be included and ignore the failed check?
I realise you're maybe working through some fixes now :) but also: the Rubocop issue is my fault, I'll try and get it sorted tonight. 🤞🏻
@pat Looks like the rubocop issue got solved with the latest PR merge https://github.com/pat/combustion/pull/111/files#diff-8b7db4d5cc4b8f6dc8feb7030baa2478R15-R18
Once the checks pass, this PR should be ready for review.
All looking good! Thanks for this :)
Just published 1.3.1 which includes this PR - thank you again!
@pat Awesome! Thank you too, for the the gem. :)
Currently it throws warning when positional arguments are used:
If we look at
Pysch
gem, they propose using keyword arguments instead.