did_clock_rm 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.
@@ -0,0 +1,8 @@
1
+ module DidClockRm
2
+ class TimeKeeper
3
+ def verbose_time
4
+ time.Time.now
5
+ end
6
+ # To change this template use File | Settings | File Templates.
7
+ end
8
+ end
@@ -1,3 +1,3 @@
1
1
  module DidClockRm
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: did_clock_rm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -25,6 +25,7 @@ files:
25
25
  - Rakefile
26
26
  - did_clock_rm.gemspec
27
27
  - lib/did_clock_rm.rb
28
+ - lib/did_clock_rm/time_keeper.rb
28
29
  - lib/did_clock_rm/version.rb
29
30
  homepage: ''
30
31
  licenses: []