Fixed other GET OAuth requests to send params too.
[twitter4r-core.git] / scripts / testgitgem
blob03add3e60f69802cd84eea5f8e4553b270344af9
1 #!/usr/bin/env ruby
3 require 'rubygems/specification'
4 data = File.read(File.join(File.dirname(__FILE__), '..', 'twitter4r.gemspec'))
5 spec = nil
6 Thread.new { spec = eval("$SAFE = 3\n#{data}") }.join
7 puts spec.inspect