sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 9d3bcf0699e82535fd465c730cea1b14496b7db8
parent afb52eea73e2aadf1ef048519316df7a1d6cd188
Author: Utkarsh Gupta <utkarsh@debian.org>
Date:   Mon, 20 Jul 2020 13:27:00 +0530

Drop `git ls-files` in gemspec

Signed-off-by: Utkarsh Gupta 

Diffstat:
M sup.gemspec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -32,7 +32,7 @@ SUP: please note that our old mailing lists have been shut down,
      https://github.com/sup-heliotrope/sup/wiki/Installation%3A-OpenBSD.
   EOF
 
-  s.files         = `git ls-files -z`.split("\x0")
+  s.files         = File.read("Manifest.txt").split
   s.executables   = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
   s.test_files    = s.files.grep(%r{^(test|spec|features)/})
   s.require_paths = ["lib"]