pretty_stopwatch 0.1.0 → 0.1.1

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: ba3811db87aefda87dc46290686c31917665972a1f14d80739015d4fe288ddf1
4
- data.tar.gz: 23b860704b818babfb475e803211fe1055065ac1ecfd29aa6a2711a99f88796c
3
+ metadata.gz: bfc13ff6a5acab33b4e2ddabd5b13132cebb33ab62e559ab93341326d228a85e
4
+ data.tar.gz: 0c5cf9078b6c57adea68080d260c3b1527e2d5c89ab3151a313233fc1c7a7dee
5
5
  SHA512:
6
- metadata.gz: 4b5d2a2482c85fa0098d03b213583645e21de723152750704b38b164d73a7888b1fee5316767df34449bec2b40d10bbe35cb2051ad17e38dc271bed39062964f
7
- data.tar.gz: e0f4a8cb22040e7a42037fbf33620060b00b2dec59c03fd46557614930c7881c8fdff5be8084b21b639c70bdaf370a762eb8698be936589317fb02201a6ca97d
6
+ metadata.gz: 7be811ebd615a0a341cf6312d9c6ab2ae26f73afedb3bedcec0934c110aa67a0f8583df2b1bf34b405d1d07a8d5bc225590992a1a5cd34f0ea282735d69c6800
7
+ data.tar.gz: 5752c08a7122c2f151ba9050df5a57a70f659eef2e79aa996b66663a4424084d36e1f18667cde9b38d46d096a564660b1a1335a6758e522dcacd1849365b3f02
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PrettyStopwatch
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pretty_stopwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Mcfadyen
@@ -39,12 +39,12 @@ files:
39
39
  - lib/pretty_stopwatch.rb
40
40
  - lib/pretty_stopwatch/version.rb
41
41
  - sig/pretty_stopwatch.rbs
42
- homepage: https://github.com/BenMcFadyen/pretty_stopwatch_test
42
+ homepage: https://github.com/BenMcFadyen/pretty_stopwatch
43
43
  licenses:
44
44
  - MIT
45
45
  metadata:
46
46
  allowed_push_host: https://rubygems.org
47
- homepage_uri: https://github.com/BenMcFadyen/pretty_stopwatch_test
47
+ homepage_uri: https://github.com/BenMcFadyen/pretty_stopwatch
48
48
  source_code_uri: https://github.com/BenMcFadyen/pretty_stopwatch
49
49
  changelog_uri: https://github.com/BenMcFadyen/pretty_stopwatch
50
50
  post_install_message: