taskish 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY CHANGED
@@ -1,3 +1,6 @@
1
+ 2011-06-23 v0.2.1
2
+ - Updated README
3
+
1
4
  2011-06-23 v0.2.0
2
5
  - Added 'help' command to executable
3
6
  - Added 'done' command to executable
data/README.rdoc CHANGED
@@ -1,5 +1,7 @@
1
1
  = Taskish - Pending
2
2
 
3
+ A text-based to-do list manager inspired by <TaskPaper|URL:http://www.hogbaysoftware.com/products/taskpaper>
4
+
3
5
  == USAGE
4
6
 
5
7
  Taskish.new do |taskish|
@@ -23,3 +25,8 @@ https://github.com/blairc/taskish
23
25
 
24
26
  Blair Christensen, <blair.christensen@gmail.com>
25
27
 
28
+ == SEE ALSO
29
+
30
+ <Taskish::App>
31
+ http://www.hogbaysoftware.com/products/taskpaper
32
+
@@ -1,3 +1,3 @@
1
1
  class Taskish # :nodoc:
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
data/test/version_test.rb CHANGED
@@ -3,7 +3,7 @@ require 'test_helper'
3
3
  class VersionTest < Test::Unit::TestCase
4
4
 
5
5
  should 'have expected version' do
6
- assert_equal '0.2.0', Taskish::VERSION
6
+ assert_equal '0.2.1', Taskish::VERSION
7
7
  end
8
8
 
9
9
  end # class VersionTest
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - blair christensen.