Commit Graph

620 Commits

Author SHA1 Message Date
Steven Bazyl aeef8f3a5c Re-org service account support 2012-10-10 14:18:33 -06:00
Steven Bazyl 39f53ae4e2 Move request class to its own file 2012-10-10 14:11:49 -06:00
sanemat 92a074bc18 Compatible multi_json >= 1.0.0 with Rails3.2.8 2012-10-11 02:51:34 +09:00
Bob Aman 0903702738 Apparently the ||= operator does not work with constants in some versions of Ruby. 2012-10-10 19:59:55 +03:00
Bob Aman c8418d4976 Marked failing tests as pending. 2012-10-10 19:47:02 +03:00
Bob Aman e28035d7ad This should "resolve" issues with OS X.
This is actually a pretty terrible solution, but side-effects should be low.
2012-10-08 17:07:08 +03:00
Bob Aman dd8cee65b2 This should resolve the issue with Kernel#load. 2012-10-08 17:06:08 +03:00
Bob Aman 2c567fd720 Added the ability to create an authorization object from client secrets. 2012-10-05 12:07:42 +03:00
Steven Bazyl 6539bfc118 Issue 59 - handle 204 responses more gracefully 2012-10-04 18:17:54 -07:00
Steven Bazyl 7fb35aab06 Doc improvements 2012-10-04 15:48:49 -07:00
Steven Bazyl 94100bb3d1 Expose discovery doc in prep for future doc changes 2012-10-04 15:48:21 -07:00
Steven Bazyl 5941c0d877 Add test for options as 5th param in array style calls 2012-10-04 15:46:48 -07:00
Steven Bazyl 016689fa7c Add method for checking if upload can be resumed 2012-10-04 15:31:46 -07:00
Steven Bazyl 3270a47fa8 Update docs re: api_method + allow options in array-style calls 2012-10-04 15:30:49 -07:00
Steven Bazyl 7c714b836e More documentation cleanup 2012-09-28 16:29:51 -07:00
Steven Bazyl 4d441b0437 More documentation cleanup 2012-09-28 16:11:17 -07:00
Steven Bazyl 4d3c1801b7 Mostly doc updates, +remove support for method as string 2012-09-28 12:07:11 -07:00
Steven Bazyl 9bbc3224ff Allow adjusting issued-at time to minimize clock skew issues 2012-09-28 12:06:15 -07:00
Steven Bazyl a3e0ea8451 Continue internal shuffling... 2012-09-24 16:09:17 -07:00
Steven Bazyl c58b350212 Update example in readme 2012-09-24 15:21:56 -07:00
Steven Bazyl 4665331502 Unify processing of api/resumable/batch requests 2012-09-11 11:04:21 -07:00
Steven Bazyl 18d3cccd6a Begin consolidation of request building in reference. Further changes coming to simplify batch + media handling 2012-09-05 14:56:52 -07:00
Steven Bazyl 8e26241e1c Consolidate request routing through execute methods 2012-09-05 14:16:31 -07:00
Steven Bazyl d54349d2a6 Remove embedded version #s, use Gemfile 2012-09-05 14:05:48 -07:00
Steven Bazyl ba2f082495 Remove unnecessary normalization/fix addressable bug 2012-09-05 13:30:46 -07:00
Steven Bazyl ff7ae9088d Temp disable latitude tests due to discovery bug 2012-09-05 12:36:03 -07:00
Bob Aman 2f630f6c1d Merge branch 'master' of github.com:google/google-api-ruby-client 2012-08-30 12:16:49 +03:00
Bob Aman 11155d3c39 Backwards compatibility for MultiJson. 2012-08-30 12:15:59 +03:00
Bob Aman 9ba98b63d7 Merge pull request #6 from marclennox/master
Fixing an issue where the input parameters were being referenced as a hash after having been converted to an array of name, value pairs.
2012-08-19 05:07:16 -07:00
Marc Lennox 0e5070c356 Syntax change to satisfy pull request 2012-08-18 21:12:54 -07:00
Marc Lennox 6795eeece9 Fixed an issue where the code was expecting parameters as a hash when in fact they are previously converted to an array 2012-08-18 16:43:57 -07:00
Bob Aman e77169a7f4 Apparently we didn't. And there's nothing we can do about it right now. Awesome. 2012-08-01 00:40:27 +03:00
Bob Aman a16101ac89 Merge branch 'master' of https://code.google.com/p/google-api-ruby-client 2012-08-01 00:34:52 +03:00
Bob Aman 8d99b5b46c Resolving constant redefinition warnings. 2012-08-01 00:31:24 +03:00
Steven Bazyl 1ff1a8e355 Issue 47 - Improve error handling on result 2012-08-01 00:28:39 +03:00
Bob Aman 9e55284329 Some debug statements snuck into the commit. 2012-08-01 00:20:29 +03:00
Bob Aman 992a698b0a Two failing tests, neither of which I can do much about. 2012-08-01 00:16:26 +03:00
Bob Aman 45bc8f4898 Removed trailing whitespace. 2012-07-31 23:57:45 +03:00
Bob Aman 3f50b2dcbd Significant performance improvements to the tests. 2012-07-31 23:56:13 +03:00
Bob Aman e5e0118b50 Switched to using RSpec's let method for memoization. 2012-07-31 23:15:45 +03:00
Bob Aman 10856af027 Updating version. 2012-07-31 16:56:54 +03:00
Bob Aman 64fc8e74d9 Updating version and dependencies. 2012-07-31 16:56:17 +03:00
Steven Bazyl 9236de5593 Issue 47 - Improve error handling on result 2012-07-24 20:35:07 -07:00
Bob Aman 3bc7d52764 Resolving issues introduced by Faraday dependency upgrade. 2012-07-21 13:51:23 +03:00
Bob Aman 5e751681dd Updating dependencies. 2012-07-21 13:51:23 +03:00
Steven Bazyl 0020c0d006 Add .yardopts for doc hosting 2012-07-19 14:14:03 -07:00
Bob Aman e1c1e7e95d Merge pull request #3 from weppos/update-rspec-187
Compatibility with 1.8.7
2012-06-15 02:24:04 -07:00
Simone Carletti 4656b73ff9 Restore exclusion for compact and environment as requested in 6c5267359a 2012-06-14 20:49:53 +02:00
Simone Carletti c656b1aaeb Drop RCov::VerifyTask task (see GH-2) 2012-06-14 15:06:26 +02:00
Simone Carletti 6c5267359a Ruby 1.8 doesn't seem to like one --exclude 2012-06-14 15:06:22 +02:00