Commit Graph

800 Commits

Author SHA1 Message Date
Steve Bazyl e3d2a16a19 Merge branch 'master' of https://github.com/google/google-api-ruby-client 2016-04-14 12:46:31 -07:00
Steve Bazyl f7bbb050cc Add youtube partner API, regenerate APIs 2016-04-14 11:15:27 -07:00
Steve Bazyl 50a07f8cb2 Merge pull request #372 from masonnl/issue-370-auth-with-env-variables
Add an authorization technique to the docs using env vars
2016-04-14 10:53:06 -07:00
Steve Bazyl 801056e208 Merge pull request #388 from laramiel/master
Set required ruby version > 2.0
2016-03-30 21:25:23 -04:00
Laramie Leavitt caedd1b978 Set required ruby version > 2.0 2016-03-30 17:48:55 -07:00
Steve Bazyl 5341c4ff19 Release 0.9.4 2016-03-11 14:44:13 -08:00
Steve Bazyl d2e51b4e7d Update changelog, readme, & version for next 0.9.4 release 2016-03-11 14:43:51 -08:00
Steve Bazyl 2b1f81246c Update generated APIs 2016-03-11 14:41:48 -08:00
Steve Bazyl 6e3342b671 Cache pages in fetch_all to allow multiple iterations 2016-03-11 14:24:27 -08:00
Steve Bazyl 0ebb4165ef Merge branch 'master' of https://github.com/google/google-api-ruby-client 2016-03-08 13:27:06 -08:00
Steve Bazyl f4453f6139 Add helper method for automatic paging 2016-03-08 13:26:28 -08:00
Steve Bazyl 5feda5da0b Merge pull request #371 from falonofthetower/master
Typo fix in README.md
2016-03-01 13:58:22 -08:00
Mason Neal 9a3892afd2 Add an authorization technique to the docs using env vars
[Google Auth](https://github.com/google/google-auth-library-ruby) supports environment varibales as a means of authorizing service apps.
2016-03-01 08:23:46 -08:00
Peter Karth 9234b9d208 Typo fix
Fixed line in README.md in Callbacks section an => can
2016-03-01 01:59:54 -05:00
Steve Bazyl ec35307efc Release 0.9.3 2016-02-26 09:28:34 -08:00
Steve Bazyl 6c9feb04e0 Bump version for 0.9.3 release 2016-02-26 08:37:45 -08:00
Steve Bazyl 496d795e4c #364 - Remove active support from gemspec 2016-02-25 15:19:05 -08:00
Steve Bazyl 456bf333f6 Regen APIs 2016-02-25 15:16:53 -08:00
Steve Bazyl 47a02e897e #363 - Add convenience methods for json parsing/formatting to generated objects 2016-02-25 14:37:00 -08:00
Steve Bazyl 07ca6e8ca0 Handle SocketError. #359 2016-02-25 13:30:27 -08:00
Steve Bazyl e67964189e Drop active support as a hard runtime depdendency. Still required for code generation however. #364 2016-02-25 13:06:16 -08:00
Steve Bazyl acf2b0ec61 Merge branch 'master' of https://github.com/google/google-api-ruby-client 2016-02-25 09:39:46 -08:00
Steve Bazyl 2c1fd125e9 #369 - Form encode paramaters when method == post/put and no other body present 2016-02-25 09:35:38 -08:00
Steve Bazyl 7d00754d7f Merge pull request #367 from joker1007/fix-hash-assignment
Fix Hash value assignment in JsonSupport#getter_fn
2016-02-25 09:34:39 -08:00
Steve Bazyl 439891c523 Merge pull request #368 from yob/multi-json
replace multi_json dependency with regular stdlib JSON
2016-02-25 09:24:57 -08:00
Steve Bazyl f73b661c6c Merge pull request #369 from yob/add-2-3-0-to-travis
include ruby 2.3.0 in the CI build matrix
2016-02-25 09:23:12 -08:00
joker1007 880b0f8acf Use Hash#fetch 2016-02-25 12:36:55 +09:00
James Healy 5d5dd98df8 include ruby 2.3.0 in the CI build matrix
MRI 2.3.0 was released on 2015-12-25, so it'd be good to ensure
compatibility
2016-02-25 13:35:21 +11:00
James Healy 4b9a63c086 replace multi_json dependency with regular stdlib JSON
JSON has been part of the ruby stdlib since 1.9.0 (see
https://github.com/ruby/ruby/commit/af1c4167), and the latest version of
google-api-client requires ruby 2.0 or better so we can assume it's available
2016-02-25 13:27:33 +11:00
joker1007 fe7c377399 Add boolean test case 2016-02-25 05:34:39 +09:00
joker1007 4b6f5d0a2b Fix Hash value assignment in JsonSupport#getter_fn
because current version cannot send `false` value.
If given parameter is `false`, current version does not use it.
2016-02-25 02:48:02 +09:00
Steve Bazyl b191e60cfc Merge pull request #366 from joker1007/fix-apply_request_options
Assign `open_timeout` option in `apply_request_options`
2016-02-23 15:01:22 -08:00
joker1007 b0173dc57a Assign `open_timeout` option in `apply_request_options` 2016-02-24 02:55:55 +09:00
Steve Bazyl ee962bab45 Merge pull request #361 from jdrago999/patch-1
Update 'samples' link to 'samples' folder
2016-02-17 12:22:35 -08:00
John Drago 6692b24fa9 Update 'samples' link to 'samples' folder
The original samples link pointed to the (now) out of date examples for version 0.8 of this gem. I lost a few hours wondering why things were not working.

Hoping to save someone else the time I lost (and reap the karmic bounty thereof).
2016-02-17 10:32:38 -08:00
Steve Bazyl 09ef486aee Release 0.9.2 2016-02-10 14:02:17 -08:00
Steve Bazyl 9e6c912fcd Bump version 2016-02-10 14:02:08 -08:00
Steve Bazyl a68c43da9c Add people API, remove Mapsengine 2016-02-10 13:57:13 -08:00
Steve Bazyl 554c20d304 Merge pull request #347 from sunboshan/regexp-improvement
Cleaner code on regexp
2016-01-29 14:51:50 -08:00
Steve Bazyl d65a2edf0c Regenerate APIs 2016-01-29 14:32:46 -08:00
Steve Bazyl ed31a3bb64 Update class template to allow nil attributes values 2016-01-28 16:38:07 -08:00
boshan 0ce4387091 Cleaner code on regexp 2016-01-25 15:59:24 -08:00
Steve Bazyl ec574364a3 Merge pull request #345 from sunboshan/sample-cli-androidpublisher
Add sample: androidpublisher
2016-01-25 10:46:10 -08:00
boshan 46337aefff Add sample: androidpublisher 2016-01-22 12:03:05 -08:00
Steve Bazyl 3d4ec29fef Merge branch 'master' of https://github.com/google/google-api-ruby-client 2016-01-22 11:23:23 -08:00
Steve Bazyl 5e0ca266df Update DFA reporting from 2.1 -> 2.3 2016-01-22 11:23:05 -08:00
Steve Bazyl f6aa6b0615 Add note about hash->keyword expansion 2016-01-21 17:55:48 -08:00
Steve Bazyl 010094a78b Merge branch 'dsisnero-patch-2' 2016-01-21 11:38:02 -08:00
Steve Bazyl a8b8c559d3 Merge branch 'patch-2' of https://github.com/dsisnero/google-api-ruby-client into dsisnero-patch-2 2016-01-21 11:37:34 -08:00
Steve Bazyl f148e7c08e Merge branch 'master' of https://github.com/google/google-api-ruby-client 2016-01-21 11:36:49 -08:00