From 379086661145f059974b94ea4503d8331195d6a5 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Tue, 21 Dec 2021 00:29:43 -0800 Subject: [PATCH] Update file permissions --- bin/cptemplate | 0 bin/fedit | 0 bin/quickdel | 0 file-scripts.rb | 4 ++-- file_scripts/__init__.py | 0 file_scripts/editor.py | 0 file_scripts/error.py | 0 file_scripts/fzf.py | 0 file_scripts/search.py | 0 tests/__init__.py | 0 tests/test_editor.py | 0 tests/test_fzf.py | 0 tests/test_search.py | 0 13 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 bin/cptemplate mode change 100755 => 100644 bin/fedit mode change 100755 => 100644 bin/quickdel mode change 100644 => 100755 file_scripts/__init__.py mode change 100644 => 100755 file_scripts/editor.py mode change 100644 => 100755 file_scripts/error.py mode change 100644 => 100755 file_scripts/fzf.py mode change 100644 => 100755 file_scripts/search.py mode change 100644 => 100755 tests/__init__.py mode change 100644 => 100755 tests/test_editor.py mode change 100644 => 100755 tests/test_fzf.py mode change 100644 => 100755 tests/test_search.py diff --git a/bin/cptemplate b/bin/cptemplate old mode 100755 new mode 100644 diff --git a/bin/fedit b/bin/fedit old mode 100755 new mode 100644 diff --git a/bin/quickdel b/bin/quickdel old mode 100755 new mode 100644 diff --git a/file-scripts.rb b/file-scripts.rb index e564705..e3f1533 100644 --- a/file-scripts.rb +++ b/file-scripts.rb @@ -1,10 +1,10 @@ class HelperScripts < Formula desc "Various scripts for performing file-related operations such as editing and deleting" - homepage "https://github.com/etorres4/helper-scripts" + homepage "https://github.com/etorres4/file-scripts" url "https://github.com/etorres4/file-scripts", :using => :git sha256 "7b6c3f363e3b34787765b5975d87f861a19eeda278612cbf8c5176e3e2732cd9" - version "0.9" + version "0.9.1" # No build dependencies bottle :unneeded diff --git a/file_scripts/__init__.py b/file_scripts/__init__.py old mode 100644 new mode 100755 diff --git a/file_scripts/editor.py b/file_scripts/editor.py old mode 100644 new mode 100755 diff --git a/file_scripts/error.py b/file_scripts/error.py old mode 100644 new mode 100755 diff --git a/file_scripts/fzf.py b/file_scripts/fzf.py old mode 100644 new mode 100755 diff --git a/file_scripts/search.py b/file_scripts/search.py old mode 100644 new mode 100755 diff --git a/tests/__init__.py b/tests/__init__.py old mode 100644 new mode 100755 diff --git a/tests/test_editor.py b/tests/test_editor.py old mode 100644 new mode 100755 diff --git a/tests/test_fzf.py b/tests/test_fzf.py old mode 100644 new mode 100755 diff --git a/tests/test_search.py b/tests/test_search.py old mode 100644 new mode 100755