souls 0.9.1 → 0.9.2

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: 8a81eb0037a3eecde1f3b08c81a7b5e9d002bb87ba9ac6f490ec19b44497672a
4
- data.tar.gz: c967ac41e70dc02bcad1d6ea2ccda92872cbb6e3acf58d4d54cca0a7869ffdbf
3
+ metadata.gz: 75064881212497375ac7f55321f3fdc9c795b51b0d7b3cd17964efa744acf8a9
4
+ data.tar.gz: 14fd24e84cd0bd2062bc3644eb543e542dbe89d60c51c18e657e2f32d02866c9
5
5
  SHA512:
6
- metadata.gz: 3ab6e0d9ccbb80eeb4c5f009348cd18aa1d23c18959e7bbe9624809517c8dbcf664b3582235f7f68aae5a349cffcc80ce2c652368f7071829f59ff2db25c3aca
7
- data.tar.gz: 9e102bba2db1959a4ad11ac7cac8cbda25b8f4a2f39bc38389bf7bfaf24c6c41cc08f5deb53de718d8cfda9ca710aed8735a59ddcad4ecadb0646b4b7768d1bc
6
+ metadata.gz: 141abafb886a0edd0b4b98a76f13547974244c9847fa028553617c730098bcec839a653dbc84e1e78a025cda4cd5e8f09cc9d3dafdce4bbdff4a6af02897dfe5
7
+ data.tar.gz: edd609ace5b59bd45a92245dc481ab14289cf5d4a234883af8533bef6176ce4ce156b056af7aaedcfe853796ac30665755ef313c223c45eeb1c02e5eacba7f72
data/Gemfile CHANGED
@@ -7,3 +7,4 @@ gem "activesupport", "6.1.0"
7
7
  gem "rake", "13.0.3"
8
8
  gem "rspec", "3.1.0"
9
9
  gem "steep", "0.39.0"
10
+ gem "rubocop", "1.7.0"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- souls (0.8.9)
4
+ souls (0.9.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -26,6 +26,7 @@ GEM
26
26
  rb-fsevent (~> 0.10, >= 0.10.3)
27
27
  rb-inotify (~> 0.9, >= 0.9.10)
28
28
  minitest (5.14.2)
29
+ parallel (1.20.1)
29
30
  parser (2.7.2.0)
30
31
  ast (~> 2.4.1)
31
32
  rainbow (3.0.0)
@@ -34,6 +35,8 @@ GEM
34
35
  rb-inotify (0.10.1)
35
36
  ffi (~> 1.0)
36
37
  rbs (1.0.0)
38
+ regexp_parser (2.0.3)
39
+ rexml (3.2.4)
37
40
  rspec (3.1.0)
38
41
  rspec-core (~> 3.1.0)
39
42
  rspec-expectations (~> 3.1.0)
@@ -46,6 +49,18 @@ GEM
46
49
  rspec-mocks (3.1.3)
47
50
  rspec-support (~> 3.1.0)
48
51
  rspec-support (3.1.2)
52
+ rubocop (1.7.0)
53
+ parallel (~> 1.10)
54
+ parser (>= 2.7.1.5)
55
+ rainbow (>= 2.2.2, < 4.0)
56
+ regexp_parser (>= 1.8, < 3.0)
57
+ rexml
58
+ rubocop-ast (>= 1.2.0, < 2.0)
59
+ ruby-progressbar (~> 1.7)
60
+ unicode-display_width (>= 1.4.0, < 2.0)
61
+ rubocop-ast (1.4.0)
62
+ parser (>= 2.7.1.5)
63
+ ruby-progressbar (1.11.0)
49
64
  steep (0.39.0)
50
65
  activesupport (>= 5.1)
51
66
  ast_utils (~> 0.3.0)
@@ -57,6 +72,7 @@ GEM
57
72
  thor (1.0.1)
58
73
  tzinfo (2.0.4)
59
74
  concurrent-ruby (~> 1.0)
75
+ unicode-display_width (1.7.0)
60
76
  zeitwerk (2.4.2)
61
77
 
62
78
  PLATFORMS
@@ -66,6 +82,7 @@ DEPENDENCIES
66
82
  activesupport (= 6.1.0)
67
83
  rake (= 13.0.3)
68
84
  rspec (= 3.1.0)
85
+ rubocop (= 1.7.0)
69
86
  souls!
70
87
  steep (= 0.39.0)
71
88
 
data/exe/souls CHANGED
@@ -80,7 +80,7 @@ begin
80
80
  when "-s"
81
81
  `bundle exec steep check`
82
82
  else
83
- `bundle exec rubocop`
83
+ `rubocop`
84
84
  `bundle exec rspec`
85
85
  end
86
86
  when "deploy"
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI