#994: Grit gem acts differently in macruby vs macruby app ---------------------------------------+------------------------------------ Reporter: hungerandthirst@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.7 Component: MacRuby | Keywords: ---------------------------------------+------------------------------------ I'm trying to integrate the grit gem into a macruby app. If I try to create a Repo object and then do Grit::Status.new(repo) on the object, it claims all the objects in the repo are unversioned/untracked. However if I run the exact same code in macirb or place the code and run via macruby, it returns the correct status on the repo. Using MacRuby 7.1 release. -- Ticket URL: <http://www.macruby.org/trac/ticket/994> MacRuby <http://macruby.org/>