i can has time tracking! with punch rubygem
Just installed rubygem punch (depends on rubygems: main, chronic, attributes, arrayfields, systemu, orderhash) on windows.
and the first try ‘puch help I got the error: couldn’t find HOME environment — expanding `~’ (ArgumentError). Looks like windows problem… so on my machine I changed to:
Home = File.expand_path(ENV['USERPROFILE'])
# C:\ruby\lib\ruby\gems\1.8\gems\punch-0.0.2\bin\punch:313
all is well.
Post a Comment
You must be logged in to post a comment.