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
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
Simone Carletti
16363939b9
Upgrade RSpec 1.x to RSpec 2.10-x
2012-06-14 11:18:35 +02:00
Simone Carletti
53fae92986
Ignore .rvmrc file
2012-06-14 10:48:29 +02:00
Steven Bazyl
eb045d41e5
Update gemspec
2012-06-11 16:01:20 -07:00
Steven Bazyl
47ed766eea
New version of client lib
2012-06-11 15:59:29 -07:00
Steven Bazyl
aa1eb64332
Fix media test case StringIO
2012-06-06 18:03:23 -07:00
Steven Bazyl
a9d46c0359
Resolve merge conflict
2012-06-06 17:32:29 -07:00
Steven Bazyl
a7b40becc6
Allow credentials on per-request basis
2012-06-06 17:27:20 -07:00
Steven Bazyl
f7a4db959d
Initial support for service accounts
2012-06-06 17:25:44 -07:00
Steven Bazyl
1dda547904
More tests for media upload
2012-06-04 16:53:37 -07:00
Steven Bazyl
fe410c49eb
Add tests for media upload
2012-06-04 16:51:11 -07:00