Commit Graph

53 Commits

Author SHA1 Message Date
John Drago 6692b24fa9 Update 'samples' link to 'samples' folder
The original samples link pointed to the (now) out of date examples for version 0.8 of this gem. I lost a few hours wondering why things were not working.

Hoping to save someone else the time I lost (and reap the karmic bounty thereof).
2016-02-17 10:32:38 -08:00
Steve Bazyl f6aa6b0615 Add note about hash->keyword expansion 2016-01-21 17:55:48 -08:00
boshan 7bae00bc9f Fixtypo on README 2016-01-20 20:52:58 -08:00
Steve Bazyl c27018d3c8 Fix translate sample 2016-01-20 12:24:20 -08:00
Steve Bazyl 1864ea712f Bump version 2016-01-14 17:42:44 -08:00
Steve Bazyl 8dcab2ace0 Bump version 2016-01-07 16:15:43 -08:00
Steve Bazyl fd4ff04266 Refresh samples + add new ones for YouTube, Analytics 2016-01-07 11:41:45 -08:00
Steve Bazyl d265698910 Update README.md
Minor tweak to install instructions
2015-12-18 15:21:47 -08:00
Steve Bazyl 5e80f0a5db Add details on using API keys to readme 2015-12-01 16:51:53 -08:00
Steve Bazyl 669aaf01a4 Merge pull request #273 from rusikf/patch-5
add more detail specs for client_secrets.rb + fix docs
2015-08-19 12:20:56 -07:00
Ruslan Korolev 19ead52094 add more detail specs for client_secrets.rb + fix docs 2015-08-19 21:03:53 +03:00
sugitak d1be2db651 update README.md to 0.9.pre3
A couple of updates for installing pre3.
2015-08-11 19:10:28 +09:00
Steve Bazyl 127ede5456 Update README.md 2015-07-24 22:49:17 -07:00
Steven Bazyl fe1e841ade Fix broken contributing.md link 2015-07-20 12:39:49 -07:00
Todd Sedano e2492ce314 Clearly specifying 0.9 as the current version
A gem 'google-api-client' will give the developer version 0.8.6, not 0.9. The smallest solution is to update the readme. This better communicates that the gem is going through some large changes.
2015-06-28 15:45:41 -07:00
Steven Bazyl f584a2cec8 Import refactored library. See MIGRATING.MD for details 2015-06-23 15:15:14 -07:00
Tim Emiola aa8fc7c76b Update the docs and CHANGELOG to show that application default creds are available. 2015-03-23 18:51:31 -07:00
Joe Kratzat 6757ee08c6 Fixing README.md spelling mistake
The batching example had 'urlshortener' misspelled. If someone was to copy and paste the example to test it wouldn't work.
2014-12-29 11:58:53 -05:00
Steven Bazyl 8e49ee764b Resolve merge conflict 2014-12-17 12:39:57 -08:00
Steve Bazyl 16683c7dc3 Merge pull request #162 from theit8514/master
Update README example for register_discovery_document
2014-12-05 16:52:15 -08:00
Daniel Wang 170666a40a Update README.md 2014-10-03 13:43:40 -07:00
Daniel Wang a5313c9bb0 Update README.md 2014-10-03 13:37:40 -07:00
theit8514 571b278b35 Update README documentation for register_discovery_document (It returns a Hash instead of an API object, therefore we must call discovered_api to get the API object) 2014-09-25 11:44:12 -04:00
Doug Henderson 2bed0748ab Add auto retry logic for auth expiry separate from normal failure retry 2014-03-13 11:20:08 -07:00
Steven Bazyl 8ae04bc41c Remove CLI docs from readme 2014-01-22 16:12:56 -08:00
Steven Bazyl a1eeecf2f8 Add note about retries to readme 2014-01-22 15:40:06 -08:00
Oscar Del Ben ee3f767141 Link to Github Repo 2013-10-03 09:42:08 -07:00
Steven Bazyl d85ee643d6 redo delegation docs from pull request 2013-09-10 15:31:24 -07:00
Steve Bazyl 04f6565616 Merge pull request #70 from JuanitoFatas/master
Update to https for secure connection to rubygems.org.
2013-09-06 11:38:18 -07:00
sgomes 9d7803dee8 Forgot an import. *sigh* 2013-08-09 14:43:40 +01:00
sgomes 630651c4b5 Minor bugfix change to README 2013-08-09 14:41:53 +01:00
sgomes 105510adf2 Updating README to use best practices in usage example 2013-08-09 14:40:39 +01:00
Juanito Fatas 370e01c4af Update to https for secure connection to rubygems.org. 2013-08-01 18:07:25 +08:00
Paul Gallagher 0bc54ed4c9 changed readme to direct issue reporting on github
* makes this consistent with directions on https://code.google.com/p/google-api-ruby-client/ which send people to Github
2013-06-16 20:16:25 +08:00
Paul Gallagher 2a975aa877 whitespace cleanup in readme 2013-06-16 20:15:06 +08:00
Dillon Kearns ed0a8921c0 Add syntax highlighting to README 2013-04-28 19:37:19 -07:00
Steve Bazyl cc69b49b0e Merge pull request #47 from nevir/patch-2
Consider dropping sudo from "sudo gem install" in example
2013-04-20 23:14:11 -07:00
Ian MacLeod a267e3453f Drop sudo from gem install 2013-04-17 22:50:58 -07:00
Steven Bazyl 4241e2c99e Update homepage link 2013-04-08 16:07:58 -07:00
Steven Bazyl e8b46f3cc2 Remove confusing alternate install option 2013-03-25 21:31:06 -07:00
Steven Bazyl 0dafa5e4ee Minor release for updating signet 2013-01-18 09:21:13 -08:00
Steven Bazyl 1601c616fe Update JWT example 2013-01-04 16:13:03 -08:00
Steven Bazyl b0b03cc363 Fix stackoverflow tag, minor doc cleanup for batch API 2012-11-05 11:05:48 -08:00
Steven Bazyl 01fc90b3fc Fix sample for JWTAsserter (missing .new) 2012-11-02 12:50:06 -07:00
Steven Bazyl d8c489df3b Add support info to readme 2012-10-25 17:02:59 -07:00
Steven Bazyl f9e02b0cc4 Update readme for CLI + samples 2012-10-25 16:21:00 -07:00
Steven Bazyl 3047a97c6f Update owner/author info 2012-10-25 15:05:34 -07:00
Steven Bazyl cd37e4bfea Doc improvements 2012-10-10 14:28:46 -06:00
Steven Bazyl f9c1ab67ba Update example in readme 2012-10-10 14:25:43 -06:00
Bob Aman 39482b09e2 Added build status to README. 2012-05-11 13:16:38 +03:00