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

Bugfix: always wrote "ETA: 00:00:00" #108

Closed
wants to merge 1 commit into from

Conversation

joel1di1
Copy link

@joel1di1 joel1di1 commented May 8, 2012

Use Integer() instead of to_i to fix a bug using Heroku cli that ended writting "ETA: 00:00:00" all along.
The to_s.to_i was always returning 200 even if the to_s was returning "1234567".

…d writting "ETA: 00:00:00" all along.

The to_s.to_i was always returning 200 even if the to_s was returning "1234567".
joelvh added a commit to joelvh/taps2 that referenced this pull request Mar 29, 2017
@joelvh
Copy link

joelvh commented Apr 7, 2017

@joel1di1 this was implemented in taps2 version of this gem

@joel1di1
Copy link
Author

joel1di1 commented Apr 7, 2017

Achievement unlocked, you earn the badge :necromancer: !

@joelvh
Copy link

joelvh commented Apr 7, 2017

:-)

@joel1di1 joel1di1 closed this Mar 20, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants