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

Bump gem version? #7

Closed
sosedoff opened this issue Jan 29, 2014 · 2 comments
Closed

Bump gem version? #7

sosedoff opened this issue Jan 29, 2014 · 2 comments

Comments

@sosedoff
Copy link

Hey @svenfuchs,

Does it make sense to bump up the gem version to 1.0? Any minor
version would work too. Every time i specify dependency it comes out like this:

gem "hashr", "~> 0"
gem "hashr", "0.0.22"

Its a bit of pain since its not super readable. Seems like the library is already mature,
with only 1 release per year (0.0.21 -> 0.0.22), and has all features.

Thoughts ?

@svenfuchs
Copy link
Owner

Hey @sosedoff

I'm not sure I really understand the issue. We only have, e.g., gem 'hashr', '~> 0.0.20' in our Gemfiles in various places, which bundle update hashr will bump to 0.0.22

But yeah, I guess it's fine to just go for 1.0.0 by now. Will do a release.

@svenfuchs
Copy link
Owner

Actually, I've just found some changes locally, which rewrite some parts of the code.

I'll need to review this more.

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

2 participants