sup

A curses threads-with-tags style email client

sup.git

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

Gemfile (270B) - raw

      1 source 'https://rubygems.org/'
      2 
      3 if !RbConfig::CONFIG['arch'].include?('openbsd')
      4   # update version in ext/mkrf_conf_xapian.rb as well.
      5   if /^2\.0\./ =~ RUBY_VERSION
      6     gem 'xapian-ruby', ['~> 1.2', '< 1.3.6']
      7   else
      8     gem 'xapian-ruby', '~> 1.2'
      9   end
     10 end
     11 
     12 gemspec