Skip to content

Commit 9cad835

Browse files
authored
Remove legacy Guardfile (#201)
This Guardfile appears to have been introduced as part of a personal development setup, using guard-rspec to automatically run tests and send notifications to iTerm2 on macOS. It was added 8 years ago and is likely no longer in active use. There are no dependencies on guard or guard-rspec in the Gemfile, and no references to Guard elsewhere in the project. Additionally, the file is a symbolic link, which is not supported on Windows and is excluded via the gemspec. As this project transitions from a personal project to a team-based development workflow, this PR proposes removing the file to simplify the repository and improve cross-platform compatibility. If Guard is still intended to be used, feel free to close this PR. Thank you for your consideration.
1 parent 4fc9044 commit 9cad835

File tree

4 files changed

+1
-50
lines changed

4 files changed

+1
-50
lines changed

Guardfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/guard

Lines changed: 0 additions & 17 deletions
This file was deleted.

config/Guardfile

Lines changed: 0 additions & 30 deletions
This file was deleted.

pycall.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Gem::Specification.new do |spec|
2222

2323
spec.files = `git ls-files -z`.split("\x0").reject do |f|
2424
case f
25-
when %r{^Guardfile}, # NOTE: Skip symlink for Windows
26-
%r{^ext/pycall/spec_helper/},
25+
when %r{^ext/pycall/spec_helper/},
2726
%r{^(test|spec|features)/}
2827
true
2928
else

0 commit comments

Comments
 (0)