Carl Wiedemann

Results 20 comments of Carl Wiedemann

I also wanted something like this, so started a fork, specific to meetups. https://github.com/c4rl/meetupcodeofconduct If this issue gets more attention in the future perhaps we can merge :)

Well, this is a bit embarrassing; now that I inspect this again it wasn't as inaccurate as I thought. I must have been looking at altered code :/ Nevertheless, I...

We were having quite a few problems with this, as we had private gem `foo` which depended on private gem `bar`, but private gem `bar` happened to have a name...

According to CI on master tests are running on Ruby 3 * https://github.com/state-machines/state_machines/blob/master/.github/workflows/ruby.yml * https://github.com/state-machines/state_machines/actions/runs/4117695127/jobs/7157360165 So is this still an issue?

Friendly bump. I'm working a project that needs to migrate from 8.x to 10.x. Is there a tl;dr for the breaking changes for 8.x -> 9.x and 9.x -> 10.x?...

Let me clarify what I mean. See the attached screenshot. 10.x and 9.x are major versions. Major versions are defined by having breaking changes. But the CHANGELOG does not mention...

> I started to use a github release workflow in the different gems i maintain, so the change-log will be more descriptive in the future. Ok, I appreciate your consideration....

> Why should one break the API just to increment the major version? ;) The definition of the word "semantic" is "relating to meaning in language or logic." In SemVer...

Yes, I am leaning in that direction.