stopwatchy 1.0.0 → 2.0.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1b569ad114fdc43a9f5436318525e20746b3d4e479d9ef073077b46cd6b7c7f
4
- data.tar.gz: 7e0de7a19be4a47574dd16412985472188f2fb92779ba391e20bf2edee3b199f
3
+ metadata.gz: c9a50ef21fe0efb71a9de34786d9a2adf373a51550955e9186d5d81cdc2dfe93
4
+ data.tar.gz: 5971b74c5ce1e436755e97c933e553f23898559a0292d85e0c69fcbda404f655
5
5
  SHA512:
6
- metadata.gz: de564469a9f69bd76bf03311885cb6fbbdb700a39664b8b7be482f8eddd01b41b0d14ae024f26ff02feb7b25c4a18ab26b8075aa165cd417a5c2373edb37dc8a
7
- data.tar.gz: 41679f90e2b6c6e9c11aae7fe084479279e2f997e3d837bebfe0d0660286fda53166e36a852d894be50969ff42b18e60c8d6c39c34c17b0e1d720420c54e168d
6
+ metadata.gz: 8c712222bf970bb0a8ec255d3e6d545e2a5e250ddf3e38d670873a84aa669b19a78402165bf15534c30417f4cebf040a5182a11960bf34c9579307e8141336d2
7
+ data.tar.gz: 8fd6ba71734e65103511cce4ce5d45c316cfc5642ca30469ac4a39a656170b2d8c779530f2cc467521657df3df0760972937d6d849a03453de702a28e5672247
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stopwatchy (1.0.0)
4
+ stopwatchy (2.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/stopwatchy.rb CHANGED
@@ -11,7 +11,7 @@ module Stopwatchy
11
11
  end
12
12
  class StopWatch
13
13
 
14
- def initialize(monotonically_increasing_clock = false)
14
+ def initialize(monotonically_increasing_clock = true)
15
15
  @start_time_stamp = nil
16
16
  @stop_time_stamp = nil
17
17
  @monotonically_increasing_clock = monotonically_increasing_clock
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Stopwatchy
5
- VERSION = "1.0.0"
5
+ VERSION = "2.0.0"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stopwatchy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adhithya Rajasekaran
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-14 00:00:00.000000000 Z
11
+ date: 2021-07-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This gem provides a StopWatch class that wraps Timer and Process objects
14
14
  email: