Commit Graph

315 Commits

Author SHA1 Message Date
Steven Bazyl 3dcd88a884 Expose discovery doc in prep for future doc changes 2012-10-10 14:28:46 -06:00
Steven Bazyl c2d64a2484 Add test for options as 5th param in array style calls 2012-10-10 14:28:46 -06:00
Steven Bazyl 000fedfbfb Add method for checking if upload can be resumed 2012-10-10 14:28:46 -06:00
Steven Bazyl e88dabaf4c Update docs re: api_method + allow options in array-style calls 2012-10-10 14:28:46 -06:00
Steven Bazyl 83ab4a681f More documentation cleanup 2012-10-10 14:28:46 -06:00
Steven Bazyl 9bd9ceb75c More documentation cleanup 2012-10-10 14:28:45 -06:00
Steven Bazyl 1fca089d62 Mostly doc updates, +remove support for method as string 2012-10-10 14:28:45 -06:00
Steven Bazyl b425658f2f Allow adjusting issued-at time to minimize clock skew issues 2012-10-10 14:28:45 -06:00
Steven Bazyl fc45135fcd Continue internal shuffling... 2012-10-10 14:28:45 -06:00
Steven Bazyl f9c1ab67ba Update example in readme 2012-10-10 14:25:43 -06:00
Steven Bazyl 2c6bf97b20 Unify processing of api/resumable/batch requests 2012-10-10 14:25:43 -06:00
Steven Bazyl 5d2a6d4842 Begin consolidation of request building in reference. Further changes coming to simplify batch + media handling 2012-10-10 14:24:25 -06:00
Steven Bazyl 9f51031a00 Consolidate request routing through execute methods 2012-10-10 14:24:25 -06:00
Steven Bazyl e421d1734d Remove embedded version #s, use Gemfile 2012-10-10 14:24:25 -06:00
Steven Bazyl 6a37993df7 Remove unnecessary normalization/fix addressable bug 2012-10-10 14:24:25 -06:00
Steven Bazyl ac5bef80aa Temp disable latitude tests due to discovery bug 2012-10-10 14:24:24 -06: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
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
Simone Carletti 56657a8f65 Require 'spec', it is included in the .gemspec and requires manual require. 2012-06-14 15:06:15 +02:00
Bob Aman bc3d05d7c4 Merge pull request #2 from weppos/update-rspec
Upgrade RSpec dependency
2012-06-14 04:30:33 -07:00
Simone Carletti 5858999045 Remove multiple specifications of gem 'rspec'
We should take advantage of bundler. Use gemspec in the Gemfile to merge the Gemfile with the dependencies in the .gemspec file.
This solution requires rcov to be removed from .gemspec because RCov only works in MRI 1.8 and there's no way to specify platforms in the .gemspec.
2012-06-14 11:47:06 +02:00
Simone Carletti b7430aeb8c RSpec create the /specdoc folder if needed.
In this way, we don't get this folder for free every time rake evaluates the tasks.
2012-06-14 11:35:46 +02:00
Simone Carletti efb3938f7c There are now slow specs.
Moreover, in RSpec 2 we will be able to use metadata to filter specs.
https://www.relishapp.com/rspec/rspec-core/v/2-10/docs/metadata
2012-06-14 11:32:16 +02:00