CI: Add "3.0" to matrix, and bump gem version to "3.0.1.pre" to differentiate from built-in#17
Conversation
|
Re the Ruby (Windows) master failures, if I change the version here to Seems like a RubyGems issue? If I install digest, it acts like it's installing Maybe a Ubuntu master/head build should be added to CI also? |
|
@MSP-Greg 👋 Good idea, I added a Ubuntu20+head as an extra element. |
|
Thanks. I knew it was not a Windows issue, but a Ruby master/head issue. People tend to always assume Windows issues are OS specific. The 'debug' builds are master/head builds. So, the solution (for now) might be to increment the version? |
|
@MSP-Greg Do you mean "increment the version of this gem"? |
Yes. Sorry, too much multi tasking this morning... I think the issue that's confusing RubyGems is that with Ruby master/head, the default digest gem is also version |
This is a test, to see if the build failures are about the shipped Ruby master version of this gem.
|
@MSP-Greg In order to test that assumption, I made a change to the version directive in the gemspec of this gem, now, in this PR, to see if there is any change in results in the matrix. |
This makes it slightly more explicit that this is not a definite new version.
No description provided.