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.
- data/Manifest.txt +0 -1
- data/lib/todo/version.rb +1 -1
- metadata +3 -12
- data/PostInstall.txt +0 -7
data/Manifest.txt
CHANGED
data/lib/todo/version.rb
CHANGED
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.
|
|
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-
|
|
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
|