csv2json icon indicating copy to clipboard operation
csv2json copied to clipboard

Remove orderedhash dep

Open nikushi opened this issue 10 years ago • 1 comments

Hi,

In my understanding, we can remove the dependency for orderedhash since ruby(>= 1.9) supports ordered hash.

Note: this branch was forked from #17

nikushi avatar Jan 01 '16 15:01 nikushi

I just installed this gem, and needed to install orderedhash in order to run it, since the latest published gem still requires it (lib/csv2json.rb:4). So I suggest either removing its usage and requirement, or adding it as a formal requirement to the gemspec.

jeremywrnr avatar Feb 29 '16 19:02 jeremywrnr