Skip to content

Commit

Permalink
Fix incorrect file permissions
Browse files Browse the repository at this point in the history
As per dspinhirne#20, this change chmods all files in the directory to have 644 permissions instead of 755.
  • Loading branch information
Cynthia Liu authored and Cynthia Liu committed Feb 13, 2020
1 parent 5dd110b commit e950921
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 0 deletions.
Empty file modified lib/cidr.rb
100755 → 100644
Empty file.
Empty file modified lib/cidr_shortcuts.rb
100755 → 100644
Empty file.
Empty file modified lib/eui.rb
100755 → 100644
Empty file.
Empty file modified lib/ip_math.rb
100755 → 100644
Empty file.
Empty file modified lib/methods.rb
100755 → 100644
Empty file.
Empty file modified lib/netaddr.rb
100755 → 100644
Empty file.
Empty file modified lib/tree.rb
100755 → 100644
Empty file.
Empty file modified lib/validation_shortcuts.rb
100755 → 100644
Empty file.
Empty file modified test/cidr_test.rb
100755 → 100644
Empty file.
Empty file modified test/eui_test.rb
100755 → 100644
Empty file.
Empty file modified test/methods_test.rb
100755 → 100644
Empty file.
Empty file modified test/tree_test.rb
100755 → 100644
Empty file.

0 comments on commit e950921

Please sign in to comment.