Commit Graph

736 Commits

Author SHA1 Message Date
Steve Bazyl 1864ea712f Bump version 2016-01-14 17:42:44 -08:00
Steve Bazyl 99a70f8a0a Regen APIs 2016-01-14 10:49:46 -08:00
Steve Bazyl 2533098484 Add option to force passing alt=json for some APIs that return xml by default 2016-01-14 10:48:40 -08:00
Steve Bazyl 64c1eb0941 Release 0.9.pre5 2016-01-07 16:24:10 -08:00
Steve Bazyl c530a350fc Update APIs 2016-01-07 16:23:51 -08:00
Steve Bazyl 8dcab2ace0 Bump version 2016-01-07 16:15:43 -08:00
Steve Bazyl 8c9f0e8b1f #299 - Add gmail send example 2016-01-07 15:32:17 -08:00
Steve Bazyl 451a0b6617 Include reason & message in API error when available 2016-01-07 14:28:34 -08:00
Steve Bazyl 2336c1a61a Merge branch 'master' of https://github.com/google/google-api-ruby-client 2016-01-07 11:42:12 -08:00
Steve Bazyl fd4ff04266 Refresh samples + add new ones for YouTube, Analytics 2016-01-07 11:41:45 -08:00
Steve Bazyl a0d99ba253 Merge pull request #330 from joker1007/enable-upload-to-use-tempfile
Add Tempfile to if statement of BaseUploadCommand#prepare!
2016-01-06 12:02:56 -08:00
joker1007 db1ab7d0b2 Add basename arg to Tempfile constructor 2016-01-07 03:39:53 +09:00
joker1007 4b78f99f7a Extract long condition statement to its own method 2016-01-06 14:35:23 +09:00
joker1007 da53defdc8 Add test case for Tempfile input 2016-01-06 14:29:58 +09:00
Steve Bazyl d9056b3c77 Merge pull request #329 from ysksn/spec_helper
Remove $LOAD_PATH.unshift(*) and $LOAD_PATH.uniq! from spec/spec_helper.rb because they do nothing
2016-01-05 10:09:02 -08:00
joker1007 df07478009 Add Tempfile to if statement of BaseUploadCommand#prepare! 2016-01-05 20:19:11 +09:00
Yosuke Kabuto a382d9be84 Leave $LOAD_PATH.uniq! for jruby 2016-01-05 15:18:56 +09:00
Yosuke Kabuto be71b0dbf2 Use bundler to execute test 2016-01-05 14:19:56 +09:00
Yosuke Kabuto 59e8342469 Revert "Revert "Make word "path" plural""
This reverts commit 3a8bc07686.
2016-01-02 20:17:40 +09:00
Yosuke Kabuto 3a8bc07686 Revert "Make word "path" plural"
This reverts commit 1dbc4c3fee.
2016-01-02 19:52:36 +09:00
Yosuke Kabuto 1dbc4c3fee Make word "path" plural 2016-01-02 16:53:25 +09:00
Yosuke Kabuto 8581c72a44 Add space between specs 2016-01-02 16:42:29 +09:00
Yosuke Kabuto f6dc748cbd Remove $LOAD_PATH.uniq! because $LOAD_PATH does not contain any duplicate path 2016-01-02 16:41:04 +09:00
Yosuke Kabuto b02f03a556 Remove lines which add some paths to $LOAD_PATH, because they already exist in $LOAD_PATH 2016-01-02 16:19:08 +09:00
Steve Bazyl 1715fc9945 Fix #326 - Normalize query parameters to allow falsey values 2015-12-20 15:22:13 -08:00
Steve Bazyl 45a8dcba36 Merge branch 'master' of https://github.com/google/google-api-ruby-client 2015-12-20 14:40:34 -08:00
Steve Bazyl 4173efe67b Fix #327 - Don't break Module.hash 2015-12-20 14:39:54 -08:00
Steve Bazyl d265698910 Update README.md
Minor tweak to install instructions
2015-12-18 15:21:47 -08:00
Steve Bazyl e8481dd14d Use HTTPClient instead of Net::HTTP 2015-12-18 14:37:21 -08:00
Steve Bazyl c102c571e0 Release 0.9.pre4 2015-12-17 13:34:38 -08:00
Steve Bazyl 017e2c4c1d Update load pathf or specs 2015-12-17 10:35:02 -08:00
Steve Bazyl d47e96c572 Merge branch 'master' of https://github.com/google/google-api-ruby-client 2015-12-16 11:34:10 -08:00
Steve Bazyl ccd8a40eb9 Update version, changelog 2015-12-16 11:34:05 -08:00
Steve Bazyl e7c6ba8a5d Add knowledge graph API, regen APIs 2015-12-16 11:33:13 -08:00
Steve Bazyl 92fc3b0804 Update googleauth, representable gems 2015-12-16 11:31:37 -08:00
Steve Bazyl 1de66ddedb Merge pull request #320 from railscard/http_command_query_params
Allow http command to keep initial query parameters
2015-12-16 11:24:18 -08:00
Steve Bazyl 4ca2f987f1 Merge pull request #322 from railscard/travis_ci_bundler_fix
Update bundler before travis builds
2015-12-16 11:23:12 -08:00
railscard 715fbe7a66 Update bundler before travis builds 2015-12-15 23:02:47 +04:00
Steve Bazyl 808d683d9a Update samples/integration tests 2015-12-14 17:42:53 -08:00
Steve Bazyl 9e738cc82a Mark auth classes as deprecated 2015-12-14 17:42:17 -08:00
Steve Bazyl d6787424bb Allow mixing input sources during generation 2015-12-14 17:41:50 -08:00
Steve Bazyl 886bb2904f Add compute API beta 2015-12-14 17:41:02 -08:00
Steve Bazyl 0320f210cb Add drive V3 to list of apis 2015-12-14 16:48:17 -08:00
Steve Bazyl 10df2a6a6d Update calendar resource method naming 2015-12-14 16:47:47 -08:00
Steve Bazyl b7c94d8355 Update generated APIs 2015-12-14 14:27:57 -08:00
railscard f51a4f25a9 Allow http command to keep initial query parameters 2015-12-14 06:16:31 +04:00
Steve Bazyl 0d07ea17f1 Merge branch 'master' of https://github.com/google/google-api-ruby-client 2015-12-02 17:12:21 -08:00
Steve Bazyl 99a5f8de62 Update generated APIs 2015-12-02 17:11:05 -08:00
Steve Bazyl e399d04d33 Tweak method name generation 2015-12-02 17:09:44 -08:00
Steve Bazyl 6c75e89cfe Merge pull request #310 from amitree/master
No longer swallowing errors from block passed to execute
2015-12-02 17:09:01 -08:00