rspec-instrumentation-matcher 0.0.7 → 0.0.8

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: 38828dcf2dd2aa2b2f7893a33577bcfb5cb6b29911bad67930d8c7d4f8e0d8e1
4
- data.tar.gz: cdfb0c7570d8be5ea6e5aa7d59ce4b2c1105dc1007819086397c65ef300bb0d7
3
+ metadata.gz: 3bf167151ddae07f8a377f209f63f81247d963e4f3045bee91f391e83fe986a1
4
+ data.tar.gz: f95029b0d0fa78684efcb9bd3db083e003366e852cc9c1bb8a34bafab200b42f
5
5
  SHA512:
6
- metadata.gz: f86d11074c6490afcc05fce0628e15a15a2dc35f0d0a123515b0b6eed297e96dbe36aa18a701bbe166af2b72e4130c067b7938fed111571a09da6e7ae0ba68ea
7
- data.tar.gz: cdfc012186a192b6112be91db88fc6e1985c4b12d9f77332c7bee5279b9a6f3033b13347fd9e5c2b8d3b2da4a20d0f4fc544ef4bc79ecfcc390fd41b24590b97
6
+ metadata.gz: 4c5fba686c3ea0f2e49cca21d61968ef51ac968bb989fe9d0422980ceaf81ecfc89aee8e1930e9cc86837132e497f2c612c40846ade86b1891d606b216c39f29
7
+ data.tar.gz: bd9274ea87a21e95f0dfd040bbff1643ff5aa4613a4a8454db578307ddb2e41cabc8541a61f926b334eab51258356eb752625766a1c71dcdfdec8834e855fd2e
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rspec-instrumentation-matcher (0.0.6)
4
+ rspec-instrumentation-matcher (0.0.7)
5
5
  activesupport
6
6
  rspec-expectations
7
7
 
@@ -13,54 +13,61 @@ GEM
13
13
  i18n (>= 0.7, < 2)
14
14
  minitest (~> 5.1)
15
15
  tzinfo (~> 1.1)
16
- celluloid (0.15.2)
17
- timers (~> 1.1.0)
18
- coderay (1.1.0)
16
+ coderay (1.1.2)
19
17
  concurrent-ruby (1.1.5)
20
- diff-lcs (1.2.5)
21
- ffi (1.9.3)
18
+ diff-lcs (1.3)
19
+ ffi (1.11.1)
22
20
  formatador (0.2.5)
23
- guard (2.6.1)
21
+ guard (2.15.0)
24
22
  formatador (>= 0.2.4)
25
- listen (~> 2.7)
26
- lumberjack (~> 1.0)
23
+ listen (>= 2.7, < 4.0)
24
+ lumberjack (>= 1.0.12, < 2.0)
25
+ nenv (~> 0.1)
26
+ notiffany (~> 0.0)
27
27
  pry (>= 0.9.12)
28
+ shellany (~> 0.0)
28
29
  thor (>= 0.18.1)
29
- guard-rspec (4.2.9)
30
+ guard-compat (1.2.1)
31
+ guard-rspec (4.7.3)
30
32
  guard (~> 2.1)
31
- rspec (>= 2.14, < 4.0)
33
+ guard-compat (~> 1.1)
34
+ rspec (>= 2.99.0, < 4.0)
32
35
  i18n (1.6.0)
33
36
  concurrent-ruby (~> 1.0)
34
- listen (2.7.6)
35
- celluloid (>= 0.15.2)
36
- rb-fsevent (>= 0.9.3)
37
- rb-inotify (>= 0.9)
38
- lumberjack (1.0.6)
39
- method_source (0.8.2)
37
+ listen (3.1.5)
38
+ rb-fsevent (~> 0.9, >= 0.9.4)
39
+ rb-inotify (~> 0.9, >= 0.9.7)
40
+ ruby_dep (~> 1.2)
41
+ lumberjack (1.0.13)
42
+ method_source (0.9.2)
40
43
  minitest (5.11.3)
41
- pry (0.9.12.6)
42
- coderay (~> 1.0)
43
- method_source (~> 0.8)
44
- slop (~> 3.4)
45
- rb-fsevent (0.9.4)
46
- rb-inotify (0.9.4)
47
- ffi (>= 0.5.0)
48
- rspec (3.0.0)
49
- rspec-core (~> 3.0.0)
50
- rspec-expectations (~> 3.0.0)
51
- rspec-mocks (~> 3.0.0)
52
- rspec-core (3.0.0)
53
- rspec-support (~> 3.0.0)
54
- rspec-expectations (3.0.0)
44
+ nenv (0.3.0)
45
+ notiffany (0.1.1)
46
+ nenv (~> 0.1)
47
+ shellany (~> 0.0)
48
+ pry (0.12.2)
49
+ coderay (~> 1.1.0)
50
+ method_source (~> 0.9.0)
51
+ rb-fsevent (0.10.3)
52
+ rb-inotify (0.10.0)
53
+ ffi (~> 1.0)
54
+ rspec (3.8.0)
55
+ rspec-core (~> 3.8.0)
56
+ rspec-expectations (~> 3.8.0)
57
+ rspec-mocks (~> 3.8.0)
58
+ rspec-core (3.8.2)
59
+ rspec-support (~> 3.8.0)
60
+ rspec-expectations (3.8.4)
55
61
  diff-lcs (>= 1.2.0, < 2.0)
56
- rspec-support (~> 3.0.0)
57
- rspec-mocks (3.0.0)
58
- rspec-support (~> 3.0.0)
59
- rspec-support (3.0.0)
60
- slop (3.5.0)
61
- thor (0.19.1)
62
+ rspec-support (~> 3.8.0)
63
+ rspec-mocks (3.8.1)
64
+ diff-lcs (>= 1.2.0, < 2.0)
65
+ rspec-support (~> 3.8.0)
66
+ rspec-support (3.8.2)
67
+ ruby_dep (1.5.0)
68
+ shellany (0.0.1)
69
+ thor (0.20.3)
62
70
  thread_safe (0.3.6)
63
- timers (1.1.0)
64
71
  tzinfo (1.2.5)
65
72
  thread_safe (~> 0.1)
66
73
 
@@ -154,6 +154,7 @@ module RSpec
154
154
  end
155
155
  end
156
156
 
157
+ require 'rspec/matchers'
157
158
  module RSpec::Matchers
158
159
  include RSpec::Instrumentation::Matcher
159
160
  end
@@ -1,7 +1,9 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Rspec
2
4
  module Instrumentation
3
5
  module Matcher
4
- VERSION = "0.0.7"
6
+ VERSION = '0.0.8'
5
7
  end
6
8
  end
7
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-instrumentation-matcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vlad Verestiuc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-08 00:00:00.000000000 Z
11
+ date: 2019-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-expectations