> Indeed, that was it. Definitely fakeweb's fault, the new HTTP Basic
> support was being a little too aggressive with the "Authorization"
> header. Fixed!
You're too fast for me. I was in the midst of trying to reply to your
first message when I saw the next two. :)
That does make perfect sense, since OAuth uses those headers to store
tokens and signatures and such.
> http://github.com/chrisk/fakeweb/commit/871ff8949b5297328db8c86c82c7251eaaab5d50
>
> I'll try to get out a 1.2.2 release tomorrow. In the meantime, I think
> the 1.2.0 gem should work for you.
Awesome! Thanks so much!
--
Bill Kocik
> I don't know if your cygwin stack is different, but usually you can do
> something like `[sudo] gem install fakeweb --version=1.2.0` to install
> a different version.
D'oh! I actually use config.gem to manage my gems, and for some reason
I had it set up with :source => "http://gems.github.com". No wonder it
didn't work.
> Anyway, 1.2.2 should be available now, so try that instead :) Let me
> know how it works out.
Yep, I've got it, and it did indeed solve the problem. Of course, now
my tests fail, but that's my fault, not yours. :)
Thanks so much for the quick turnaround. This gem is a lifesaver for
testing this project, which depends heavily on Twitter's API.