gitlabhq / grit

Grit gives you object oriented read/write access to Git repositories via Ruby. Patched for GitLab
gitlab.org
MIT License
59 stars 55 forks source link

Error requiring grit with version 1.6.1 #32

Closed jamieoliver closed 10 years ago

jamieoliver commented 10 years ago

The latest version 1.6.1 of gitlab-grit on RubyGems.org gives the following error on require 'grit':

`read': No such file or directory - VERSION (Errno::ENOENT)

1.6.0 is working fine. Please see gollum/gollum#757 for an example with full backtrace.

Razer6 commented 10 years ago

PR merged