rspec-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
  SHA1:
3
- metadata.gz: 0e0a606b083a128209f5db137f74421518a7111c
4
- data.tar.gz: 31a6dd12c74dbb4c430a7082e9bc8a72a4e635f8
3
+ metadata.gz: 4a8902d2ace4e2609f4a4cfb9c28caf21b9d2120
4
+ data.tar.gz: 1166bd7ed265c7b92c1a63620c8d0570a5b0bef3
5
5
  SHA512:
6
- metadata.gz: 7cf4e151d64cd3e0cfa51d98c3762f6011415e4afb605c041bff17d7d4c097295eb95794c284614dae6a9c009e8ed7af15dd49b8110a2feaed3842dd4665d2b9
7
- data.tar.gz: 117c606c609d00b87a7de6d5430b9d0fca1c80e99509cc798279b52a6d07728bbf91fbde7246ebf286d543bbf93aad25a9f33c824b06c9a028ee3b960dd925f8
6
+ metadata.gz: 7be9a409d3f71dfb8555f94fc1af2ee4141247c30c09d102767e69566580267d80d4f1c88c3c840012b4f06595131f0e998754709632df4a49678c338d6e4dac
7
+ data.tar.gz: fc83f455fbb388a1d390031fbdbc399c1587d40c5708f7803282891b49e19c5fa304bd9cf043c7f7fa00593a3935b8a2894b219975f6309db71b93a7d21fc228
@@ -1,6 +1,6 @@
1
1
  module RSpec
2
2
  module Stopwatch
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-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
  - Henry J. Wylde
@@ -51,7 +51,7 @@ files:
51
51
  - spec/matchers/run_for_spec.rb
52
52
  homepage: https://git.powershop.co.nz/hjwylde/rspec-stopwatch-gem
53
53
  licenses:
54
- - BSD-3-Clause
54
+ - MIT
55
55
  metadata: {}
56
56
  post_install_message:
57
57
  rdoc_options: []