lib/mtgox/connection.rb in mtgox-0.7.1 vs lib/mtgox/connection.rb in mtgox-0.7.2

- old
+ new

@@ -12,10 +12,10 @@ def connection options = { :headers => { :accept => 'application/json', - :user_agent => "mtgox gem #{MtGox::VERSION}", + :user_agent => "mtgox gem #{MtGox::Version}", }, :ssl => {:verify => false}, :url => 'https://mtgox.com', }