paul / progress_bar

A Ruby terminal progress_bar
Do What The F*ck You Want To Public License
623 stars 49 forks source link

Ruby Gem Version is behind github repo #35

Closed JustinLloyd closed 7 years ago

JustinLloyd commented 8 years ago

The version that is installed using "gem install progress_bar" is an older version than the code that exists in the github repo.

paul commented 7 years ago

Sorry, I somehow missed this bug report. I can't reproduce:

$ gem install progress_bar
Successfully installed progress_bar-1.0.5
1 gem installed

Can you provide some more info?

h6y3 commented 7 years ago

I think perhaps the version number needed to be incremented. For example, the module WithProgres doesn't seem to exist in the gem. I didn't do a whole lot of due diligence on this but when I manually added the enumerable code in my class, I was able to take advantage of the module. It would be great to update the gem rather than have to build the gem from source.

paul commented 7 years ago

Ah, I see what you're saying. I thought you meant the version here was newer than the version on rubygems.org, but both are 1.0.5. I'll release a 1.1.0 shortly.