ruby-imagespec
ruby-imagespec copied to clipboard
Don't Export "Parser" Module
Right now, any library that has a Parser module (like say, https://github.com/whitequark/parser) will collide with this gem.
ImageSpec's Parser module should be name-spaced to not collide with other modules name Parser. May I suggest ImageSpec::Parser?