Commit Graph

849 Commits

Author SHA1 Message Date
@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 7b6fa357f6 Release 0.9.11 2016-07-06 14:16:19 -07:00
Steve Bazyl 7c7691ccc0 Release 0.9.11 2016-07-06 14:16:06 -07:00
Steve Bazyl cba9d79b52 Regen APIs, bump version 2016-07-06 14:13:29 -07:00
Steve Bazyl 24ef90b583 Add dfareporting_v2_5, regenerate APIs 2016-06-30 15:17:37 -06:00
Steve Bazyl b4842fc28b Bump version 2016-06-24 10:04:05 -07:00
Steve Bazyl d8286f642c Prefer mimetype columnar store if available to reduce mem footprint 2016-06-23 12:44:06 -07:00
Steve Bazyl edb841310f Gracefully handle nil collections when paging 2016-06-23 12:43:37 -07:00
Steve Bazyl d9a91c83ee Regenerate apis, add datastore_v1beta3 2016-06-23 12:42:56 -07:00
Steve Bazyl 3714da7a3f Release 0.9.9 2016-06-09 13:24:50 -07:00
Steve Bazyl 067d0ad9ae Release 0.9.9 2016-06-09 13:24:42 -07:00
Steve Bazyl 2c32eb97a3 Bump version 2016-06-09 13:24:28 -07:00
Steve Bazyl daee54aacb Regenerate apis, add monitoring_v3 2016-06-09 13:22:21 -07:00
Steve Bazyl 8f941ff90f Merge branch 'master' of https://github.com/google/google-api-ruby-client 2016-06-09 12:44:51 -07:00
Steve Bazyl 65c1cc047e Merge pull request #419 from ysksn/errors_spec
Add specs for Google::Apis::Error
2016-06-09 12:44:25 -07:00
Steve Bazyl fa2bfd7330 Merge pull request #418 from ysksn/load_credentials
Modify  a spec for Google::APIClient::FileStore.load_credentials
2016-06-09 12:44:10 -07:00
Steve Bazyl e39b2e66ef Merge pull request #417 from tknzk/sample-cli-sheetsv4
Add sample cli for sheets api
2016-06-09 12:43:29 -07:00
Steve Bazyl 61671d0471 Merge pull request #420 from tknzk/sample-cli-bigquery_v2
Add cli sample for bigquery api
2016-06-09 12:42:58 -07:00
tknzk 36bfc5506f
cli sample for bigquery 2016-06-01 16:24:54 +09:00
tknzk f1f0112512
remove debug line. 2016-06-01 14:19:44 +09:00
Yosuke Kabuto ab8cfe5208 Stub instance method :backtrace, insted of defining it 2016-05-29 20:20:59 +09:00
Yosuke Kabuto 657bfc0e01 Create specs for Google::Apis::Error 2016-05-29 19:52:27 +09:00
Yosuke Kabuto 07d8f22612 Remove white spaces 2016-05-29 19:51:36 +09:00
Yosuke Kabuto ccd694a916 Google::APIClient::FileStore.load_credentials loads all attrs of the json 2016-05-29 13:13:42 +09:00
tknzk 3a0d4b9530
fix a typo. 2016-05-27 09:27:28 +09:00
tknzk 53567aa788
fix each val 2016-05-26 17:04:11 +09:00
tknzk fb82cbc54d
cli sample for sheets api 2016-05-26 16:59:41 +09:00
Steve Bazyl 7c26caf0ad Release 0.9.8 2016-05-25 09:19:38 -07:00
Steve Bazyl dffa167d5f Bump version 2016-05-25 09:19:25 -07:00
Steve Bazyl 557057c754 Regen APIs, add mybusiness_v3 2016-05-25 09:16:15 -07:00
Steve Bazyl 253bc51e0b Release 0.9.7 2016-05-16 14:29:18 -07:00
Steve Bazyl aecb78f77f Bump version 2016-05-16 09:50:44 -07:00
Steve Bazyl 416ae55acf regen APIs, add sheets_v4 & analyticsreporting_v4 2016-05-16 09:49:15 -07:00
Steve Bazyl 5cdbb667b5 Release 0.9.6 2016-04-27 10:22:59 -07:00
Steve Bazyl 26d3e365c7 Bump version 2016-04-27 10:22:47 -07:00
Steve Bazyl 4b959f1b83 Remove errant API 2016-04-27 09:59:27 -07:00
Steve Bazyl e9cc29cb4b Merge pull request #404 from xmjw/accept-symbol-for-credentail-flow
Google::APICilent::ClientSecrets Allow symbols for credential `flow`
2016-04-26 16:07:29 -07:00
Michael Wawra 74bbfa2251 Allow symbols for credential flow
Because of my production environment, adding a JSON file a little bit of
a pain. However: using the intializer it's readily possible to set my
credentials manually from my environment. I noticed that while all the
credential details can be either a String or a Symbol, the 'flow' (i.e.,
`web`) **must** be a string.

This allows it to accept both a string and a symbol.
2016-04-26 22:41:32 +01:00
Steve Bazyl 1b2a607d9b #402 - Remove errant line 2016-04-25 10:51:01 -07:00
Steve Bazyl 1ee88320e9 #403 - allow nil dates 2016-04-25 10:49:00 -07:00
Steve Bazyl 0aa133f978 Merge branch 'master' of https://github.com/google/google-api-ruby-client 2016-04-22 14:30:36 -07:00
Steve Bazyl 0155b81771 Rewind output stream if requesting partial content but get the full media body instead 2016-04-22 14:30:30 -07:00
Steve Bazyl 9c2707649e Merge pull request #399 from teeparham/encoding
Remove comments specifying encoding
2016-04-18 16:22:39 -07:00
Nat Welch b0f82a3ba6 Merge pull request #400 from teeparham/test-files
Package fewer files in the gem
2016-04-18 09:39:05 -04:00
Tee Parham 5ce622ccd2 Package fewer files in the gem
* Do not distribute test files
* Do not distribute the intermediate api_names_out.yaml file

> Reduces the packaged gem size from 1.8Mb to 1.6Mb

The practice of not distributing test files with a gem was originally
discussed and adopted by the Bundler team here:
https://github.com/bundler/bundler/pull/3207
2016-04-17 14:27:13 -06:00
Tee Parham 6c325a9c50 Remove comments specifying encoding
In ruby 2.0, the default encoding is UTF-8, so these magic comment
directives can be safely removed.

https://www.ruby-lang.org/en/news/2013/02/24/ruby-2-0-0-p0-is-released/
2016-04-17 12:44:21 -06:00
Steve Bazyl 0bb3352496 Release 0.9.5 2016-04-14 12:57:37 -07:00
Steve Bazyl d5ff570cda Bump version 2016-04-14 12:57:27 -07:00
Steve Bazyl 4e19ae601f #389 - Add option to bypass Rails logger + update readme 2016-04-14 12:54:58 -07:00
Steve Bazyl e3d2a16a19 Merge branch 'master' of https://github.com/google/google-api-ruby-client 2016-04-14 12:46:31 -07:00