gitextract__b7ldh8x/ ├── Rakefile ├── VERSION ├── examples/ │ ├── fogbugz.rb │ ├── google.rb │ ├── twitter-calltrace.rb │ ├── twitter-customlog.rb │ ├── twitter-simple.rb │ ├── twitter-verbose.rb │ └── twitter-withbody.rb ├── lib/ │ └── net-http-spy.rb ├── net-http-spy.gemspec ├── readme.markdown └── spec/ ├── spec.opts ├── spec_helper.rb └── spy_spec.rb