google-api-ruby-client/lib/google/api_client
Ben Barnard c428db0f3d Shutdown WEBrick server used in installed app flow
Starting and stopping WEBrick only controls whether the event loop is
running, it does not start and stop listening on TCP sockets.
Our WEBrick server is starting to listen when it is initialised,
so we should ensure that we shut it down when we are done with it.

Note that shutdown is idempotent.
2013-11-20 00:28:21 +01:00
..
auth Shutdown WEBrick server used in installed app flow 2013-11-20 00:28:21 +01:00
discovery Upgrade to Faraday 0.9 (fixes params encoding problems) 2013-05-13 14:03:49 -07:00
service Adding discovery document caching to Service interface 2013-10-29 12:59:52 +00:00
batch.rb Fix URI in batched request to allow query parameters 2013-02-15 13:13:58 -08:00
client_secrets.rb Small fixes to client secrets: 2013-08-06 18:46:11 +01:00
discovery.rb Better way to handle automatic parsing using the schemas in the discovery document. 2011-08-04 23:36:36 -04:00
environment.rb Fixed formatting issue with OS version number in Java. 2012-03-14 17:11:19 +01:00
errors.rb Moving BatchError to errors.rb 2012-05-18 10:45:54 +01:00
gzip.rb Enable gzip compression 2013-06-19 17:37:38 -07:00
logging.rb Sprinkle of logging 2013-01-04 16:14:14 -08:00
media.rb No longer buffer chunks/files when using resumable upload 2013-06-18 12:15:02 -07:00
railtie.rb Add railtie 2013-01-02 20:07:17 -08:00
reference.rb Move request class to its own file 2012-10-10 14:28:46 -06:00
request.rb don't require faraday/utils; faraday already includes it 2013-08-02 17:13:15 -05:00
result.rb Issue 59 - handle 204 responses more gracefully 2012-10-10 14:28:46 -06:00
service.rb Minor documentation fix 2013-10-29 13:25:55 +00:00
service_account.rb auth: add compute service account 2013-08-14 16:29:16 -07:00
version.rb Redo 0.7.0... 2013-09-09 13:58:13 -07:00