Commit Graph

47 Commits

Author SHA1 Message Date
Daniel Azuma 15add33c34
chore: Move google-api-client into a subdirectory 2020-12-22 15:10:52 -08:00
Daniel Azuma a0286c0589
chore: Repurpose release task to release the gem 2020-10-27 11:28:52 -07:00
Graham Paye 363b23570e
chore: add release and continuous/post kokoro jobs (#836) 2019-11-05 12:10:36 -08:00
Daniel Azuma 7c2bb15975
Loosen bundler requirement 2019-01-04 13:30:42 -08:00
Mike Moore 397d3a287d Update YARD dependency (#749) 2018-12-10 11:15:50 -08:00
Mike Moore ed17cb1851 Update Rubocop dependency (#748) 2018-12-10 11:07:36 -08:00
Daniel Azuma 97967804da
Fix naming of monitoring.projects.timeSeries.create method (#734) 2018-11-05 16:16:19 -08:00
Daniel Azuma 50c4897e18
OpenCensus integration for outgoing requests (#724) 2018-10-10 13:23:11 -07:00
Daniel Azuma 406fcb0032
Add logging to gemfile to fix specs (#707)
* Add logging to gemfile to fix specs
* Get rid of huge puts in the generator test that was overwhelming travis
* Fix HTTP tests by making the new Signet::RemoteServerError retriable
2018-08-22 13:42:05 -07:00
Steve Bazyl e4edc1584e Merge branch 'v0.10' of https://github.com/google/google-api-ruby-client into v0.10 2017-04-03 11:23:16 -07:00
Steve Bazyl c4d0ed5d3c Merge branch 'master' into v0.10 2017-03-29 16:25:34 -07:00
Sai Cheemalapati 28a8318989 Regen APIs and add dfareporting:v2.7 (#524)
Also bump version.
2017-01-24 23:37:13 -08:00
Abdelkader Boudih 23d52bd3e9 faster build.
Test only supported version of rails.
Test in Rails 5.0
2016-08-18 14:12:36 +01:00
Steve Bazyl 93281749c3 Update webmock dependency 2016-08-17 16:23:34 -07:00
Steve Bazyl 2c190e9745 Update representable, mimetype dependencies + others 2016-08-17 14:38:25 -07:00
Steve Bazyl e6acda7118 Move dependencies used at generation time only to dev dependencies 2016-08-17 14:18:41 -07:00
Steve Bazyl ff11f30681 Lock down ActiveSupport version to < 5 2016-08-08 13:24:05 -07:00
Steve Bazyl 7c7691ccc0 Release 0.9.11 2016-07-06 14:16:06 -07:00
Steve Bazyl e67964189e Drop active support as a hard runtime depdendency. Still required for code generation however. #364 2016-02-25 13:06:16 -08:00
Steve Bazyl 87ed3e421b Add a small web sample showing incremental authorization & use of APIs 2016-01-20 12:21:08 -08:00
Steven Bazyl a5a9b49160 Merge pull request #274 + fix to use FakeFS to avoid flakey test 2015-08-19 13:57:14 -07:00
Ruslan Korolev e8279f40f8 fix drive example + add debug gems for dev 2015-08-19 21:10:00 +03:00
Steven Bazyl f584a2cec8 Import refactored library. See MIGRATING.MD for details 2015-06-23 15:15:14 -07:00
Chris Beer 855c976976 Support and test under Rails 3.2, 4.0, 4.1, and 4.2 2015-03-30 14:49:32 -07:00
Steven Bazyl 0244bf13b3 Update depdencies, simplify gem management 2014-12-15 11:44:51 -08:00
tomykaira bb9f607c8e Use retriable 1.x
Retriable version 2.0.0.beta is now released and its API changed.
Google-api-client does not work with the new API.
As a quick fix, specify retriable version in '>= 1.4 < 2.0'
2014-09-27 22:01:33 +09:00
Abdelkader Boudih ca7bc2d478 use travis's rbx-2 instead of rbx, and removed duplicate gem dependency 2014-09-10 09:21:59 +00:00
Sérgio Gomes 78ff182905 Updated rspec to v3 and replaced rcov with simplecov.
Also used transpec to convert from "should" syntax to preferred "expect" syntax.
2014-08-14 16:54:16 +01:00
Steven Bazyl 1819e16f19 Add retry support & redirect following 2014-01-22 13:54:06 -08:00
Steven Bazyl 814d6f6d92 Attempt at fixing rubinius builds on travis 2014-01-17 11:31:56 -08:00
Steven Bazyl d1ca5308e9 Update faraday 2013-06-03 16:06:12 -07:00
Steven Bazyl 794c6a90f7 Upgrade to Faraday 0.9 (fixes params encoding problems) 2013-05-13 14:03:49 -07:00
sanemat c4c16ad682 Change rubygems source
This solves deprecated message below:
$ bundle install
or
$ bundle exec rake spec:all

The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or
'http://rubygems.org' if not.
2013-04-14 22:48:05 +09:00
Steven Bazyl 4dc0665ccc Update autoparse version 2013-03-25 21:32:16 -07:00
Steven Bazyl 0dafa5e4ee Minor release for updating signet 2013-01-18 09:21:13 -08:00
Steven Bazyl 85593ba938 Update signet version 2012-12-27 13:34:30 -08:00
Steven Bazyl e421d1734d Remove embedded version #s, use Gemfile 2012-10-10 14:24:25 -06:00
Bob Aman e28035d7ad This should "resolve" issues with OS X.
This is actually a pretty terrible solution, but side-effects should be low.
2012-10-08 17:07:08 +03:00
Bob Aman 64fc8e74d9 Updating version and dependencies. 2012-07-31 16:56:17 +03: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
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 16363939b9 Upgrade RSpec 1.x to RSpec 2.10-x 2012-06-14 11:18:35 +02:00
Bob Aman 0a23bd4144 Updating dependency to avoid certificate verify failure errors. 2012-05-24 17:47:17 +03:00
Bob Aman 236191e9c9 Updating dependencies to include UUIDTools. 2012-05-24 15:42:21 +03:00
Bob Aman c2e7a4a948 Need to support JRuby via the jruby-openssl gem. 2012-05-11 13:26:41 +03:00
Bob Aman 10b5bcba7a Adding Gemfile and Travis CI config file. 2012-05-11 13:12:20 +03:00