chrisfsampaio / imsg

Chat using iMessage from your terminal!
MIT License
693 stars 51 forks source link

What is the current state of release 0.0.7 and 0.0.8? #32

Closed vmrob closed 10 years ago

vmrob commented 10 years ago

I just followed the instructions to install the gem and found that the version installed is 0.0.7 via gem list. I see on the repo that the latest tagged version is 0.0.6.

What did I just install?

I ask, specifically, because it seems that I have the overflowing color problem that seems to have been fixed with #29.

vmrob commented 10 years ago

After a little bit of investigation, it seems that the current release available on rubygems is the currently-untagged version from commit 81b4f13060b8acf8d80ae434ee61dfcd21c6793f.

As the current version, 0.0.7, has a mind-crippling color overflow bug, can we get a new tag for 0.0.8 and have that pushed to rubygems? Also, it would probably be a good idea to push a tag for 0.0.7 for history's sake.

0.0.7: 81b4f13060b8acf8d80ae434ee61dfcd21c6793f 0.0.8: b42ef9b7f57917d54745006bd6e845177965097f

chrisfsampaio commented 10 years ago

Sure! Thanks for pointing out! (:

I'll be doing that later today.

— Sent from Mailbox

On Mon, May 12, 2014 at 11:25 PM, Victor Robertson notifications@github.com wrote:

After a little bit of investigation, it seems that the current release available on rubygems is the currently-untagged version from commit 81b4f13060b8acf8d80ae434ee61dfcd21c6793f. As the current version, 0.0.7, has a mind-crippling color overflow bug, can we get a new tag for 0.0.8 and have that pushed to rubygems? Also, it would probably be a good idea to push a tag for 0.0.7 for history's sake. 0.0.7: 81b4f13060b8acf8d80ae434ee61dfcd21c6793f

0.0.8: b42ef9b7f57917d54745006bd6e845177965097f

Reply to this email directly or view it on GitHub: https://github.com/chrisfsampaio/imsg/issues/32#issuecomment-42910913

chrisfsampaio commented 10 years ago

I know I'm a little late, but everything is in place now. :]

Thanks again for your help!