darwin / csv2json

A gem useful for converting CSV files to JSON from command-line
MIT License
167 stars 39 forks source link

Missing dependency? #13

Open anyalir opened 10 years ago

anyalir commented 10 years ago

I tried using csv2json, here is what i get:

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- orderedhash     (LoadError)
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /var/lib/gems/1.9.1/gems/csv2json-0.3.0/lib/csv2json.rb:4:in `<top (required)>'
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /var/lib/gems/1.9.1/gems/csv2json-0.3.0/bin/csv2json:6:in `<top (required)>'
    from /usr/local/bin/csv2json:23:in `load'
    from /usr/local/bin/csv2json:23:in `<main>'

seems like a missing dependency to me, but im no rubyist =/ any ideas?

anyalir commented 10 years ago

ah, damn, i just saw that this hasl already been answered, sorry for bothering :)

kathgironpe commented 7 years ago

I did a gem i orderedhash to get this working