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

Fix file permissions #92

Closed geigerj closed 7 years ago

geigerj commented 7 years ago

Grant a+rx permissions throughout to prevent re-occurrence of #54

codecov-io commented 7 years ago

Codecov Report

Merging #92 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #92   +/-   ##
=======================================
  Coverage   98.61%   98.61%           
=======================================
  Files          20       20           
  Lines        1803     1803           
=======================================
  Hits         1778     1778           
  Misses         25       25

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 8a0cc00...4e418d4. Read the comment docs.

geigerj commented 7 years ago

Right... and git doesn't seem to track directories permissions :/

landrito commented 7 years ago

Maybe it might be better to write a publishing script that makes sure that the directories and files have correct permissions before publishing?