Bob Aman [Sat, 21 Jul 2012 10:50:48 +0000 (13:50 +0300)]
Resolving issues introduced by Faraday dependency upgrade.
Bob Aman [Sat, 21 Jul 2012 09:19:16 +0000 (12:19 +0300)]
Updating dependencies.
Steven Bazyl [Thu, 19 Jul 2012 21:14:03 +0000 (14:14 -0700)]
Add .yardopts for doc hosting
Bob Aman [Fri, 15 Jun 2012 09:24:04 +0000 (02:24 -0700)]
Merge pull request #3 from weppos/update-rspec-187
Compatibility with 1.8.7
Simone Carletti [Thu, 14 Jun 2012 18:49:53 +0000 (20:49 +0200)]
Restore exclusion for compact and environment as requested in
6c5267359a374c6fd66702a0eea44d24becf604d
Simone Carletti [Thu, 14 Jun 2012 13:05:40 +0000 (15:05 +0200)]
Drop RCov::VerifyTask task (see GH-2)
Simone Carletti [Thu, 14 Jun 2012 13:05:21 +0000 (15:05 +0200)]
Ruby 1.8 doesn't seem to like one --exclude
Simone Carletti [Thu, 14 Jun 2012 13:04:30 +0000 (15:04 +0200)]
Require 'spec', it is included in the .gemspec and requires manual require.
Bob Aman [Thu, 14 Jun 2012 11:30:33 +0000 (04:30 -0700)]
Merge pull request #2 from weppos/update-rspec
Upgrade RSpec dependency
Simone Carletti [Thu, 14 Jun 2012 09:47:06 +0000 (11:47 +0200)]
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.
Simone Carletti [Thu, 14 Jun 2012 09:35:46 +0000 (11:35 +0200)]
RSpec create the /specdoc folder if needed.
In this way, we don't get this folder for free every time rake evaluates the tasks.
Simone Carletti [Thu, 14 Jun 2012 09:32:16 +0000 (11:32 +0200)]
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
Simone Carletti [Thu, 14 Jun 2012 09:18:35 +0000 (11:18 +0200)]
Upgrade RSpec 1.x to RSpec 2.10-x
Simone Carletti [Thu, 14 Jun 2012 08:48:29 +0000 (10:48 +0200)]
Ignore .rvmrc file
Steven Bazyl [Mon, 11 Jun 2012 23:01:20 +0000 (16:01 -0700)]
Update gemspec
Steven Bazyl [Mon, 11 Jun 2012 22:59:29 +0000 (15:59 -0700)]
New version of client lib
Steven Bazyl [Thu, 7 Jun 2012 01:03:23 +0000 (18:03 -0700)]
Fix media test case StringIO
Steven Bazyl [Thu, 7 Jun 2012 00:32:29 +0000 (17:32 -0700)]
Resolve merge conflict
Steven Bazyl [Thu, 7 Jun 2012 00:27:20 +0000 (17:27 -0700)]
Allow credentials on per-request basis
Steven Bazyl [Thu, 7 Jun 2012 00:25:44 +0000 (17:25 -0700)]
Initial support for service accounts
Steven Bazyl [Mon, 4 Jun 2012 23:53:37 +0000 (16:53 -0700)]
More tests for media upload
Steven Bazyl [Mon, 4 Jun 2012 23:51:11 +0000 (16:51 -0700)]
Add tests for media upload
Bob Aman [Thu, 24 May 2012 14:47:17 +0000 (17:47 +0300)]
Updating dependency to avoid certificate verify failure errors.
Bob Aman [Thu, 24 May 2012 12:42:21 +0000 (15:42 +0300)]
Updating dependencies to include UUIDTools.
Bob Aman [Thu, 24 May 2012 12:31:40 +0000 (15:31 +0300)]
Merge branch 'master' of github.com:google/google-api-ruby-client
Bob Aman [Thu, 24 May 2012 12:29:58 +0000 (15:29 +0300)]
Moving require so that client only gets loaded if the task requires it.
Sergio Gomes [Fri, 18 May 2012 09:45:54 +0000 (10:45 +0100)]
Moving BatchError to errors.rb
Sergio Gomes [Wed, 16 May 2012 19:26:10 +0000 (20:26 +0100)]
Added some more specs for Google::APIClient::Result
Sergio Gomes [Wed, 16 May 2012 19:05:24 +0000 (20:05 +0100)]
Adding batch support
Bob Aman [Fri, 11 May 2012 10:55:37 +0000 (13:55 +0300)]
Ooops, missed a spot. This is what actually controls the default task.
Bob Aman [Fri, 11 May 2012 10:53:17 +0000 (13:53 +0300)]
Adding Steven to the Travis notification list.
Bob Aman [Fri, 11 May 2012 10:44:39 +0000 (13:44 +0300)]
Default changed to spec:rcov. Verify task always exits with error code 1.
Bob Aman [Fri, 11 May 2012 10:41:40 +0000 (13:41 +0300)]
Apparently 60% is too low!
Bob Aman [Fri, 11 May 2012 10:30:58 +0000 (13:30 +0300)]
Support for 1.8.6 is not realistic.
Bob Aman [Fri, 11 May 2012 10:29:41 +0000 (13:29 +0300)]
Downgraded verify task to 60% coverage requirement.
Bob Aman [Fri, 11 May 2012 10:26:41 +0000 (13:26 +0300)]
Need to support JRuby via the jruby-openssl gem.
Bob Aman [Fri, 11 May 2012 10:19:10 +0000 (13:19 +0300)]
RDoc is no longer used.
Bob Aman [Fri, 11 May 2012 10:16:38 +0000 (13:16 +0300)]
Added build status to README.
Bob Aman [Fri, 11 May 2012 10:12:40 +0000 (13:12 +0300)]
Updated gemspec.
Bob Aman [Fri, 11 May 2012 10:12:20 +0000 (13:12 +0300)]
Adding Gemfile and Travis CI config file.
Bob Aman [Fri, 11 May 2012 10:11:52 +0000 (13:11 +0300)]
The diff-lcs gem is not used.
Bob Aman [Fri, 11 May 2012 10:11:20 +0000 (13:11 +0300)]
Updating .gitignore file to include bundler related stuff.
Bob Aman [Fri, 11 May 2012 09:55:00 +0000 (12:55 +0300)]
Fixed issue with UTF-8 characters in code, but no encoding specified.
Sérgio Gomes [Fri, 11 May 2012 09:48:30 +0000 (12:48 +0300)]
Resolves issue of validation failing for repeated parameters.
Sérgio Gomes [Tue, 24 Apr 2012 11:47:28 +0000 (14:47 +0300)]
Added spec to ensure next page tokens are escaped.
Bob Aman [Tue, 24 Apr 2012 11:39:25 +0000 (14:39 +0300)]
Updated to avoid deprecation of encode and decode methods in multi_json gem.
Bob Aman [Tue, 27 Mar 2012 18:21:00 +0000 (13:21 -0500)]
Updated gemspec.
Bob Aman [Tue, 27 Mar 2012 18:19:40 +0000 (13:19 -0500)]
I'm too picky.
Steven Bazyl [Tue, 27 Mar 2012 18:10:56 +0000 (11:10 -0700)]
Update changelog & API version
Bob Aman [Wed, 14 Mar 2012 16:11:51 +0000 (17:11 +0100)]
Merge branch 'master' of https://code.google.com/p/google-api-ruby-client
Bob Aman [Wed, 14 Mar 2012 16:11:19 +0000 (17:11 +0100)]
Fixed formatting issue with OS version number in Java.
Steven Bazyl [Tue, 13 Mar 2012 21:39:44 +0000 (14:39 -0700)]
Multipart upload compatibility with 1.8.7
Steven Bazyl [Tue, 13 Mar 2012 21:39:44 +0000 (14:39 -0700)]
Multipart upload compatibility with 1.8.7
Adam Sawyer [Tue, 13 Mar 2012 18:41:58 +0000 (14:41 -0400)]
When running in a jvm, get the OK name and version from java's system properties, to avoid exec'ing uname.
Bob Aman [Fri, 2 Mar 2012 16:07:35 +0000 (17:07 +0100)]
Fixed whitespace issue.
Bob Aman [Fri, 2 Mar 2012 16:07:02 +0000 (17:07 +0100)]
Merge branch 'master' of https://code.google.com/p/google-api-ruby-client
Bob Aman [Fri, 2 Mar 2012 16:06:08 +0000 (17:06 +0100)]
Initial pass at parsing and handling client_secrets.json.
Steven Bazyl [Fri, 2 Mar 2012 01:24:14 +0000 (17:24 -0800)]
Merge branch 'master' of https://code.google.com/p/google-api-ruby-client
Steven Bazyl [Fri, 2 Mar 2012 01:23:36 +0000 (17:23 -0800)]
Media upload support
Bob Aman [Mon, 27 Feb 2012 11:23:33 +0000 (12:23 +0100)]
More carefully resolving the discovery-of-discovery issue.
Bob Aman [Mon, 27 Feb 2012 11:13:42 +0000 (12:13 +0100)]
Cleaning up the changes made by @vapir.
Bob Aman [Mon, 27 Feb 2012 10:29:16 +0000 (11:29 +0100)]
Merge branch 'master' of github.com:sporkmonger/google-api-ruby-client
Bob Aman [Fri, 24 Feb 2012 19:12:12 +0000 (11:12 -0800)]
Merge pull request #4 from vapir/baseURI_and_fixups
Base uri and fixups
Bob Aman [Wed, 22 Feb 2012 12:41:18 +0000 (15:41 +0300)]
Updated gemspec.
Bob Aman [Wed, 22 Feb 2012 12:40:33 +0000 (15:40 +0300)]
Updated version and CHANGELOG.
Bob Aman [Wed, 22 Feb 2012 12:09:35 +0000 (15:09 +0300)]
Patch to solve Ruby 1.8.7 incompatibility.
Ethan [Tue, 31 Jan 2012 03:33:03 +0000 (22:33 -0500)]
rescue any error invoking external commands attempting to determine OS_VERSION; just return RUBY_PLATFORM on failure.
Ethan [Wed, 25 Jan 2012 10:01:30 +0000 (05:01 -0500)]
minor whitespace touchup
gedit's syntax highlighting breaks on the previous
Ethan [Sun, 8 Jan 2012 06:38:48 +0000 (01:38 -0500)]
fix schema to not choke when '$ref' is specifying what the '$ref' property actually is, rather than invoking it, and is therefore not a string.
this applies to the schema JsonSchema, specified in the document for the discovery service itself
Ethan [Wed, 25 Jan 2012 08:24:22 +0000 (03:24 -0500)]
if ApiClient receives :authorization => false, respect that, and only default to oauth2 if :authorization is omitted
Ethan [Thu, 29 Dec 2011 04:04:16 +0000 (21:04 -0700)]
add method ApiClient#relative_uri which constructs a full uri from a given relative path, respecting specified protocol, host, and port; and allowing expanded parameters passed through Addressable::Template
Ethan [Wed, 25 Jan 2012 08:23:03 +0000 (03:23 -0500)]
change ApiClient's configurable host to a configurable baseURI, so that protocol, port, and base path may be overridden in addition to host
Nikolay Mischenko [Wed, 15 Feb 2012 13:25:48 +0000 (16:25 +0300)]
Fixed parameters encoding (should be urlencoded)
Bob Aman [Wed, 15 Feb 2012 12:23:54 +0000 (15:23 +0300)]
Added ID token verification against server certificate.
Bob Aman [Fri, 10 Feb 2012 14:49:52 +0000 (17:49 +0300)]
Updating release process.
Bob Aman [Fri, 10 Feb 2012 14:36:41 +0000 (17:36 +0300)]
Updated gemspec.
Bob Aman [Fri, 10 Feb 2012 14:32:58 +0000 (17:32 +0300)]
Updated version and CHANGELOG with recent fixes.
Bob Aman [Fri, 10 Feb 2012 14:26:44 +0000 (17:26 +0300)]
Method renames to be consistent with change to resources.
Bob Aman [Fri, 10 Feb 2012 14:17:42 +0000 (17:17 +0300)]
Merge branch 'master' of https://code.google.com/p/google-api-ruby-client
Bob Aman [Fri, 10 Feb 2012 14:16:55 +0000 (17:16 +0300)]
Updated dependency to resolve JSON bug.
Steven Bazyl [Wed, 8 Feb 2012 19:35:39 +0000 (11:35 -0800)]
Don't traverse ancestors when checking if schema is defined
Steven Bazyl [Tue, 31 Jan 2012 07:28:55 +0000 (23:28 -0800)]
Rename 'resources' method due to conflict with one of the APIs.
Steven Bazyl [Tue, 31 Jan 2012 04:54:05 +0000 (20:54 -0800)]
Remove stray requires of deleted files
Bob Aman [Mon, 30 Jan 2012 13:42:17 +0000 (16:42 +0300)]
Loosened up gem requirements.
Bob Aman [Mon, 30 Jan 2012 13:42:02 +0000 (16:42 +0300)]
Loosened up gem requirements.
Bob Aman [Mon, 30 Jan 2012 12:35:14 +0000 (15:35 +0300)]
To avoid a few bugs, requires point release of signet dependency.
Bob Aman [Fri, 27 Jan 2012 14:57:57 +0000 (17:57 +0300)]
Updated to replace httpadapter with faraday.
Bob Aman [Thu, 5 Jan 2012 10:05:56 +0000 (13:05 +0300)]
Migrated to MultiJson from JSON gem.
Bob Aman [Fri, 2 Dec 2011 14:27:13 +0000 (17:27 +0300)]
Merge branch 'master' of ../martinsarsale-support-for-repeats
Bob Aman [Fri, 2 Dec 2011 14:24:56 +0000 (17:24 +0300)]
Added super-hacky script to generate the wiki reference pages.
Bob Aman [Fri, 2 Dec 2011 13:44:13 +0000 (16:44 +0300)]
Updated gemspec.
Bob Aman [Fri, 2 Dec 2011 13:43:55 +0000 (16:43 +0300)]
Fixed some YARD documentation issues and changed how the user-agent is built.
Bob Aman [Fri, 2 Dec 2011 13:42:46 +0000 (16:42 +0300)]
Switched to using proper Rake clobbering.
Bob Aman [Fri, 2 Dec 2011 13:41:05 +0000 (16:41 +0300)]
Renamed CHANGELOG.
Martin Sarsale [Thu, 1 Dec 2011 14:04:40 +0000 (11:04 -0300)]
Test for repeated parameters
Martin Sarsale [Wed, 30 Nov 2011 14:39:28 +0000 (11:39 -0300)]
Merge remote branch 'remotes/upstream/master'
Bob Aman [Tue, 22 Nov 2011 10:54:39 +0000 (13:54 +0300)]
Moving static files to extra section so they don't get intrepreted as Ruby code by Yard.
Bob Aman [Wed, 16 Nov 2011 14:26:03 +0000 (17:26 +0300)]
Resolving /dev/null issue with WEBrick on Windows.
Bob Aman [Wed, 16 Nov 2011 14:06:44 +0000 (17:06 +0300)]
Had to make a minor update to httpadapter to get tests passing again.
Bob Aman [Wed, 16 Nov 2011 13:40:42 +0000 (16:40 +0300)]
Merge branch 'schemas'
* Resolved some test failures that showed up during the merge.
Conflicts:
lib/google/api_client/discovery/api.rb