taskish 0.2.1 → 0.2.2

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.2
2
+ - More doc fixes
3
+
1
4
  2011-06-23 v0.2.1
2
5
  - Updated README
3
6
 
@@ -27,6 +27,7 @@ Blair Christensen, <blair.christensen@gmail.com>
27
27
 
28
28
  == SEE ALSO
29
29
 
30
- <Taskish::App>
30
+ Taskish::App
31
+
31
32
  http://www.hogbaysoftware.com/products/taskpaper
32
33
 
@@ -30,7 +30,8 @@ require 'taskish/version'
30
30
  #
31
31
  # == SEE ALSO
32
32
  #
33
- # <Taskish::App>
33
+ # Taskish::App
34
+ #
34
35
  # http://www.hogbaysoftware.com/products/taskpaper
35
36
  #
36
37
  class Taskish
@@ -1,3 +1,3 @@
1
1
  class Taskish # :nodoc:
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ['blair christensen.']
9
9
  s.email = ['blair.christensen@gmail.com']
10
10
  s.homepage = 'https://github.com/blairc/taskish'
11
- s.summary = %q{Pending}
12
- s.description = %q{Pending}
11
+ s.summary = %q{A text-based to-do list manager inspired by TaskPaper}
12
+ s.description = %q{A text-based to-do list manager inspired by TaskPaper}
13
13
 
14
14
  s.rubyforge_project = 'taskish'
15
15
 
@@ -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.1', Taskish::VERSION
6
+ assert_equal '0.2.2', 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
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - blair christensen.
@@ -47,7 +47,7 @@ dependencies:
47
47
  version: 2.11.3
48
48
  type: :development
49
49
  version_requirements: *id002
50
- description: Pending
50
+ description: A text-based to-do list manager inspired by TaskPaper
51
51
  email:
52
52
  - blair.christensen@gmail.com
53
53
  executables:
@@ -105,7 +105,7 @@ rubyforge_project: taskish
105
105
  rubygems_version: 1.3.7
106
106
  signing_key:
107
107
  specification_version: 3
108
- summary: Pending
108
+ summary: A text-based to-do list manager inspired by TaskPaper
109
109
  test_files:
110
110
  - test/app_test.rb
111
111
  - test/task_test.rb