darwin / csv2json

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

Remove jeweler dependency #17

Open nikushi opened 8 years ago

nikushi commented 8 years ago

Hi,

I wonder that this gem still needs to depend to jeweler? Now bundler has the feature bundle gem, so we just use bundler instead.

Also I added test-unit and orderedhash into dependency to make test green. And added travis.yml