guard-standardrb 0.2.0 → 0.2.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: dd45cab7d4cf2d0a20c696fd809ea26ddb2992aa42eed30c86369e95c035107c
4
- data.tar.gz: 6664d9d33ef7647387d6ad377954e3a0b336034ca6a260ace6e5dd67b609c111
3
+ metadata.gz: 8f82e9fc56faf953f423f18d189996b83cadb6167fe8a2c4db3e74dbbe12dc07
4
+ data.tar.gz: afc7c6d9f7597dc5f7e25abeacd71d22a4cbd85850a55aea17121cd7cc41eba0
5
5
  SHA512:
6
- metadata.gz: 94bd9ee1cc22faf5f31b0566185a3751c3d8a969cae55e5bfc72c50a25afd64d8c90b76aee4a59cb7214bd5b7054ff70f3ba12fc5f1973be4936b2e33e036eca
7
- data.tar.gz: 0b56828f42d8ba6e0b6ac40eb5bb2fbe25cfce4a7aa21de4115674a1a5650477fc0bb50973b1a97a05412773eaa717628083a668e8e2003371a2b86ddc845189
6
+ metadata.gz: 54e8bc0ccc086fc1200842379cc7a260cb656d7a7797dc79d39da237be2f26c058d808402dc0e66d8a42c86718d0dd2239bd34dad826882e23a562f59beb2e10
7
+ data.tar.gz: 6344b4daa4416e184e77d88d3d4f94caa97a8155536521183284b6977e41917a7d2de7872d148220748b0a644b2bc5febc758c9a0e3d74ed14ab872513de9f9b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- guard-standardrb (0.2.0)
4
+ guard-standardrb (0.2.1)
5
5
  guard (>= 2.0.0)
6
6
  guard-compat (~> 1.0)
7
7
  standardrb
@@ -9,13 +9,13 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- ast (2.4.1)
12
+ ast (2.4.2)
13
13
  byebug (11.1.3)
14
14
  coderay (1.1.3)
15
- diff-lcs (1.3)
16
- ffi (1.13.1)
17
- formatador (0.2.5)
18
- guard (2.16.2)
15
+ diff-lcs (1.4.4)
16
+ ffi (1.15.3)
17
+ formatador (0.3.0)
18
+ guard (2.17.0)
19
19
  formatador (>= 0.2.4)
20
20
  listen (>= 2.7, < 4.0)
21
21
  lumberjack (>= 1.0.12, < 2.0)
@@ -25,7 +25,7 @@ GEM
25
25
  shellany (~> 0.0)
26
26
  thor (>= 0.18.1)
27
27
  guard-compat (1.2.1)
28
- listen (3.2.1)
28
+ listen (3.5.1)
29
29
  rb-fsevent (~> 0.10, >= 0.10.3)
30
30
  rb-inotify (~> 0.9, >= 0.9.10)
31
31
  lumberjack (1.2.8)
@@ -34,8 +34,8 @@ GEM
34
34
  notiffany (0.1.3)
35
35
  nenv (~> 0.1)
36
36
  shellany (~> 0.0)
37
- parallel (1.19.2)
38
- parser (2.7.2.0)
37
+ parallel (1.20.1)
38
+ parser (3.0.1.1)
39
39
  ast (~> 2.4.1)
40
40
  pry (0.13.1)
41
41
  coderay (~> 1.1)
@@ -44,48 +44,48 @@ GEM
44
44
  byebug (~> 11.0)
45
45
  pry (~> 0.13.0)
46
46
  rainbow (3.0.0)
47
- rake (13.0.1)
48
- rb-fsevent (0.10.4)
47
+ rake (13.0.3)
48
+ rb-fsevent (0.11.0)
49
49
  rb-inotify (0.10.1)
50
50
  ffi (~> 1.0)
51
- regexp_parser (1.8.1)
52
- rexml (3.2.4)
53
- rspec (3.9.0)
54
- rspec-core (~> 3.9.0)
55
- rspec-expectations (~> 3.9.0)
56
- rspec-mocks (~> 3.9.0)
57
- rspec-core (3.9.1)
58
- rspec-support (~> 3.9.1)
59
- rspec-expectations (3.9.1)
51
+ regexp_parser (2.1.1)
52
+ rexml (3.2.5)
53
+ rspec (3.10.0)
54
+ rspec-core (~> 3.10.0)
55
+ rspec-expectations (~> 3.10.0)
56
+ rspec-mocks (~> 3.10.0)
57
+ rspec-core (3.10.1)
58
+ rspec-support (~> 3.10.0)
59
+ rspec-expectations (3.10.1)
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
- rspec-support (~> 3.9.0)
62
- rspec-mocks (3.9.1)
61
+ rspec-support (~> 3.10.0)
62
+ rspec-mocks (3.10.2)
63
63
  diff-lcs (>= 1.2.0, < 2.0)
64
- rspec-support (~> 3.9.0)
65
- rspec-support (3.9.2)
66
- rubocop (0.92.0)
64
+ rspec-support (~> 3.10.0)
65
+ rspec-support (3.10.2)
66
+ rubocop (1.18.1)
67
67
  parallel (~> 1.10)
68
- parser (>= 2.7.1.5)
68
+ parser (>= 3.0.0.0)
69
69
  rainbow (>= 2.2.2, < 4.0)
70
- regexp_parser (>= 1.7)
70
+ regexp_parser (>= 1.8, < 3.0)
71
71
  rexml
72
- rubocop-ast (>= 0.5.0)
72
+ rubocop-ast (>= 1.7.0, < 2.0)
73
73
  ruby-progressbar (~> 1.7)
74
- unicode-display_width (>= 1.4.0, < 2.0)
75
- rubocop-ast (0.7.1)
76
- parser (>= 2.7.1.5)
77
- rubocop-performance (1.8.1)
78
- rubocop (>= 0.87.0)
74
+ unicode-display_width (>= 1.4.0, < 3.0)
75
+ rubocop-ast (1.7.0)
76
+ parser (>= 3.0.1.1)
77
+ rubocop-performance (1.11.2)
78
+ rubocop (>= 1.7.0, < 2.0)
79
79
  rubocop-ast (>= 0.4.0)
80
- ruby-progressbar (1.10.1)
80
+ ruby-progressbar (1.11.0)
81
81
  shellany (0.0.1)
82
- standard (0.7)
83
- rubocop (= 0.92)
84
- rubocop-performance (= 1.8.1)
82
+ standard (1.1.3)
83
+ rubocop (= 1.18.1)
84
+ rubocop-performance (= 1.11.2)
85
85
  standardrb (1.0.0)
86
86
  standard
87
- thor (1.0.1)
88
- unicode-display_width (1.7.0)
87
+ thor (1.1.0)
88
+ unicode-display_width (2.0.0)
89
89
 
90
90
  PLATFORMS
91
91
  ruby
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module StandardrbVersion
3
- VERSION = "0.2.0".freeze
3
+ VERSION = "0.2.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-standardrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jody Vandenschrick
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-08 00:00:00.000000000 Z
11
+ date: 2021-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard