liufengyun / hashdiff

Hashdiff is a ruby library to to compute the smallest difference between two hashes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby 1.8.7 compatibility

donaldali opened this issue · comments

The gemspec file indicates compatibility from ruby 1.8.7 while travis.yml sets up testing from ruby 1.9.3. If compatibility is supposed to be from ruby 1.8.7, then this line breaks that compatibility by using the ruby 1.9 hash syntax.

Yes, 1.8.7 is not supported also for some other issue about some ordering change in testing. I forgot to update the gemspec file.

Minimum Ruby 2.0 is required.