We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a03878 commit 9cd3a46Copy full SHA for 9cd3a46
Rakefile
@@ -7,7 +7,7 @@ Bundler::GemHelper.install_tasks
7
# See https://github.com/simplecov-ruby/simplecov/issues/171
8
desc "Set permissions on all files so they are compatible with both user-local and system-wide installs"
9
task :fix_permissions do
10
- system 'bash -c "find . -type f -exec chmod 644 {} \; && find . -type d -exec chmod 755 {} \;"'
+ system 'bash -c "find lib/ -type f -exec chmod 644 {} \; && find . -type d -exec chmod 755 {} \;"'
11
end
12
# Enforce proper permissions on each build
13
Rake::Task[:build].prerequisites.unshift :fix_permissions
0 commit comments