Closed icarito closed 5 years ago
This makes it so that requires are from the gemspec -
We were having the issue that this Gem, once required, would fail to find cartagen.rb. The way that it was referenced as ./lib/cartagen.rb could not be found once the gem was required.
cartagen.rb
./lib/cartagen.rb
This should allow https://travis-ci.com/publiclab/mapknitter-exporter-sinatra/builds/108180813 to pass. Merging it in as is required for sinatra app!
This makes it so that requires are from the gemspec -
We were having the issue that this Gem, once required, would fail to find
cartagen.rb
. The way that it was referenced as./lib/cartagen.rb
could not be found once the gem was required.