mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-06 00:02:18 -04:00
Make the SSL checks, user agent assembly, and request header generation separate methods. Also switch to class instance variables instead of class variables and accessors instead of custom functions, and wrap lines to 80 characters. Original patches come with thanks to Stevie Graham (with some style fixups from me). (fixes #53, fixes #54)