todo-curses 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/todo/version.rb DELETED
@@ -1,3 +0,0 @@
1
- module Todo
2
- VERSION = '0.0.3'
3
- end
data/reset.sh DELETED
@@ -1,2 +0,0 @@
1
- #!/bin/bash
2
- cp todo.txt.bak todo.txt
data/run.sh DELETED
@@ -1,2 +0,0 @@
1
- #!/bin/bash
2
- bundle exec bin/todo-curses list todo.txt
data/test/default_test.rb DELETED
@@ -1,14 +0,0 @@
1
- require 'test_helper'
2
-
3
- class DefaultTest < Test::Unit::TestCase
4
-
5
- def setup
6
- end
7
-
8
- def teardown
9
- end
10
-
11
- def test_the_truth
12
- assert true
13
- end
14
- end
data/test/test_helper.rb DELETED
@@ -1,9 +0,0 @@
1
- require 'test/unit'
2
-
3
- # Add test libraries you want to use here, e.g. mocha
4
-
5
- class Test::Unit::TestCase
6
-
7
- # Add global extensions to the test case class here
8
-
9
- end
data/todo.rdoc DELETED
@@ -1,5 +0,0 @@
1
- = todo
2
-
3
- Generate this with
4
- todo rdoc
5
- After you have described your command line interface