Todo 0.1 → 0.2

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.
Files changed (4) hide show
  1. data/bin/todo +1 -1
  2. data/lib/version.rb +3 -1
  3. data/man/todo.1.gz +0 -0
  4. metadata +2 -1
data/bin/todo CHANGED
@@ -80,7 +80,7 @@ def checklist()
80
80
  end
81
81
  end
82
82
  end
83
- COMMENT_STRINGS = LoadConf("ToDo.xml")
83
+ COMMENT_STRINGS = LoadConf(File.expand_path(File.dirname(__FILE__)) + "/../etc/ToDo.xml")
84
84
 
85
85
  unless mode == 1
86
86
  file_mode()
@@ -1,3 +1,5 @@
1
1
  module ToDo
2
- Version = "0.1"
2
+ Version = "0.2"
3
3
  end
4
+ $ToDoVersion = ToDo::Version
5
+ TODO_VERSION = ToDo::Version
Binary file
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.1'
4
+ version: '0.2'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -21,6 +21,7 @@ files:
21
21
  - bin/todo
22
22
  - lib/version.rb
23
23
  - etc/ToDo.xml
24
+ - man/todo.1.gz
24
25
  homepage:
25
26
  licenses: []
26
27
  post_install_message: