bellycard / napa

A simple framework for building APIs with Grape
Other
329 stars 72 forks source link

Remove git dependence in gemspec #235

Closed ochagata closed 8 years ago

ochagata commented 8 years ago

Currently the gemspec has a dependency on git by using the git ls-files syntax.

We could switch it to use the Dir syntax which removes the dependence on git

ochagata commented 8 years ago

Fixed with #240