sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/

contrib/nix/Gemfile (539B) - raw

      1 source "https://rubygems.org/"
      2 
      3 gem "xapian-ruby", "~> 1.2"
      4 gem "ncursesw", "~> 1.4.0"
      5 gem "rmail", ">= 1.1.2", "< 2"
      6 gem "highline"
      7 gem "optimist"
      8 gem "lockfile"
      9 gem "mime-types", "> 2.0"
     10 gem "locale", "~> 2.0"
     11 gem "chronic"
     12 gem "unicode", "~> 0.4.4"
     13 gem "unicode-display_width"
     14 gem "string-scrub" if /^2\.0\./ =~ RUBY_VERSION
     15 gem "benchmark"
     16 gem "fiddle"
     17 
     18 gem "bundler", ">= 1.3", "< 3"
     19 gem "rake"
     20 gem "minitest", "~> 5.5"
     21 gem "rr", "~> 1.1"
     22 gem "gpgme", ">= 2.0.2"
     23 gem "pry"
     24 gem "rubocop-packaging" unless /^2\.[012]\./ =~ RUBY_VERSION