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

Release 0.3.0 #39

Closed
headius opened this issue Mar 17, 2014 · 21 comments
Closed

Release 0.3.0 #39

headius opened this issue Mar 17, 2014 · 21 comments
Milestone

Comments

@headius
Copy link
Owner

headius commented Mar 17, 2014

Anything else we want to get in? I've dealt with recent PRs and issues.

/cc @thedarkone @kares

@sferik
Copy link
Collaborator

sferik commented Mar 17, 2014

🚢 ❗

@kares
Copy link
Contributor

kares commented Mar 17, 2014

Thanks for the merges, I mostly run into issues with atomic (gem install thread_safe fails on Windows by default) but it's fine when downgraded ... so no need to do anything here.

@kares
Copy link
Contributor

kares commented Mar 17, 2014

OK ignore that one I just noticed it's supposed to be already fixed as well, thanks again!

@thedarkone
Copy link
Collaborator

ok with me.

@headius
Copy link
Owner Author

headius commented Mar 18, 2014

Released!

@headius headius closed this as completed Mar 18, 2014
@headius headius added this to the 0.3.0 milestone Mar 18, 2014
@jherdman
Copy link

Was this gem pushed? A few of us are seeing the problem described here today.

@kares
Copy link
Contributor

kares commented Mar 20, 2014

@jherdman yep it was ... for dealing with the yanked release there's already good answers on the question

@headius
Copy link
Owner Author

headius commented Mar 20, 2014

I'm in transit now but will try to re-push the gem soon.

Was this gem pushed? A few of us are seeing the problem described herehttp://stackoverflow.com/questions/22510461/could-not-find-thread-safe-0-3-0-in-any-of-the-sourcestoday.


Reply to this email directly or view it on GitHubhttps://github.com//issues/39#issuecomment-38177049
.

@margaretdax
Copy link

Is anything happening with pushing 0.3.0 out again? I've run into issues with gems requiring 0.3.0 several times now and it's a huge headache

@sferik
Copy link
Collaborator

sferik commented Apr 4, 2014

It can be unyanked with:

gem yank thread_safe --undo --version 0.3.0

@kares
Copy link
Contributor

kares commented Apr 4, 2014

there's 0.3.1 already ... just bundle update thread_safe

@sferik
Copy link
Collaborator

sferik commented Apr 4, 2014

@kares It’s possible that some gem specifies a hard dependency on 0.3.0, so bundle update will not solve this problem. If 0.3.1 is identical to 0.3.0 (except in version number) I don’t see any reason not to unyank.

@margaretdax
Copy link

Ping for @headius. Is this going anywhere?

@headius
Copy link
Owner Author

headius commented Apr 29, 2014

Ping for @headius https://github.com/headius. Is this going anywhere?


Reply to this email directly or view it on GitHubhttps://github.com//issues/39#issuecomment-41737482
.

@thedarkone
Copy link
Collaborator

@lblackburn can't you bundle update to the newest ver (0.3.3 at the moment)?

@margaretdax
Copy link

@thedarkone see @sferik comment. If someone has a hard dependency and doesn't update their version this issue trickles down. Given that the method to unyank has been explained I don't understand why this isn't happening. It has wasted in total probably 10 minutes of my time, I can't imagine I'm the only one.

Also @headius I don't know if you tried to reply with more than your signature...

@thedarkone
Copy link
Collaborator

@lblackburn sorry, my fault.

@sferik if I unyank the 0.3.0 won't this bring back #40?

@margaretdax
Copy link

You can also just roll back to 0.3.1, change version to 0.3.0, then push that gem to avoid that issue

@sferik
Copy link
Collaborator

sferik commented Apr 30, 2014

@thedarkone As far as I can tell, there are no differences between v0.3.0 and v0.3.1.

@lblackburn That will not work, since version 0.3.0 has already been pushed to RubyGems.org and you can’t push the same version twice. This is a good thing.

@margaretdax
Copy link

Hmm okay. I know hosting a private rubygems server you can, didn't know you couldn't do that on RubyGems.org

@thedarkone
Copy link
Collaborator

As far as I can tell, there are no differences between v0.3.0 and v0.3.1.

@sferik Yes, I know, but for some reason the thread_safe-0.3.0.gem file, after being pushed to rubygems.org, became corrupted (or something else went wrong), and people started reporting issues that were unreproducible, that is why @headius yanked the gem and subsequently released an identical code as 0.3.1.

Since as you say:

That will not work, since version 0.3.0 has already been pushed to RubyGems.org and you can’t push the same version twice. This is a good thing.

I can't re-push a new "version" of 0.3.0. If the one that is on rubygems.org is un-yanked, we will have people again reporting that it doesn't work... or am I missing something?

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

6 participants