sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 6e03802b019f9f41e70d2ab75c299cf48e6d246c
parent 5c2780a72f4c48384b0428ba581795f6a20acd06
Author: Whyme Lyu <callme5long@gmail.com>
Date:   Wed,  1 May 2013 18:56:53 +0800

Rename Gemfile.ci -> Gemfile

Diffstat:
M .gitignore | 4 ++++
M .travis.yml | 2 --
R Gemfile.ci -> Gemfile | 0
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -6,3 +6,7 @@
 pkg/
 # i have accidently added this one one too many times
 sup-exception-log.txt
+
+# bundler stuff
+Gemfile.lock
+.bundle
diff --git a/.travis.yml b/.travis.yml
@@ -9,8 +9,6 @@ before_install:
   - sudo apt-get update -qq
   - sudo apt-get install -qq uuid-dev uuid libncursesw5-dev libncursesw5
 
-gemfile: Gemfile.ci
-
 script: bundle exec rake travis
 
 matrix:
diff --git a/Gemfile.ci b/Gemfile