rspec-stopwatch 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17346292d3e6f2344d7b18e104fa554b5bc1b09e
|
4
|
+
data.tar.gz: cb9f47448462ff3553d95014fcf9cbb8cf2f0793
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81c2be7558e28a88ed2146631c08f83db4f2833b780291a506db8ec1395e56de1b4f8205cd9c426f0f0c2bb3dd4437bc42c49ce6354e0010f8ac220d7faf311d
|
7
|
+
data.tar.gz: 9664cde41db0fa980ec4a742f53eb9e3869e462a8c9d81a814d91f9ca9e3e50e3df2e08cf362c470ed69627adc54a70965130f948c070b0dc6ce71ccfe25fa2a
|
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.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henry J. Wylde
|
@@ -40,16 +40,16 @@ dependencies:
|
|
40
40
|
version: '4'
|
41
41
|
description: Provides a matcher that checks the run time of a block
|
42
42
|
email:
|
43
|
-
-
|
43
|
+
- hjwylde@powershop.co.nz
|
44
44
|
executables: []
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
-
- lib/rspec
|
48
|
+
- lib/rspec/stopwatch.rb
|
49
49
|
- lib/rspec/stopwatch/matchers/run_for_matcher.rb
|
50
50
|
- lib/rspec/stopwatch/version.rb
|
51
51
|
- spec/matchers/run_for_spec.rb
|
52
|
-
homepage: https://
|
52
|
+
homepage: https://github.com/powershop/rspec-stopwatch
|
53
53
|
licenses:
|
54
54
|
- MIT
|
55
55
|
metadata: {}
|
@@ -72,6 +72,6 @@ rubyforge_project:
|
|
72
72
|
rubygems_version: 2.4.6
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
|
-
summary:
|
75
|
+
summary: Provides a matcher that checks the run time of a block
|
76
76
|
test_files:
|
77
77
|
- spec/matchers/run_for_spec.rb
|
data/lib/rspec-stopwatch.rb
DELETED