todo 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,6 @@
1
1
  History.txt
2
2
  License.txt
3
3
  Manifest.txt
4
- PostInstall.txt
5
4
  README.txt
6
5
  Rakefile
7
6
  bin/todo
@@ -2,7 +2,7 @@ module Todo
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: todo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lakshan Perera
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-08-27 00:00:00 +05:30
12
+ date: 2008-08-28 00:00:00 +05:30
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -43,14 +43,12 @@ extra_rdoc_files:
43
43
  - History.txt
44
44
  - License.txt
45
45
  - Manifest.txt
46
- - PostInstall.txt
47
46
  - README.txt
48
47
  - website/index.txt
49
48
  files:
50
49
  - History.txt
51
50
  - License.txt
52
51
  - Manifest.txt
53
- - PostInstall.txt
54
52
  - README.txt
55
53
  - Rakefile
56
54
  - bin/todo
@@ -78,14 +76,7 @@ files:
78
76
  - website/template.html.erb
79
77
  has_rdoc: true
80
78
  homepage: http://todo.rubyforge.org
81
- post_install_message: |+
82
-
83
- For more information on todo, see http://todo.rubyforge.org
84
-
85
- NOTE: Change this information in PostInstall.txt
86
- You can also delete it if you don't want it.
87
-
88
-
79
+ post_install_message: ""
89
80
  rdoc_options:
90
81
  - --main
91
82
  - README.txt
@@ -1,7 +0,0 @@
1
-
2
- For more information on todo, see http://todo.rubyforge.org
3
-
4
- NOTE: Change this information in PostInstall.txt
5
- You can also delete it if you don't want it.
6
-
7
-