Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semantic Versioning? #19

Open
88Alex opened this issue Jul 5, 2013 · 5 comments
Open

Semantic Versioning? #19

88Alex opened this issue Jul 5, 2013 · 5 comments

Comments

@88Alex
Copy link

88Alex commented Jul 5, 2013

Does your project use the Semantic Versioning system? (semver.org) Because if it does, you should already be at 1.0.0-; one of my Ruby projects has your gem as one of its dependencies. It would be much more convenient for me (and for others) if you used SemVer.

@krainboltgreene
Copy link

👍

@parkr
Copy link
Collaborator

parkr commented Aug 13, 2014

Pardon my ignorance, but why should we already be at 1.0.0? Can you cite the SemVer spec please where it says that? We're waiting on TOML v1.0.0 to release a compatible version of this gem.

@krainboltgreene
Copy link

The gem version shouldn't be dependant on the spec version. For that, you'd specify in the build metadata:

v1.0.0+toml1.0.0

@parkr
Copy link
Collaborator

parkr commented Aug 13, 2014

Ok, but what dictates that the parser should be at v1.0 then? Why can't I have v0.1.0+toml0.2.0 or something?

@krainboltgreene
Copy link

You can definitely have that, but realistically people depend on the
current public API in production environments.

On Wed, Aug 13, 2014 at 4:07 PM, Parker Moore notifications@github.com
wrote:

Ok, but what dictates that the parser should be at v1.0 then? Why can't I
have v0.1.0+toml0.2.0 or something?


Reply to this email directly or view it on GitHub
#19 (comment).

Kurtis Rainbolt-Greene, Hacker
Software Developer
1631 8th St.
New Orleans, LA
70115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants