timesheet 0.2.4 → 0.2.5

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.
@@ -17,7 +17,7 @@ require 'timesheet/timesheet_parser'
17
17
 
18
18
  class Timesheet
19
19
 
20
- VERSION = '0.2.4'
20
+ VERSION = '0.2.5'
21
21
 
22
22
  def self.run(params)
23
23
  command_hash = {}
@@ -39,7 +39,7 @@ class ReportItem < DelegateClass(TimeEntry)
39
39
  end
40
40
 
41
41
  def comment
42
- @entry.comment || "N/A"
42
+ @time_entry.comment || ""
43
43
  end
44
44
 
45
45
  def formatted_duration
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timesheet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - John F. Schank III