summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfelix <felix@seconddrawer.com.au>2011-05-17 01:46:10 +0000
committerfelix <felix@seconddrawer.com.au>2011-05-17 01:46:10 +0000
commit560977988e2ad562dc84dcbc19452db8222c9371 (patch)
treeb8f894f464d848a6954cabfa8ca76a16c8d8abad
parentb7c31d0f6b959ec0b6cadbfd7d21f0420cf4ba2f (diff)
downloadtimetrackr-560977988e2ad562dc84dcbc19452db8222c9371.tar.gz
timetrackr-560977988e2ad562dc84dcbc19452db8222c9371.tar.bz2
period fix
-rwxr-xr-xbin/timetrackr7
-rw-r--r--timetrackr.gemspec12
2 files changed, 11 insertions, 8 deletions
diff --git a/bin/timetrackr b/bin/timetrackr
index 7baee6b..cc4e6e9 100755
--- a/bin/timetrackr
+++ b/bin/timetrackr
@@ -24,10 +24,11 @@ def show_help
Available commands:
- start [task] start a task (default is 'default')
- stop TASK stop a task ('all' for all)
+ start [task] start a task
+ stop [task] stop a task (or 'all')
switch TASK switch tasks
- time [task] show time for a task ('all' for all)
+ time [task] show time for a task (or 'all')
+ log [task] show time log for a task (or 'all')
Global options
-h --help show this help
diff --git a/timetrackr.gemspec b/timetrackr.gemspec
index c055b73..0718c0b 100644
--- a/timetrackr.gemspec
+++ b/timetrackr.gemspec
@@ -5,33 +5,35 @@
Gem::Specification.new do |s|
s.name = %q{timetrackr}
- s.version = "0.1.0"
+ s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Felix Hanley"]
- s.date = %q{2011-05-16}
+ s.date = %q{2011-05-17}
s.default_executable = %q{timetrackr}
s.description = %q{A simple time tracking utility}
s.email = %q{felix@seconddrawer.com.au}
s.executables = ["timetrackr"]
s.extra_rdoc_files = [
"LICENSE.txt",
- "README"
+ "README.mkd"
]
s.files = [
"Gemfile",
+ "Gemfile.lock",
"LICENSE.txt",
- "README",
+ "README.mkd",
"Rakefile",
"VERSION",
"bin/timetrackr",
"lib/timetrackr.rb",
+ "lib/timetrackr/period.rb",
"lib/timetrackr/yaml.rb",
"test/helper.rb",
"test/test_timetrackr.rb",
"timetrackr.gemspec"
]
- s.homepage = %q{http://felixhanley.info/projects/timetrackr}
+ s.homepage = %q{http://github.com/felix/timetrackr}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}