googleapis / gax-ruby

Google API Extensions for Ruby
https://rubygems.org/gems/google-gax
BSD 3-Clause "New" or "Revised" License
20 stars 22 forks source link

Loosen dependency on googleauth #224

Closed dazuma closed 5 years ago

dazuma commented 5 years ago

Allow googleauth 0.9.x. This should allow older libraries that depend on googleauth < 0.10 to coexist with newer libraries that depend on this version of gax.

codecov[bot] commented 5 years ago

Codecov Report

Merging #224 into master will increase coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #224      +/-   ##
==========================================
+ Coverage    98.2%   98.25%   +0.04%     
==========================================
  Files          22       22              
  Lines        2287     2287              
==========================================
+ Hits         2246     2247       +1     
+ Misses         41       40       -1
Impacted Files Coverage Δ
spec/google/gax/bundling_spec.rb 100% <0%> (+0.28%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c29cedd...155ec6f. Read the comment docs.