Commit Graph

521 Commits

Author SHA1 Message Date
Steve Bazyl 50ce4df640 Merge pull request #98 from rhunter/patch-1
Update gem homepage to GitHub (like the README)
2014-01-16 13:11:40 -08:00
Rob Hunter 3648b9a9ee Update gem homepage to GitHub (like the README) 2013-11-25 09:57:03 +11:00
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
Sergio Gomes f06f1e33fa Minor documentation fix 2013-10-29 13:25:55 +00:00
Sergio Gomes ef4541b6eb Removing service logger. Incorrect implementation; loggers are global instead, and set in a Google::APIClient class method 2013-10-29 13:17:39 +00:00
Sergio Gomes 0fd0dca2f4 Adding discovery document caching to Service interface 2013-10-29 12:59:52 +00:00
Steve Bazyl 0d7b3d040f Merge pull request #87 from sgomes/new_programming_interface
New programming interface for the client library
2013-10-09 15:24:46 -07:00
Steve Bazyl b05de26a51 Merge pull request #86 from oscardelben/patch-1
Link to Github Repo
2013-10-09 15:19:46 -07:00
Sergio Gomes 876dddad36 Minor doc fix 2013-10-07 18:11:45 +01:00
Sergio Gomes 83d411990c Adding batch support to new service interface 2013-10-04 15:56:06 +01:00
Sergio Gomes 00f66633e0 Merge branch 'master' of https://github.com/google/google-api-ruby-client into new_programming_interface 2013-10-04 14:48:58 +01:00
Sergio Gomes 5c31b69356 Fixing broken specs 2013-10-04 14:46:14 +01:00
Oscar Del Ben ee3f767141 Link to Github Repo 2013-10-03 09:42:08 -07:00
Sergio Gomes d7bd7126d3 Merge branch 'master' of https://github.com/google/google-api-ruby-client into new_programming_interface 2013-09-11 17:23:05 +01:00
Sergio Gomes 1e2405093b - Improving the Service interface with access to more properties
- Adding end-to-end spec
- Fixing bugs
2013-09-11 16:51:10 +01:00
Steven Bazyl d85ee643d6 redo delegation docs from pull request 2013-09-10 15:31:24 -07:00
Sergio Gomes e73ce124fa Initial version of new programming interface 2013-09-10 15:29:36 +01:00
Steven Bazyl 2a3965d976 Redo 0.7.0... 2013-09-09 13:58:13 -07:00
Steven Bazyl b160f24685 Update gemspec 2013-09-09 13:48:22 -07:00
Steven Bazyl 855a7fc823 0.7.0.rc1 release 2013-09-09 13:23:09 -07:00
Steven Bazyl dca6f3448c Rename contributing file to match github expectations 2013-09-09 12:48:14 -07:00
Steve Bazyl 04f6565616 Merge pull request #70 from JuanitoFatas/master
Update to https for secure connection to rubygems.org.
2013-09-06 11:38:18 -07:00
Steve Bazyl 8b128286c5 Merge pull request #71 from twelvelabs/master
fix "already initialized constant" warnings
2013-09-06 11:37:45 -07:00
Sergio Gomes 5249137d4c Removing empty file 2013-09-05 12:32:36 +01:00
Sergio Gomes c766975587 Ensuring that multivalued requests in the AdSense Management API actually work 2013-09-05 12:30:30 +01:00
Sergio Gomes 98c3d6e250 Updating AdSense Management API specs to use v1.3 2013-09-04 18:23:13 +01:00
Steve Bazyl 327220db08 Merge pull request #78 from proppy/computeauth
auth: add compute service account
2013-08-15 14:28:37 -07:00
Johan Euphrosine f5238bbf12 auth: perserve original option param 2013-08-15 14:19:37 -07:00
Johan Euphrosine 9d7735f031 auth: add compute service account 2013-08-14 16:29:16 -07:00
Sergio Gomes b95cf48ada Fixing spec warnings 2013-08-12 16:19:09 +01:00
Sergio Gomes a4ff02e636 Removing latitude API specs 2013-08-09 16:34:27 +01:00
sgomes 9d7803dee8 Forgot an import. *sigh* 2013-08-09 14:43:40 +01:00
sgomes 630651c4b5 Minor bugfix change to README 2013-08-09 14:41:53 +01:00
sgomes 105510adf2 Updating README to use best practices in usage example 2013-08-09 14:40:39 +01:00
Steve Bazyl 89830508b2 Merge pull request #73 from sgomes/master
Small fixes to client secrets
2013-08-08 11:47:58 -07:00
Sergio Gomes d1fe3c2277 Small fixes to client secrets:
- Load automatically with a "require 'google/api_client'"
- Allow for signet >= 0.4.0
2013-08-06 18:46:11 +01:00
Skip Baney 4143d900e0 don't require faraday/utils; faraday already includes it 2013-08-02 17:13:15 -05:00
Juanito Fatas 370e01c4af Update to https for secure connection to rubygems.org. 2013-08-01 18:07:25 +08:00
Steve Bazyl a49e638475 Merge pull request #64 from phiggins/master
Update homepage in gemspec to point at Github.
2013-06-20 10:38:01 -07:00
Steven Bazyl 189473cc9e Remove example of deprecated use 2013-06-20 10:34:16 -07:00
Steven Bazyl 8aa50442ab Enable gzip compression 2013-06-19 17:37:38 -07:00
pete higgins 57f25bce5e Update homepage in gemspec to point at Github. 2013-06-19 16:46:34 -07:00
Steven Bazyl e8e2350612 Issue #57 - rewind body if possible when retrying 2013-06-18 16:35:38 -07:00
Steven Bazyl c45740b81c Fix normalization of parmeters keys 2013-06-18 15:51:46 -07:00
Steven Bazyl f63888ab61 Merge branch 'master' of https://github.com/google/google-api-ruby-client 2013-06-18 12:16:03 -07:00
Steven Bazyl 903e568a65 No longer buffer chunks/files when using resumable upload 2013-06-18 12:15:02 -07:00
Steven Bazyl e27109078a Allow apps to override ca_file 2013-06-17 17:16:53 -07:00
Steve Bazyl cb7380d256 Merge pull request #61 from tardate/issue_mgmt
Update instructions in README to direct people to Github for issue reporting
2013-06-16 20:56:49 -07:00
Paul Gallagher 0bc54ed4c9 changed readme to direct issue reporting on github
* makes this consistent with directions on https://code.google.com/p/google-api-ruby-client/ which send people to Github
2013-06-16 20:16:25 +08:00
Paul Gallagher 2a975aa877 whitespace cleanup in readme 2013-06-16 20:15:06 +08:00