Commit Graph

70 Commits

Author SHA1 Message Date
Sai Cheemalapati e7f64be149 Rename 'gcloud' to 'google-cloud' 2017-06-20 16:06:55 -07:00
Sai Cheemalapati 271f0c86e3 Update README.md (#579) 2017-05-17 14:09:37 -07:00
Steve Bazyl 2952e9ce27 Update version in readme 2017-04-03 13:45:57 -07:00
Steve Bazyl 8456aa1d1e Update readme to describe raw json support 2017-04-03 11:20:00 -07:00
Steve Bazyl 9efb39e7b8 Clarify versions in readme & migrating guides 2017-03-30 12:39:09 -07:00
Bob Cao 95944cf1ff Update README.md 2017-02-20 13:16:50 +08:00
Jonathan Soifer 88c22f75e7 Fix README.md typo (#512) 2017-01-28 23:25:56 -08:00
Steve Bazyl 8735e62c70 Merge pull request #455 from mortonfox/patch-1
Fix license link
2016-08-31 10:57:46 -07:00
Steve Bazyl 444ffb876b Update README.md 2016-08-31 10:57:21 -07:00
Steve Bazyl 7cd452d94d Add a note about naming convention
Clarify use of snake vs camel case.
2016-08-31 10:53:34 -07:00
Morton Fox 398d50d6c3 Fix license link 2016-08-23 00:21:09 -04:00
@rubynerd 7ab804fa57 Use twiddle-wakka for dependency example in Gemfile
This just bit me because of an "uninitialized constant Google::Apis::Core::JsonObjectSupport" error with generated API files, so I thought I would fix this up for someone in the future.

For dependency resolution, this specifies any version of 'google-api-client' 0.9 is valid, but 1.0 is not.
2016-08-02 21:15:20 +01:00
Steve Bazyl 4e19ae601f #389 - Add option to bypass Rails logger + update readme 2016-04-14 12:54:58 -07:00
Steve Bazyl 50a07f8cb2 Merge pull request #372 from masonnl/issue-370-auth-with-env-variables
Add an authorization technique to the docs using env vars
2016-04-14 10:53:06 -07:00
Steve Bazyl d2e51b4e7d Update changelog, readme, & version for next 0.9.4 release 2016-03-11 14:43:51 -08:00
Mason Neal 9a3892afd2 Add an authorization technique to the docs using env vars
[Google Auth](https://github.com/google/google-auth-library-ruby) supports environment varibales as a means of authorizing service apps.
2016-03-01 08:23:46 -08:00
Peter Karth 9234b9d208 Typo fix
Fixed line in README.md in Callbacks section an => can
2016-03-01 01:59:54 -05:00
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