plamoni / SiriProxy

A (tampering) proxy server for Apple's Siri
GNU General Public License v3.0
2.12k stars 343 forks source link

Make Gemfile error message slightly more clear. #399

Closed jsquyres closed 11 years ago

jsquyres commented 11 years ago

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!

jsquyres commented 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.").

plamoni commented 11 years ago

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!