samg-timetrap 0.0.1 → 0.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 (3) hide show
  1. data/lib/timetrap.rb +3 -0
  2. data/spec/timetrap_spec.rb +1 -2
  3. metadata +1 -1
data/lib/timetrap.rb CHANGED
@@ -153,6 +153,9 @@ module Timetrap
153
153
  end
154
154
  end
155
155
 
156
+ def format
157
+ say "Sorry not implemented yet :-("
158
+ end
156
159
 
157
160
  private
158
161
 
@@ -240,8 +240,7 @@ current sheet: 0:01:00 (a timesheet that is running)
240
240
  create_entry :sheet => 'two', :end => nil
241
241
  end
242
242
  it "should show all running timesheets" do
243
-
244
-
243
+ pending
245
244
  end
246
245
  end
247
246
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: samg-timetrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Goldstein