zenkay / simple-spreadsheet

Simple spreadsheet is a Ruby Gem reader for common spreadsheet formats: Excel (.xls, .xlsx), Open-office (.ods) and CSV (standard, excel, tab separated)
https://rubygems.org/gems/simple-spreadsheet
MIT License
98 stars 32 forks source link

Updated roo and remove roo-google as it brings in a ton of extra deps #17

Closed pnomolos closed 8 years ago

pnomolos commented 8 years ago

Seeing as simple-spreadsheet doesn't support roo-google (yet) I removed it from the gemspec, as it includes a whole bunch of extra dependencies that aren't otherwise required.

zenkay commented 8 years ago

Thanks!

pnomolos commented 7 years ago

@zenkay Thanks for merging this - do you intend to release an updated gem anytime soon? That way we can remove one more git-based dependency from our Gemfile :) Thanks!

zenkay commented 7 years ago

Hi @pnomolos, thank you again for your pull request 😄

I have been really busy these months but I finally find some time to release version 0.5.0 with your contributions https://rubygems.org/gems/simple-spreadsheet

Best

pnomolos commented 7 years ago

@zenkay Awesome, thank you!