ruby-concurrency / concurrent-ruby

Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
https://ruby-concurrency.github.io/concurrent-ruby/
Other
5.71k stars 420 forks source link

remove exec bit from non scripts #920

Closed kbrock closed 3 years ago

kbrock commented 3 years ago

a build process picked this up. it is minor but seems like good practices

chrisseaton commented 3 years ago

Thanks. Our CI is a mess at the moment, so ignore that.

kbrock commented 3 years ago

Thanks. Our CI is a mess at the moment, so ignore that.

thanks I was digging into it but was coming up empty

The change is trivial. Appreciate you humoring it.