peterhellberg / hashids.rb

A small Ruby gem to generate YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user.
http://www.hashids.org/ruby/
MIT License
975 stars 46 forks source link

Please, ship a new version with Ruby 2.4.0 support #14

Closed tinogomes closed 7 years ago

tinogomes commented 7 years ago

Hi @peterhellberg

I saw you fixed to support Ruby 2.4.0 on master branch, but did not ship a new version on rubygems.

Could you do that, plz?

peterhellberg commented 7 years ago

I've now pushed hashids 1.0.3 to rubygems.org.

tinogomes commented 7 years ago

@peterhellberg TYSM. YATB!!!