Closed jsquyres closed 11 years ago
Looks like I misunderstood that github's pull requests operate on an entire git branch, not just a single git commit. Oops -- sorry about that.
The only commit that I intended to be on this pull request is e69a886 ("Make the error message slightly more clear.").
I suggest you create a local branch (not your own local master) based off of the master SiriProxy branch, then make your change and submit the pull request. That seems to work better for doing pull requests because you don't accidentally merge in commits you didn't intend to. Recreate the pull request and I'll check it out.
Thanks for your interest and support!
The original Gemfile error message is a bit confusing -- upon seeing it, I tried "cp config.example.yml config.yml", but "rake install" still failed. So this trivial patch simply makes the error message slightly more clear.
Hope it helps!