Commit Graph

84 Commits

Author SHA1 Message Date
Daniel Azuma a0286c0589
chore: Repurpose release task to release the gem 2020-10-27 11:28:52 -07:00
Daniel Azuma d9855e84ae
chore: Create autoapprove github action 2020-10-18 14:33:55 -07:00
Yasuo Honda 660a79807a
rexml is bundled gem in Ruby 3 (#899) 2020-09-13 17:00:03 -07:00
Jean byroot Boussier a5faba567b
chore: Update ruby_version requirement to allow ruby 3.0 (#900)
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
2020-09-08 18:10:44 -07:00
Graham Paye c0cbe7060d
set documentation uri to googleapis.dev location (#840) 2019-10-29 13:40:28 -07:00
Daniel Azuma bc573bf987
Require Ruby 2.4 (#834) 2019-10-10 18:17:32 -07:00
Bruno Bornsztein c1a26e0e37 Replace mime-types dependency with mini_mime (#789) 2019-05-13 12:21:53 -07:00
Mike Moore 06df528c4b Remove third_party directory from gemspec (#778) 2019-04-12 17:08:37 -07:00
Mike Moore 756a973d62 Loosen googleauth dependency (#753)
The team supporting googleauth has committed to not change backwards
compatibility before 0.10.0.
2019-01-02 18:21:37 -08:00
Mike Moore df67c60740 Update googleauth dependency to use the 0.7.x releases (#730) 2018-12-04 10:59:10 -08:00
Yoann Lecuyer 224497c4a3 Add Signet::UnexpectedStatusError (#711) 2018-09-24 11:46:31 -07:00
Graham Paye 61e414e8ed
make signet dependency explicit (#709) 2018-08-28 08:56:55 -07:00
Jacob Geiger 18c1c82936 Allow googleauth 0.6.x (#628) 2017-11-02 12:51:11 -07:00
Sai Cheemalapati 3f26743ef7 Bump version, regen APIs
Delete services which are no longer discoverable:
 - adexchangebuyer:v1_3
 - appengine:v1beta4
 - appengine:v1beta5
 - autoscaler:v1beta2
 - classroom:v1beta1
 - cloudkms:v1beta1
 - cloudlatencytest:v2
 - container:v1beta1
 - coordinate:v1
 - datastore:v1beta2
 - datastore:v1beta3
 - deploymentmanager:v2beta2
 - dfareporting:v2_1
 - dfareporting:v2_3
 - dfareporting:v2_5
 - dfareporting:v2_6
 - gan:v1beta1
 - genomics:v1beta2
 - logging:v1beta3
 - manager:v1beta2
 - pubsub:v1beta2
 - tracing:v1

Also include fixes in the gemspec file recommended by the package
script.
2017-06-02 00:27:33 -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 5447ddb7c0 Don't normalize unicode in templates (fixed #557 + GCS issues) 2017-03-30 12:33:49 -07:00
Steve Bazyl c4d0ed5d3c Merge branch 'master' into v0.10 2017-03-29 16:25:34 -07:00
Sai Cheemalapati 4f143ae551 Bump `representable` dependency to 3.0 (#532)
Also fixes a breaking change introduced between `representable` 2.3 and
3.0. Specifically, `:skip_undefined` is now be passed via the
`:user_options` option.
2017-02-13 12:24:14 -08:00
apurvis 90d90d00b2 Allow retriable 3.0 (#514) 2017-02-08 13:26:57 -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 2046e00f14 Remove Hurley as a dependency 2016-08-17 13:51:09 -07:00
Abdelkader Boudih 07846e1ab6 remove thor as runtime dependency 2016-08-09 09:59:59 +01:00
Steve Bazyl 9c2707649e Merge pull request #399 from teeparham/encoding
Remove comments specifying encoding
2016-04-18 16:22:39 -07: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
Laramie Leavitt caedd1b978 Set required ruby version > 2.0 2016-03-30 17:48:55 -07:00
Steve Bazyl 496d795e4c #364 - Remove active support from gemspec 2016-02-25 15:19:05 -08:00
James Healy 4b9a63c086 replace multi_json dependency with regular stdlib JSON
JSON has been part of the ruby stdlib since 1.9.0 (see
https://github.com/ruby/ruby/commit/af1c4167), and the latest version of
google-api-client requires ruby 2.0 or better so we can assume it's available
2016-02-25 13:27:33 +11:00
Steve Bazyl e8481dd14d Use HTTPClient instead of Net::HTTP 2015-12-18 14:37:21 -08:00
Steve Bazyl 92fc3b0804 Update googleauth, representable gems 2015-12-16 11:31:37 -08:00
Ruslan Korolev 897c0747be update googleauth + add usefull gems for dev 2015-08-17 11:54:45 +03:00
Steven Bazyl 297db0eb66 Fix date formatting to include milliseconds, drop virtus 2015-07-24 22:36:01 -07: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
Tim Emiola f008d518f0 Release 0.8.4
- minor updates from the 0.8.3 release to fix file permissions in the released gem.
- fixes a warning when using the gem
2015-03-25 18:31:54 -07:00
Tim Emiola 697d7287fe Adds support for tracking coverage on coveralls.io 2015-03-23 18:51:32 -07:00
Tim Emiola da6977f8ad Version bump, and updates the googleauth dependency 2015-03-23 18:51:22 -07:00
Tim Emiola da7616d99d Adds simple integration with googleauth 2015-03-09 17:52:43 -07:00
Steven Bazyl 21cd5b27b1 #190 - Restore cacerts.pem in gem 2015-01-09 15:49:47 -08:00
Abdelkader Boudih 814030babe Update google-api-client.gemspec 2014-12-15 22:22:52 +00:00
Steven Bazyl f8ca44f9ca Restore active support dependency 2014-12-15 11:53:00 -08:00
Steven Bazyl ec670e9fa0 Resolve merge conflict 2014-12-15 11:50:16 -08:00
Steven Bazyl 0244bf13b3 Update depdencies, simplify gem management 2014-12-15 11:44:51 -08:00
Abdelkader Boudih 2ba98c3332 Dropped uuidtools 2014-10-08 12:03:28 +00:00
Abdelkader Boudih b2343e24a5 Use ActiveSupport instead of extlib 2014-10-08 12:03:28 +00:00
Abdelkader Boudih 9719c9f357 Drop support for old rubies 2014-10-08 12:03:28 +00:00
Abdelkader Boudih 27df982625 Clean up gemspec. We don't support 1.8.6 anyway 2014-10-08 12:02:36 +00:00