soulcutter / saxerator

A SAX-based XML parser for parsing large files into manageable chunks
MIT License
128 stars 19 forks source link

dependencies fails #48

Closed fanantoxa closed 7 years ago

fanantoxa commented 7 years ago

@soulcutter Since we have nokogiri and ox only as dev deps:

s.add_development_dependency 'nokogiri', '>= 1.4.0'
s.add_development_dependency 'ox'

So we have to make and not only dev or add Attention warning on Readme.md that we have to manually add one of them (or both) in project.

soulcutter commented 7 years ago

We should note in the README that to use the :ox or :nokogiri adapters you must provide them on the load path.

fanantoxa commented 7 years ago

@soulcutter Got it.