You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your readme, it says "Note: the ~ is equivalent to rubygem's ~>." I believe they are similar, but not the exact same.
For node-semver, I believe that both ~1.2 and ~1.2.0 will not work with version 1.3. But for rubygem's, ~> 1.2 will work with version 1.3 but ~> 1.2.0 will not work with version 1.3.