hamstergem / hamster

Efficient, Immutable, Thread-Safe Collection classes for Ruby
Other
1.89k stars 94 forks source link

can't find `master`'s `Hamster#from` and `Hamster#to_ruby` in any released gem version #201

Closed Bill closed 9 years ago

Bill commented 9 years ago

I noticed the awesome nested.rb functionality on master. Then I improved it with a PR #200 to add support for converting from Ruby core Structs.

Then I noticed that neither the 1.0.0 gem version I was using, nor any of the other released gem versions have Hamster#from.

Please publish an updated gem version.

alexdowad commented 9 years ago

I second this! We have also fixed several bugs since 1.0.0 was released.

dubek commented 9 years ago

:+1: for releasing 1.1.0 with the added functionality.

dubek commented 9 years ago

Who has the gem release button? @krainboltgreene ? Can you release a 1.1.0.pre.rc1 ?

alexdowad commented 9 years ago

Yes, it's @krainboltgreene. 1.1.0 gem, please!

krainboltgreene commented 9 years ago

I'll do it tonight!

On Mon, Oct 26, 2015 at 6:22 AM, Alex Dowad notifications@github.com wrote:

Yes, it's @krainboltgreene https://github.com/krainboltgreene. 1.1.0 gem, please!

— Reply to this email directly or view it on GitHub https://github.com/hamstergem/hamster/issues/201#issuecomment-151131400.

Kurtis Rainbolt-Greene, Hacker Software Developer 1631 8th St. New Orleans, LA 70115

Bill commented 9 years ago

Did this happen?

krainboltgreene commented 9 years ago

Released as v2.0.0, since we had breaking public API changes (detailed in CHANGELOG.md)

Bill commented 9 years ago

goodun

dubek commented 9 years ago

So Hamster.from and Hamster::Whatever#to_ruby are available in the hamster 2.0.0 gem released yesterday.

Closing.