normalize_line_endings 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +2 -1
- data/.ruby-version +1 -1
- data/Appraisals +4 -4
- data/CHANGELOG.md +2 -4
- data/Gemfile.lock +51 -48
- data/gemfiles/.bundle/config +2 -0
- data/gemfiles/rails_6_1.gemfile +1 -1
- data/gemfiles/rails_6_1.gemfile.lock +140 -121
- data/gemfiles/{rails_6.gemfile → rails_7.gemfile} +1 -1
- data/gemfiles/rails_7.gemfile.lock +212 -0
- data/lib/normalize_line_endings/version.rb +1 -1
- data/normalize_line_endings.gemspec +14 -8
- metadata +38 -22
- data/gemfiles/rails_6.gemfile.lock +0 -191
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f83aa9f6a6db5548c7519f2a0c487baba5d25d01780f7cb3613e1d2cc8cc98c0
|
4
|
+
data.tar.gz: 21e9f62e9e33ac816abe3af924aa6a800a09b17c0a91d3007318fc097a5b6bc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63e2568d2f848575518937953dca2d5cf001d0dfb65810c1ef9233957ec61c2b4f5b984c62edd1f22b7b22345ccdac5ae09088723fc70e5d2bac107e04a879c6
|
7
|
+
data.tar.gz: 528815bd00cb99956e1d6743b62eb7ea8c5c91ebcd980b78bab90087e10060611247bc8af4bf77dc1f30b1f092bc49b1c780efa428e36b697909cd697517a5a4
|
data/.rubocop.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.5
|
data/Appraisals
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,86 +1,89 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
normalize_line_endings (0.0.
|
5
|
-
activesupport (>= 6.
|
4
|
+
normalize_line_endings (0.0.6)
|
5
|
+
activesupport (>= 6.1, < 7.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (
|
11
|
-
activesupport (=
|
12
|
-
activesupport (
|
10
|
+
activemodel (7.0.4.3)
|
11
|
+
activesupport (= 7.0.4.3)
|
12
|
+
activesupport (7.0.4.3)
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
14
|
i18n (>= 1.6, < 2)
|
15
15
|
minitest (>= 5.1)
|
16
16
|
tzinfo (~> 2.0)
|
17
|
-
|
18
|
-
appraisal (2.4.0)
|
17
|
+
appraisal (2.4.1)
|
19
18
|
bundler
|
20
19
|
rake
|
21
20
|
thor (>= 0.14.0)
|
22
21
|
ast (2.4.2)
|
23
|
-
concurrent-ruby (1.
|
24
|
-
diff-lcs (1.
|
25
|
-
i18n (1.
|
22
|
+
concurrent-ruby (1.2.2)
|
23
|
+
diff-lcs (1.5.0)
|
24
|
+
i18n (1.12.0)
|
26
25
|
concurrent-ruby (~> 1.0)
|
27
|
-
|
28
|
-
|
29
|
-
|
26
|
+
json (2.6.3)
|
27
|
+
minitest (5.18.0)
|
28
|
+
parallel (1.22.1)
|
29
|
+
parser (3.2.1.1)
|
30
30
|
ast (~> 2.4.1)
|
31
|
-
rainbow (3.
|
31
|
+
rainbow (3.1.1)
|
32
32
|
rake (13.0.1)
|
33
|
-
regexp_parser (2.
|
33
|
+
regexp_parser (2.7.0)
|
34
34
|
rexml (3.2.5)
|
35
|
-
rspec (3.
|
36
|
-
rspec-core (~> 3.
|
37
|
-
rspec-expectations (~> 3.
|
38
|
-
rspec-mocks (~> 3.
|
39
|
-
rspec-core (3.
|
40
|
-
rspec-support (~> 3.
|
41
|
-
rspec-expectations (3.
|
35
|
+
rspec (3.12.0)
|
36
|
+
rspec-core (~> 3.12.0)
|
37
|
+
rspec-expectations (~> 3.12.0)
|
38
|
+
rspec-mocks (~> 3.12.0)
|
39
|
+
rspec-core (3.12.1)
|
40
|
+
rspec-support (~> 3.12.0)
|
41
|
+
rspec-expectations (3.12.2)
|
42
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
43
|
-
rspec-support (~> 3.
|
44
|
-
rspec-mocks (3.
|
43
|
+
rspec-support (~> 3.12.0)
|
44
|
+
rspec-mocks (3.12.4)
|
45
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
46
|
-
rspec-support (~> 3.
|
47
|
-
rspec-support (3.
|
48
|
-
rubocop (1.
|
46
|
+
rspec-support (~> 3.12.0)
|
47
|
+
rspec-support (3.12.0)
|
48
|
+
rubocop (1.48.1)
|
49
|
+
json (~> 2.3)
|
49
50
|
parallel (~> 1.10)
|
50
|
-
parser (>= 3.
|
51
|
+
parser (>= 3.2.0.0)
|
51
52
|
rainbow (>= 2.2.2, < 4.0)
|
52
53
|
regexp_parser (>= 1.8, < 3.0)
|
53
|
-
rexml
|
54
|
-
rubocop-ast (>= 1.
|
54
|
+
rexml (>= 3.2.5, < 4.0)
|
55
|
+
rubocop-ast (>= 1.26.0, < 2.0)
|
55
56
|
ruby-progressbar (~> 1.7)
|
56
|
-
unicode-display_width (>=
|
57
|
-
rubocop-ast (1.
|
58
|
-
parser (>= 3.
|
59
|
-
rubocop-
|
57
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
58
|
+
rubocop-ast (1.27.0)
|
59
|
+
parser (>= 3.2.1.0)
|
60
|
+
rubocop-capybara (2.17.1)
|
61
|
+
rubocop (~> 1.41)
|
62
|
+
rubocop-performance (1.16.0)
|
60
63
|
rubocop (>= 1.7.0, < 2.0)
|
61
64
|
rubocop-ast (>= 0.4.0)
|
62
|
-
rubocop-rspec (2.
|
63
|
-
rubocop (~> 1.
|
64
|
-
rubocop-
|
65
|
-
ruby-progressbar (1.
|
66
|
-
thor (1.1
|
67
|
-
tzinfo (2.0.
|
65
|
+
rubocop-rspec (2.19.0)
|
66
|
+
rubocop (~> 1.33)
|
67
|
+
rubocop-capybara (~> 2.17)
|
68
|
+
ruby-progressbar (1.13.0)
|
69
|
+
thor (1.2.1)
|
70
|
+
tzinfo (2.0.6)
|
68
71
|
concurrent-ruby (~> 1.0)
|
69
|
-
unicode-display_width (2.
|
70
|
-
zeitwerk (2.4.2)
|
72
|
+
unicode-display_width (2.4.2)
|
71
73
|
|
72
74
|
PLATFORMS
|
73
75
|
ruby
|
74
76
|
|
75
77
|
DEPENDENCIES
|
76
|
-
activemodel (>= 6.
|
78
|
+
activemodel (>= 6.1, < 7.1)
|
77
79
|
appraisal (~> 2.4)
|
80
|
+
bundler (= 2.2.10)
|
78
81
|
normalize_line_endings!
|
79
82
|
rake (~> 13.0)
|
80
|
-
rspec (~> 3.
|
81
|
-
rubocop (~> 1.
|
82
|
-
rubocop-performance (~> 1.
|
83
|
-
rubocop-rspec (~> 2.
|
83
|
+
rspec (~> 3.12)
|
84
|
+
rubocop (~> 1.48)
|
85
|
+
rubocop-performance (~> 1.16)
|
86
|
+
rubocop-rspec (~> 2.19)
|
84
87
|
|
85
88
|
BUNDLED WITH
|
86
|
-
2.
|
89
|
+
2.2.10
|
data/gemfiles/rails_6_1.gemfile
CHANGED
@@ -1,194 +1,213 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
normalize_line_endings (0.0.
|
5
|
-
activesupport (>= 6.
|
4
|
+
normalize_line_endings (0.0.6)
|
5
|
+
activesupport (>= 6.1, < 7.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (6.1.
|
11
|
-
actionpack (= 6.1.
|
12
|
-
activesupport (= 6.1.
|
10
|
+
actioncable (6.1.7.3)
|
11
|
+
actionpack (= 6.1.7.3)
|
12
|
+
activesupport (= 6.1.7.3)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (6.1.
|
16
|
-
actionpack (= 6.1.
|
17
|
-
activejob (= 6.1.
|
18
|
-
activerecord (= 6.1.
|
19
|
-
activestorage (= 6.1.
|
20
|
-
activesupport (= 6.1.
|
15
|
+
actionmailbox (6.1.7.3)
|
16
|
+
actionpack (= 6.1.7.3)
|
17
|
+
activejob (= 6.1.7.3)
|
18
|
+
activerecord (= 6.1.7.3)
|
19
|
+
activestorage (= 6.1.7.3)
|
20
|
+
activesupport (= 6.1.7.3)
|
21
21
|
mail (>= 2.7.1)
|
22
|
-
actionmailer (6.1.
|
23
|
-
actionpack (= 6.1.
|
24
|
-
actionview (= 6.1.
|
25
|
-
activejob (= 6.1.
|
26
|
-
activesupport (= 6.1.
|
22
|
+
actionmailer (6.1.7.3)
|
23
|
+
actionpack (= 6.1.7.3)
|
24
|
+
actionview (= 6.1.7.3)
|
25
|
+
activejob (= 6.1.7.3)
|
26
|
+
activesupport (= 6.1.7.3)
|
27
27
|
mail (~> 2.5, >= 2.5.4)
|
28
28
|
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (6.1.
|
30
|
-
actionview (= 6.1.
|
31
|
-
activesupport (= 6.1.
|
29
|
+
actionpack (6.1.7.3)
|
30
|
+
actionview (= 6.1.7.3)
|
31
|
+
activesupport (= 6.1.7.3)
|
32
32
|
rack (~> 2.0, >= 2.0.9)
|
33
33
|
rack-test (>= 0.6.3)
|
34
34
|
rails-dom-testing (~> 2.0)
|
35
35
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
-
actiontext (6.1.
|
37
|
-
actionpack (= 6.1.
|
38
|
-
activerecord (= 6.1.
|
39
|
-
activestorage (= 6.1.
|
40
|
-
activesupport (= 6.1.
|
36
|
+
actiontext (6.1.7.3)
|
37
|
+
actionpack (= 6.1.7.3)
|
38
|
+
activerecord (= 6.1.7.3)
|
39
|
+
activestorage (= 6.1.7.3)
|
40
|
+
activesupport (= 6.1.7.3)
|
41
41
|
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.1.
|
43
|
-
activesupport (= 6.1.
|
42
|
+
actionview (6.1.7.3)
|
43
|
+
activesupport (= 6.1.7.3)
|
44
44
|
builder (~> 3.1)
|
45
45
|
erubi (~> 1.4)
|
46
46
|
rails-dom-testing (~> 2.0)
|
47
47
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
-
activejob (6.1.
|
49
|
-
activesupport (= 6.1.
|
48
|
+
activejob (6.1.7.3)
|
49
|
+
activesupport (= 6.1.7.3)
|
50
50
|
globalid (>= 0.3.6)
|
51
|
-
activemodel (6.1.
|
52
|
-
activesupport (= 6.1.
|
53
|
-
activerecord (6.1.
|
54
|
-
activemodel (= 6.1.
|
55
|
-
activesupport (= 6.1.
|
56
|
-
activestorage (6.1.
|
57
|
-
actionpack (= 6.1.
|
58
|
-
activejob (= 6.1.
|
59
|
-
activerecord (= 6.1.
|
60
|
-
activesupport (= 6.1.
|
61
|
-
marcel (~> 1.0
|
51
|
+
activemodel (6.1.7.3)
|
52
|
+
activesupport (= 6.1.7.3)
|
53
|
+
activerecord (6.1.7.3)
|
54
|
+
activemodel (= 6.1.7.3)
|
55
|
+
activesupport (= 6.1.7.3)
|
56
|
+
activestorage (6.1.7.3)
|
57
|
+
actionpack (= 6.1.7.3)
|
58
|
+
activejob (= 6.1.7.3)
|
59
|
+
activerecord (= 6.1.7.3)
|
60
|
+
activesupport (= 6.1.7.3)
|
61
|
+
marcel (~> 1.0)
|
62
62
|
mini_mime (>= 1.1.0)
|
63
|
-
activesupport (6.1.
|
63
|
+
activesupport (6.1.7.3)
|
64
64
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
65
65
|
i18n (>= 1.6, < 2)
|
66
66
|
minitest (>= 5.1)
|
67
67
|
tzinfo (~> 2.0)
|
68
68
|
zeitwerk (~> 2.3)
|
69
|
-
appraisal (2.4.
|
69
|
+
appraisal (2.4.1)
|
70
70
|
bundler
|
71
71
|
rake
|
72
72
|
thor (>= 0.14.0)
|
73
73
|
ast (2.4.2)
|
74
74
|
builder (3.2.4)
|
75
|
-
concurrent-ruby (1.
|
75
|
+
concurrent-ruby (1.2.2)
|
76
76
|
crass (1.0.6)
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
77
|
+
date (3.3.3)
|
78
|
+
diff-lcs (1.5.0)
|
79
|
+
erubi (1.12.0)
|
80
|
+
globalid (1.1.0)
|
81
|
+
activesupport (>= 5.0)
|
82
|
+
i18n (1.12.0)
|
82
83
|
concurrent-ruby (~> 1.0)
|
83
|
-
|
84
|
+
json (2.6.3)
|
85
|
+
loofah (2.19.1)
|
84
86
|
crass (~> 1.0.2)
|
85
87
|
nokogiri (>= 1.5.9)
|
86
|
-
mail (2.
|
88
|
+
mail (2.8.1)
|
87
89
|
mini_mime (>= 0.1.1)
|
88
|
-
|
90
|
+
net-imap
|
91
|
+
net-pop
|
92
|
+
net-smtp
|
93
|
+
marcel (1.0.2)
|
89
94
|
method_source (1.0.0)
|
90
|
-
mini_mime (1.1.
|
91
|
-
minitest (5.
|
92
|
-
|
93
|
-
|
95
|
+
mini_mime (1.1.2)
|
96
|
+
minitest (5.18.0)
|
97
|
+
net-imap (0.3.4)
|
98
|
+
date
|
99
|
+
net-protocol
|
100
|
+
net-pop (0.1.2)
|
101
|
+
net-protocol
|
102
|
+
net-protocol (0.2.1)
|
103
|
+
timeout
|
104
|
+
net-smtp (0.3.3)
|
105
|
+
net-protocol
|
106
|
+
nio4r (2.5.8)
|
107
|
+
nokogiri (1.14.2-x86_64-darwin)
|
94
108
|
racc (~> 1.4)
|
95
|
-
parallel (1.
|
96
|
-
parser (3.
|
109
|
+
parallel (1.22.1)
|
110
|
+
parser (3.2.1.1)
|
97
111
|
ast (~> 2.4.1)
|
98
|
-
racc (1.
|
99
|
-
rack (2.2.
|
100
|
-
rack-test (
|
101
|
-
rack (>= 1.
|
102
|
-
rails (6.1.
|
103
|
-
actioncable (= 6.1.
|
104
|
-
actionmailbox (= 6.1.
|
105
|
-
actionmailer (= 6.1.
|
106
|
-
actionpack (= 6.1.
|
107
|
-
actiontext (= 6.1.
|
108
|
-
actionview (= 6.1.
|
109
|
-
activejob (= 6.1.
|
110
|
-
activemodel (= 6.1.
|
111
|
-
activerecord (= 6.1.
|
112
|
-
activestorage (= 6.1.
|
113
|
-
activesupport (= 6.1.
|
112
|
+
racc (1.6.2)
|
113
|
+
rack (2.2.6.4)
|
114
|
+
rack-test (2.0.2)
|
115
|
+
rack (>= 1.3)
|
116
|
+
rails (6.1.7.3)
|
117
|
+
actioncable (= 6.1.7.3)
|
118
|
+
actionmailbox (= 6.1.7.3)
|
119
|
+
actionmailer (= 6.1.7.3)
|
120
|
+
actionpack (= 6.1.7.3)
|
121
|
+
actiontext (= 6.1.7.3)
|
122
|
+
actionview (= 6.1.7.3)
|
123
|
+
activejob (= 6.1.7.3)
|
124
|
+
activemodel (= 6.1.7.3)
|
125
|
+
activerecord (= 6.1.7.3)
|
126
|
+
activestorage (= 6.1.7.3)
|
127
|
+
activesupport (= 6.1.7.3)
|
114
128
|
bundler (>= 1.15.0)
|
115
|
-
railties (= 6.1.
|
129
|
+
railties (= 6.1.7.3)
|
116
130
|
sprockets-rails (>= 2.0.0)
|
117
131
|
rails-dom-testing (2.0.3)
|
118
132
|
activesupport (>= 4.2.0)
|
119
133
|
nokogiri (>= 1.6)
|
120
|
-
rails-html-sanitizer (1.
|
121
|
-
loofah (~> 2.
|
122
|
-
railties (6.1.
|
123
|
-
actionpack (= 6.1.
|
124
|
-
activesupport (= 6.1.
|
134
|
+
rails-html-sanitizer (1.5.0)
|
135
|
+
loofah (~> 2.19, >= 2.19.1)
|
136
|
+
railties (6.1.7.3)
|
137
|
+
actionpack (= 6.1.7.3)
|
138
|
+
activesupport (= 6.1.7.3)
|
125
139
|
method_source
|
126
|
-
rake (>=
|
140
|
+
rake (>= 12.2)
|
127
141
|
thor (~> 1.0)
|
128
|
-
rainbow (3.
|
142
|
+
rainbow (3.1.1)
|
129
143
|
rake (13.0.6)
|
130
|
-
regexp_parser (2.
|
144
|
+
regexp_parser (2.7.0)
|
131
145
|
rexml (3.2.5)
|
132
|
-
rspec (3.
|
133
|
-
rspec-core (~> 3.
|
134
|
-
rspec-expectations (~> 3.
|
135
|
-
rspec-mocks (~> 3.
|
136
|
-
rspec-core (3.
|
137
|
-
rspec-support (~> 3.
|
138
|
-
rspec-expectations (3.
|
146
|
+
rspec (3.12.0)
|
147
|
+
rspec-core (~> 3.12.0)
|
148
|
+
rspec-expectations (~> 3.12.0)
|
149
|
+
rspec-mocks (~> 3.12.0)
|
150
|
+
rspec-core (3.12.1)
|
151
|
+
rspec-support (~> 3.12.0)
|
152
|
+
rspec-expectations (3.12.2)
|
139
153
|
diff-lcs (>= 1.2.0, < 2.0)
|
140
|
-
rspec-support (~> 3.
|
141
|
-
rspec-mocks (3.
|
154
|
+
rspec-support (~> 3.12.0)
|
155
|
+
rspec-mocks (3.12.4)
|
142
156
|
diff-lcs (>= 1.2.0, < 2.0)
|
143
|
-
rspec-support (~> 3.
|
144
|
-
rspec-support (3.
|
145
|
-
rubocop (1.
|
157
|
+
rspec-support (~> 3.12.0)
|
158
|
+
rspec-support (3.12.0)
|
159
|
+
rubocop (1.48.1)
|
160
|
+
json (~> 2.3)
|
146
161
|
parallel (~> 1.10)
|
147
|
-
parser (>= 3.
|
162
|
+
parser (>= 3.2.0.0)
|
148
163
|
rainbow (>= 2.2.2, < 4.0)
|
149
164
|
regexp_parser (>= 1.8, < 3.0)
|
150
|
-
rexml
|
151
|
-
rubocop-ast (>= 1.
|
165
|
+
rexml (>= 3.2.5, < 4.0)
|
166
|
+
rubocop-ast (>= 1.26.0, < 2.0)
|
152
167
|
ruby-progressbar (~> 1.7)
|
153
|
-
unicode-display_width (>=
|
154
|
-
rubocop-ast (1.
|
155
|
-
parser (>= 3.
|
156
|
-
rubocop-
|
168
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
169
|
+
rubocop-ast (1.27.0)
|
170
|
+
parser (>= 3.2.1.0)
|
171
|
+
rubocop-capybara (2.17.1)
|
172
|
+
rubocop (~> 1.41)
|
173
|
+
rubocop-performance (1.16.0)
|
157
174
|
rubocop (>= 1.7.0, < 2.0)
|
158
175
|
rubocop-ast (>= 0.4.0)
|
159
|
-
rubocop-rspec (2.
|
160
|
-
rubocop (~> 1.
|
161
|
-
rubocop-
|
162
|
-
ruby-progressbar (1.
|
163
|
-
sprockets (4.0
|
176
|
+
rubocop-rspec (2.19.0)
|
177
|
+
rubocop (~> 1.33)
|
178
|
+
rubocop-capybara (~> 2.17)
|
179
|
+
ruby-progressbar (1.13.0)
|
180
|
+
sprockets (4.2.0)
|
164
181
|
concurrent-ruby (~> 1.0)
|
165
|
-
rack (
|
166
|
-
sprockets-rails (3.
|
167
|
-
actionpack (>=
|
168
|
-
activesupport (>=
|
182
|
+
rack (>= 2.2.4, < 4)
|
183
|
+
sprockets-rails (3.4.2)
|
184
|
+
actionpack (>= 5.2)
|
185
|
+
activesupport (>= 5.2)
|
169
186
|
sprockets (>= 3.0.0)
|
170
|
-
thor (1.1
|
171
|
-
|
187
|
+
thor (1.2.1)
|
188
|
+
timeout (0.3.2)
|
189
|
+
tzinfo (2.0.6)
|
172
190
|
concurrent-ruby (~> 1.0)
|
173
|
-
unicode-display_width (2.
|
191
|
+
unicode-display_width (2.4.2)
|
174
192
|
websocket-driver (0.7.5)
|
175
193
|
websocket-extensions (>= 0.1.0)
|
176
194
|
websocket-extensions (0.1.5)
|
177
|
-
zeitwerk (2.
|
195
|
+
zeitwerk (2.6.7)
|
178
196
|
|
179
197
|
PLATFORMS
|
180
|
-
|
198
|
+
x86_64-darwin-22
|
181
199
|
|
182
200
|
DEPENDENCIES
|
183
|
-
activemodel (>= 6.
|
201
|
+
activemodel (>= 6.1, < 7.1)
|
184
202
|
appraisal (~> 2.4)
|
203
|
+
bundler (= 2.2.10)
|
185
204
|
normalize_line_endings!
|
186
|
-
rails (= 6.1.
|
205
|
+
rails (= 6.1.7.3)
|
187
206
|
rake (~> 13.0)
|
188
|
-
rspec (~> 3.
|
189
|
-
rubocop (~> 1.
|
190
|
-
rubocop-performance (~> 1.
|
191
|
-
rubocop-rspec (~> 2.
|
207
|
+
rspec (~> 3.12)
|
208
|
+
rubocop (~> 1.48)
|
209
|
+
rubocop-performance (~> 1.16)
|
210
|
+
rubocop-rspec (~> 2.19)
|
192
211
|
|
193
212
|
BUNDLED WITH
|
194
|
-
2.
|
213
|
+
2.2.10
|
@@ -0,0 +1,212 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
normalize_line_endings (0.0.6)
|
5
|
+
activesupport (>= 6.1, < 7.1)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
actioncable (7.0.4.3)
|
11
|
+
actionpack (= 7.0.4.3)
|
12
|
+
activesupport (= 7.0.4.3)
|
13
|
+
nio4r (~> 2.0)
|
14
|
+
websocket-driver (>= 0.6.1)
|
15
|
+
actionmailbox (7.0.4.3)
|
16
|
+
actionpack (= 7.0.4.3)
|
17
|
+
activejob (= 7.0.4.3)
|
18
|
+
activerecord (= 7.0.4.3)
|
19
|
+
activestorage (= 7.0.4.3)
|
20
|
+
activesupport (= 7.0.4.3)
|
21
|
+
mail (>= 2.7.1)
|
22
|
+
net-imap
|
23
|
+
net-pop
|
24
|
+
net-smtp
|
25
|
+
actionmailer (7.0.4.3)
|
26
|
+
actionpack (= 7.0.4.3)
|
27
|
+
actionview (= 7.0.4.3)
|
28
|
+
activejob (= 7.0.4.3)
|
29
|
+
activesupport (= 7.0.4.3)
|
30
|
+
mail (~> 2.5, >= 2.5.4)
|
31
|
+
net-imap
|
32
|
+
net-pop
|
33
|
+
net-smtp
|
34
|
+
rails-dom-testing (~> 2.0)
|
35
|
+
actionpack (7.0.4.3)
|
36
|
+
actionview (= 7.0.4.3)
|
37
|
+
activesupport (= 7.0.4.3)
|
38
|
+
rack (~> 2.0, >= 2.2.0)
|
39
|
+
rack-test (>= 0.6.3)
|
40
|
+
rails-dom-testing (~> 2.0)
|
41
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
42
|
+
actiontext (7.0.4.3)
|
43
|
+
actionpack (= 7.0.4.3)
|
44
|
+
activerecord (= 7.0.4.3)
|
45
|
+
activestorage (= 7.0.4.3)
|
46
|
+
activesupport (= 7.0.4.3)
|
47
|
+
globalid (>= 0.6.0)
|
48
|
+
nokogiri (>= 1.8.5)
|
49
|
+
actionview (7.0.4.3)
|
50
|
+
activesupport (= 7.0.4.3)
|
51
|
+
builder (~> 3.1)
|
52
|
+
erubi (~> 1.4)
|
53
|
+
rails-dom-testing (~> 2.0)
|
54
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
55
|
+
activejob (7.0.4.3)
|
56
|
+
activesupport (= 7.0.4.3)
|
57
|
+
globalid (>= 0.3.6)
|
58
|
+
activemodel (7.0.4.3)
|
59
|
+
activesupport (= 7.0.4.3)
|
60
|
+
activerecord (7.0.4.3)
|
61
|
+
activemodel (= 7.0.4.3)
|
62
|
+
activesupport (= 7.0.4.3)
|
63
|
+
activestorage (7.0.4.3)
|
64
|
+
actionpack (= 7.0.4.3)
|
65
|
+
activejob (= 7.0.4.3)
|
66
|
+
activerecord (= 7.0.4.3)
|
67
|
+
activesupport (= 7.0.4.3)
|
68
|
+
marcel (~> 1.0)
|
69
|
+
mini_mime (>= 1.1.0)
|
70
|
+
activesupport (7.0.4.3)
|
71
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
72
|
+
i18n (>= 1.6, < 2)
|
73
|
+
minitest (>= 5.1)
|
74
|
+
tzinfo (~> 2.0)
|
75
|
+
appraisal (2.4.1)
|
76
|
+
bundler
|
77
|
+
rake
|
78
|
+
thor (>= 0.14.0)
|
79
|
+
ast (2.4.2)
|
80
|
+
builder (3.2.4)
|
81
|
+
concurrent-ruby (1.2.2)
|
82
|
+
crass (1.0.6)
|
83
|
+
date (3.3.3)
|
84
|
+
diff-lcs (1.5.0)
|
85
|
+
erubi (1.12.0)
|
86
|
+
globalid (1.1.0)
|
87
|
+
activesupport (>= 5.0)
|
88
|
+
i18n (1.12.0)
|
89
|
+
concurrent-ruby (~> 1.0)
|
90
|
+
json (2.6.3)
|
91
|
+
loofah (2.19.1)
|
92
|
+
crass (~> 1.0.2)
|
93
|
+
nokogiri (>= 1.5.9)
|
94
|
+
mail (2.8.1)
|
95
|
+
mini_mime (>= 0.1.1)
|
96
|
+
net-imap
|
97
|
+
net-pop
|
98
|
+
net-smtp
|
99
|
+
marcel (1.0.2)
|
100
|
+
method_source (1.0.0)
|
101
|
+
mini_mime (1.1.2)
|
102
|
+
minitest (5.18.0)
|
103
|
+
net-imap (0.3.4)
|
104
|
+
date
|
105
|
+
net-protocol
|
106
|
+
net-pop (0.1.2)
|
107
|
+
net-protocol
|
108
|
+
net-protocol (0.2.1)
|
109
|
+
timeout
|
110
|
+
net-smtp (0.3.3)
|
111
|
+
net-protocol
|
112
|
+
nio4r (2.5.8)
|
113
|
+
nokogiri (1.14.2-x86_64-darwin)
|
114
|
+
racc (~> 1.4)
|
115
|
+
parallel (1.22.1)
|
116
|
+
parser (3.2.1.1)
|
117
|
+
ast (~> 2.4.1)
|
118
|
+
racc (1.6.2)
|
119
|
+
rack (2.2.6.4)
|
120
|
+
rack-test (2.0.2)
|
121
|
+
rack (>= 1.3)
|
122
|
+
rails (7.0.4.3)
|
123
|
+
actioncable (= 7.0.4.3)
|
124
|
+
actionmailbox (= 7.0.4.3)
|
125
|
+
actionmailer (= 7.0.4.3)
|
126
|
+
actionpack (= 7.0.4.3)
|
127
|
+
actiontext (= 7.0.4.3)
|
128
|
+
actionview (= 7.0.4.3)
|
129
|
+
activejob (= 7.0.4.3)
|
130
|
+
activemodel (= 7.0.4.3)
|
131
|
+
activerecord (= 7.0.4.3)
|
132
|
+
activestorage (= 7.0.4.3)
|
133
|
+
activesupport (= 7.0.4.3)
|
134
|
+
bundler (>= 1.15.0)
|
135
|
+
railties (= 7.0.4.3)
|
136
|
+
rails-dom-testing (2.0.3)
|
137
|
+
activesupport (>= 4.2.0)
|
138
|
+
nokogiri (>= 1.6)
|
139
|
+
rails-html-sanitizer (1.5.0)
|
140
|
+
loofah (~> 2.19, >= 2.19.1)
|
141
|
+
railties (7.0.4.3)
|
142
|
+
actionpack (= 7.0.4.3)
|
143
|
+
activesupport (= 7.0.4.3)
|
144
|
+
method_source
|
145
|
+
rake (>= 12.2)
|
146
|
+
thor (~> 1.0)
|
147
|
+
zeitwerk (~> 2.5)
|
148
|
+
rainbow (3.1.1)
|
149
|
+
rake (13.0.1)
|
150
|
+
regexp_parser (2.7.0)
|
151
|
+
rexml (3.2.5)
|
152
|
+
rspec (3.12.0)
|
153
|
+
rspec-core (~> 3.12.0)
|
154
|
+
rspec-expectations (~> 3.12.0)
|
155
|
+
rspec-mocks (~> 3.12.0)
|
156
|
+
rspec-core (3.12.1)
|
157
|
+
rspec-support (~> 3.12.0)
|
158
|
+
rspec-expectations (3.12.2)
|
159
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
160
|
+
rspec-support (~> 3.12.0)
|
161
|
+
rspec-mocks (3.12.4)
|
162
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
163
|
+
rspec-support (~> 3.12.0)
|
164
|
+
rspec-support (3.12.0)
|
165
|
+
rubocop (1.48.1)
|
166
|
+
json (~> 2.3)
|
167
|
+
parallel (~> 1.10)
|
168
|
+
parser (>= 3.2.0.0)
|
169
|
+
rainbow (>= 2.2.2, < 4.0)
|
170
|
+
regexp_parser (>= 1.8, < 3.0)
|
171
|
+
rexml (>= 3.2.5, < 4.0)
|
172
|
+
rubocop-ast (>= 1.26.0, < 2.0)
|
173
|
+
ruby-progressbar (~> 1.7)
|
174
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
175
|
+
rubocop-ast (1.27.0)
|
176
|
+
parser (>= 3.2.1.0)
|
177
|
+
rubocop-capybara (2.17.1)
|
178
|
+
rubocop (~> 1.41)
|
179
|
+
rubocop-performance (1.16.0)
|
180
|
+
rubocop (>= 1.7.0, < 2.0)
|
181
|
+
rubocop-ast (>= 0.4.0)
|
182
|
+
rubocop-rspec (2.19.0)
|
183
|
+
rubocop (~> 1.33)
|
184
|
+
rubocop-capybara (~> 2.17)
|
185
|
+
ruby-progressbar (1.13.0)
|
186
|
+
thor (1.2.1)
|
187
|
+
timeout (0.3.2)
|
188
|
+
tzinfo (2.0.6)
|
189
|
+
concurrent-ruby (~> 1.0)
|
190
|
+
unicode-display_width (2.4.2)
|
191
|
+
websocket-driver (0.7.5)
|
192
|
+
websocket-extensions (>= 0.1.0)
|
193
|
+
websocket-extensions (0.1.5)
|
194
|
+
zeitwerk (2.6.7)
|
195
|
+
|
196
|
+
PLATFORMS
|
197
|
+
ruby
|
198
|
+
|
199
|
+
DEPENDENCIES
|
200
|
+
activemodel (>= 6.1, < 7.1)
|
201
|
+
appraisal (~> 2.4)
|
202
|
+
bundler (= 2.2.10)
|
203
|
+
normalize_line_endings!
|
204
|
+
rails (= 7.0.4.3)
|
205
|
+
rake (~> 13.0)
|
206
|
+
rspec (~> 3.12)
|
207
|
+
rubocop (~> 1.48)
|
208
|
+
rubocop-performance (~> 1.16)
|
209
|
+
rubocop-rspec (~> 2.19)
|
210
|
+
|
211
|
+
BUNDLED WITH
|
212
|
+
2.2.10
|
@@ -16,7 +16,8 @@ Gem::Specification.new do |spec|
|
|
16
16
|
"homepage_uri" => "https://github.com/nulogy/normalize_line_endings",
|
17
17
|
"changelog_uri" => "https://github.com/nulogy/normalize_line_endings/blob/master/CHANGELOG.md",
|
18
18
|
"source_code_uri" => "https://github.com/nulogy/normalize_line_endings",
|
19
|
-
"bug_tracker_uri" => "https://github.com/nulogy/normalize_line_endings/issues"
|
19
|
+
"bug_tracker_uri" => "https://github.com/nulogy/normalize_line_endings/issues",
|
20
|
+
"rubygems_mfa_required" => "true"
|
20
21
|
}
|
21
22
|
|
22
23
|
# Specify which files should be added to the gem when it is released.
|
@@ -27,15 +28,20 @@ Gem::Specification.new do |spec|
|
|
27
28
|
spec.bindir = "exe"
|
28
29
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
29
30
|
spec.require_paths = ["lib"]
|
30
|
-
spec.required_ruby_version = ">=
|
31
|
+
spec.required_ruby_version = ">= 3.0"
|
31
32
|
|
32
|
-
spec.add_runtime_dependency "activesupport", ">= 6.
|
33
|
+
spec.add_runtime_dependency "activesupport", ">= 6.1", "< 7.1"
|
33
34
|
|
34
|
-
spec.add_development_dependency "activemodel", ">= 6.
|
35
|
+
spec.add_development_dependency "activemodel", ">= 6.1", "< 7.1"
|
35
36
|
spec.add_development_dependency "appraisal", "~> 2.4"
|
37
|
+
|
38
|
+
# Explicitly version bundler to avoid breaking the appraisal gem.
|
39
|
+
# Remove when a new version of the appraisal gem is released.
|
40
|
+
spec.add_development_dependency "bundler", "2.2.10"
|
41
|
+
|
36
42
|
spec.add_development_dependency "rake", "~> 13.0"
|
37
|
-
spec.add_development_dependency "rspec", "~> 3.
|
38
|
-
spec.add_development_dependency "rubocop", "~> 1.
|
39
|
-
spec.add_development_dependency "rubocop-performance", "~> 1.
|
40
|
-
spec.add_development_dependency "rubocop-rspec", "~> 2.
|
43
|
+
spec.add_development_dependency "rspec", "~> 3.12"
|
44
|
+
spec.add_development_dependency "rubocop", "~> 1.48"
|
45
|
+
spec.add_development_dependency "rubocop-performance", "~> 1.16"
|
46
|
+
spec.add_development_dependency "rubocop-rspec", "~> 2.19"
|
41
47
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: normalize_line_endings
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Briggs
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2023-03-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -17,40 +17,40 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '6.
|
20
|
+
version: '6.1'
|
21
21
|
- - "<"
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: '7.
|
23
|
+
version: '7.1'
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
27
27
|
requirements:
|
28
28
|
- - ">="
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
version: '6.
|
30
|
+
version: '6.1'
|
31
31
|
- - "<"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '7.
|
33
|
+
version: '7.1'
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
35
|
name: activemodel
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '6.
|
40
|
+
version: '6.1'
|
41
41
|
- - "<"
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
version: '7.
|
43
|
+
version: '7.1'
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
46
|
version_requirements: !ruby/object:Gem::Requirement
|
47
47
|
requirements:
|
48
48
|
- - ">="
|
49
49
|
- !ruby/object:Gem::Version
|
50
|
-
version: '6.
|
50
|
+
version: '6.1'
|
51
51
|
- - "<"
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: '7.
|
53
|
+
version: '7.1'
|
54
54
|
- !ruby/object:Gem::Dependency
|
55
55
|
name: appraisal
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
@@ -65,6 +65,20 @@ dependencies:
|
|
65
65
|
- - "~>"
|
66
66
|
- !ruby/object:Gem::Version
|
67
67
|
version: '2.4'
|
68
|
+
- !ruby/object:Gem::Dependency
|
69
|
+
name: bundler
|
70
|
+
requirement: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - '='
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: 2.2.10
|
75
|
+
type: :development
|
76
|
+
prerelease: false
|
77
|
+
version_requirements: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - '='
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: 2.2.10
|
68
82
|
- !ruby/object:Gem::Dependency
|
69
83
|
name: rake
|
70
84
|
requirement: !ruby/object:Gem::Requirement
|
@@ -85,56 +99,56 @@ dependencies:
|
|
85
99
|
requirements:
|
86
100
|
- - "~>"
|
87
101
|
- !ruby/object:Gem::Version
|
88
|
-
version: '3.
|
102
|
+
version: '3.12'
|
89
103
|
type: :development
|
90
104
|
prerelease: false
|
91
105
|
version_requirements: !ruby/object:Gem::Requirement
|
92
106
|
requirements:
|
93
107
|
- - "~>"
|
94
108
|
- !ruby/object:Gem::Version
|
95
|
-
version: '3.
|
109
|
+
version: '3.12'
|
96
110
|
- !ruby/object:Gem::Dependency
|
97
111
|
name: rubocop
|
98
112
|
requirement: !ruby/object:Gem::Requirement
|
99
113
|
requirements:
|
100
114
|
- - "~>"
|
101
115
|
- !ruby/object:Gem::Version
|
102
|
-
version: '1.
|
116
|
+
version: '1.48'
|
103
117
|
type: :development
|
104
118
|
prerelease: false
|
105
119
|
version_requirements: !ruby/object:Gem::Requirement
|
106
120
|
requirements:
|
107
121
|
- - "~>"
|
108
122
|
- !ruby/object:Gem::Version
|
109
|
-
version: '1.
|
123
|
+
version: '1.48'
|
110
124
|
- !ruby/object:Gem::Dependency
|
111
125
|
name: rubocop-performance
|
112
126
|
requirement: !ruby/object:Gem::Requirement
|
113
127
|
requirements:
|
114
128
|
- - "~>"
|
115
129
|
- !ruby/object:Gem::Version
|
116
|
-
version: '1.
|
130
|
+
version: '1.16'
|
117
131
|
type: :development
|
118
132
|
prerelease: false
|
119
133
|
version_requirements: !ruby/object:Gem::Requirement
|
120
134
|
requirements:
|
121
135
|
- - "~>"
|
122
136
|
- !ruby/object:Gem::Version
|
123
|
-
version: '1.
|
137
|
+
version: '1.16'
|
124
138
|
- !ruby/object:Gem::Dependency
|
125
139
|
name: rubocop-rspec
|
126
140
|
requirement: !ruby/object:Gem::Requirement
|
127
141
|
requirements:
|
128
142
|
- - "~>"
|
129
143
|
- !ruby/object:Gem::Version
|
130
|
-
version: '2.
|
144
|
+
version: '2.19'
|
131
145
|
type: :development
|
132
146
|
prerelease: false
|
133
147
|
version_requirements: !ruby/object:Gem::Requirement
|
134
148
|
requirements:
|
135
149
|
- - "~>"
|
136
150
|
- !ruby/object:Gem::Version
|
137
|
-
version: '2.
|
151
|
+
version: '2.19'
|
138
152
|
description:
|
139
153
|
email:
|
140
154
|
- alistairm@nulogy.com
|
@@ -155,10 +169,11 @@ files:
|
|
155
169
|
- Rakefile
|
156
170
|
- bin/console
|
157
171
|
- bin/setup
|
158
|
-
- gemfiles/
|
159
|
-
- gemfiles/rails_6.gemfile.lock
|
172
|
+
- gemfiles/.bundle/config
|
160
173
|
- gemfiles/rails_6_1.gemfile
|
161
174
|
- gemfiles/rails_6_1.gemfile.lock
|
175
|
+
- gemfiles/rails_7.gemfile
|
176
|
+
- gemfiles/rails_7.gemfile.lock
|
162
177
|
- lib/normalize_line_endings.rb
|
163
178
|
- lib/normalize_line_endings/version.rb
|
164
179
|
- normalize_line_endings.gemspec
|
@@ -170,6 +185,7 @@ metadata:
|
|
170
185
|
changelog_uri: https://github.com/nulogy/normalize_line_endings/blob/master/CHANGELOG.md
|
171
186
|
source_code_uri: https://github.com/nulogy/normalize_line_endings
|
172
187
|
bug_tracker_uri: https://github.com/nulogy/normalize_line_endings/issues
|
188
|
+
rubygems_mfa_required: 'true'
|
173
189
|
post_install_message:
|
174
190
|
rdoc_options: []
|
175
191
|
require_paths:
|
@@ -178,14 +194,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
178
194
|
requirements:
|
179
195
|
- - ">="
|
180
196
|
- !ruby/object:Gem::Version
|
181
|
-
version: '
|
197
|
+
version: '3.0'
|
182
198
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
183
199
|
requirements:
|
184
200
|
- - ">="
|
185
201
|
- !ruby/object:Gem::Version
|
186
202
|
version: '0'
|
187
203
|
requirements: []
|
188
|
-
rubygems_version: 3.
|
204
|
+
rubygems_version: 3.4.8
|
189
205
|
signing_key:
|
190
206
|
specification_version: 4
|
191
207
|
summary: Converts \r\n characters to \n for attributes on ActiveModel-like entities.
|
@@ -1,191 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
normalize_line_endings (0.0.5)
|
5
|
-
activesupport (>= 6.0, < 7.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actioncable (6.0.4)
|
11
|
-
actionpack (= 6.0.4)
|
12
|
-
nio4r (~> 2.0)
|
13
|
-
websocket-driver (>= 0.6.1)
|
14
|
-
actionmailbox (6.0.4)
|
15
|
-
actionpack (= 6.0.4)
|
16
|
-
activejob (= 6.0.4)
|
17
|
-
activerecord (= 6.0.4)
|
18
|
-
activestorage (= 6.0.4)
|
19
|
-
activesupport (= 6.0.4)
|
20
|
-
mail (>= 2.7.1)
|
21
|
-
actionmailer (6.0.4)
|
22
|
-
actionpack (= 6.0.4)
|
23
|
-
actionview (= 6.0.4)
|
24
|
-
activejob (= 6.0.4)
|
25
|
-
mail (~> 2.5, >= 2.5.4)
|
26
|
-
rails-dom-testing (~> 2.0)
|
27
|
-
actionpack (6.0.4)
|
28
|
-
actionview (= 6.0.4)
|
29
|
-
activesupport (= 6.0.4)
|
30
|
-
rack (~> 2.0, >= 2.0.8)
|
31
|
-
rack-test (>= 0.6.3)
|
32
|
-
rails-dom-testing (~> 2.0)
|
33
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
34
|
-
actiontext (6.0.4)
|
35
|
-
actionpack (= 6.0.4)
|
36
|
-
activerecord (= 6.0.4)
|
37
|
-
activestorage (= 6.0.4)
|
38
|
-
activesupport (= 6.0.4)
|
39
|
-
nokogiri (>= 1.8.5)
|
40
|
-
actionview (6.0.4)
|
41
|
-
activesupport (= 6.0.4)
|
42
|
-
builder (~> 3.1)
|
43
|
-
erubi (~> 1.4)
|
44
|
-
rails-dom-testing (~> 2.0)
|
45
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
46
|
-
activejob (6.0.4)
|
47
|
-
activesupport (= 6.0.4)
|
48
|
-
globalid (>= 0.3.6)
|
49
|
-
activemodel (6.0.4)
|
50
|
-
activesupport (= 6.0.4)
|
51
|
-
activerecord (6.0.4)
|
52
|
-
activemodel (= 6.0.4)
|
53
|
-
activesupport (= 6.0.4)
|
54
|
-
activestorage (6.0.4)
|
55
|
-
actionpack (= 6.0.4)
|
56
|
-
activejob (= 6.0.4)
|
57
|
-
activerecord (= 6.0.4)
|
58
|
-
marcel (~> 1.0.0)
|
59
|
-
activesupport (6.0.4)
|
60
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
61
|
-
i18n (>= 0.7, < 2)
|
62
|
-
minitest (~> 5.1)
|
63
|
-
tzinfo (~> 1.1)
|
64
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
65
|
-
appraisal (2.4.0)
|
66
|
-
bundler
|
67
|
-
rake
|
68
|
-
thor (>= 0.14.0)
|
69
|
-
ast (2.4.2)
|
70
|
-
builder (3.2.4)
|
71
|
-
concurrent-ruby (1.1.9)
|
72
|
-
crass (1.0.6)
|
73
|
-
diff-lcs (1.4.4)
|
74
|
-
erubi (1.10.0)
|
75
|
-
globalid (0.4.2)
|
76
|
-
activesupport (>= 4.2.0)
|
77
|
-
i18n (1.8.10)
|
78
|
-
concurrent-ruby (~> 1.0)
|
79
|
-
loofah (2.10.0)
|
80
|
-
crass (~> 1.0.2)
|
81
|
-
nokogiri (>= 1.5.9)
|
82
|
-
mail (2.7.1)
|
83
|
-
mini_mime (>= 0.1.1)
|
84
|
-
marcel (1.0.1)
|
85
|
-
method_source (1.0.0)
|
86
|
-
mini_mime (1.1.0)
|
87
|
-
minitest (5.14.4)
|
88
|
-
nio4r (2.5.7)
|
89
|
-
nokogiri (1.11.7-x86_64-darwin)
|
90
|
-
racc (~> 1.4)
|
91
|
-
parallel (1.20.1)
|
92
|
-
parser (3.0.2.0)
|
93
|
-
ast (~> 2.4.1)
|
94
|
-
racc (1.5.2)
|
95
|
-
rack (2.2.3)
|
96
|
-
rack-test (1.1.0)
|
97
|
-
rack (>= 1.0, < 3)
|
98
|
-
rails (6.0.4)
|
99
|
-
actioncable (= 6.0.4)
|
100
|
-
actionmailbox (= 6.0.4)
|
101
|
-
actionmailer (= 6.0.4)
|
102
|
-
actionpack (= 6.0.4)
|
103
|
-
actiontext (= 6.0.4)
|
104
|
-
actionview (= 6.0.4)
|
105
|
-
activejob (= 6.0.4)
|
106
|
-
activemodel (= 6.0.4)
|
107
|
-
activerecord (= 6.0.4)
|
108
|
-
activestorage (= 6.0.4)
|
109
|
-
activesupport (= 6.0.4)
|
110
|
-
bundler (>= 1.3.0)
|
111
|
-
railties (= 6.0.4)
|
112
|
-
sprockets-rails (>= 2.0.0)
|
113
|
-
rails-dom-testing (2.0.3)
|
114
|
-
activesupport (>= 4.2.0)
|
115
|
-
nokogiri (>= 1.6)
|
116
|
-
rails-html-sanitizer (1.3.0)
|
117
|
-
loofah (~> 2.3)
|
118
|
-
railties (6.0.4)
|
119
|
-
actionpack (= 6.0.4)
|
120
|
-
activesupport (= 6.0.4)
|
121
|
-
method_source
|
122
|
-
rake (>= 0.8.7)
|
123
|
-
thor (>= 0.20.3, < 2.0)
|
124
|
-
rainbow (3.0.0)
|
125
|
-
rake (13.0.6)
|
126
|
-
regexp_parser (2.1.1)
|
127
|
-
rexml (3.2.5)
|
128
|
-
rspec (3.10.0)
|
129
|
-
rspec-core (~> 3.10.0)
|
130
|
-
rspec-expectations (~> 3.10.0)
|
131
|
-
rspec-mocks (~> 3.10.0)
|
132
|
-
rspec-core (3.10.1)
|
133
|
-
rspec-support (~> 3.10.0)
|
134
|
-
rspec-expectations (3.10.1)
|
135
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
136
|
-
rspec-support (~> 3.10.0)
|
137
|
-
rspec-mocks (3.10.2)
|
138
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
139
|
-
rspec-support (~> 3.10.0)
|
140
|
-
rspec-support (3.10.2)
|
141
|
-
rubocop (1.18.3)
|
142
|
-
parallel (~> 1.10)
|
143
|
-
parser (>= 3.0.0.0)
|
144
|
-
rainbow (>= 2.2.2, < 4.0)
|
145
|
-
regexp_parser (>= 1.8, < 3.0)
|
146
|
-
rexml
|
147
|
-
rubocop-ast (>= 1.7.0, < 2.0)
|
148
|
-
ruby-progressbar (~> 1.7)
|
149
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
150
|
-
rubocop-ast (1.7.0)
|
151
|
-
parser (>= 3.0.1.1)
|
152
|
-
rubocop-performance (1.11.4)
|
153
|
-
rubocop (>= 1.7.0, < 2.0)
|
154
|
-
rubocop-ast (>= 0.4.0)
|
155
|
-
rubocop-rspec (2.4.0)
|
156
|
-
rubocop (~> 1.0)
|
157
|
-
rubocop-ast (>= 1.1.0)
|
158
|
-
ruby-progressbar (1.11.0)
|
159
|
-
sprockets (4.0.2)
|
160
|
-
concurrent-ruby (~> 1.0)
|
161
|
-
rack (> 1, < 3)
|
162
|
-
sprockets-rails (3.2.2)
|
163
|
-
actionpack (>= 4.0)
|
164
|
-
activesupport (>= 4.0)
|
165
|
-
sprockets (>= 3.0.0)
|
166
|
-
thor (1.1.0)
|
167
|
-
thread_safe (0.3.6)
|
168
|
-
tzinfo (1.2.9)
|
169
|
-
thread_safe (~> 0.1)
|
170
|
-
unicode-display_width (2.0.0)
|
171
|
-
websocket-driver (0.7.5)
|
172
|
-
websocket-extensions (>= 0.1.0)
|
173
|
-
websocket-extensions (0.1.5)
|
174
|
-
zeitwerk (2.4.2)
|
175
|
-
|
176
|
-
PLATFORMS
|
177
|
-
ruby
|
178
|
-
|
179
|
-
DEPENDENCIES
|
180
|
-
activemodel (>= 6.0, < 7.0)
|
181
|
-
appraisal (~> 2.4)
|
182
|
-
normalize_line_endings!
|
183
|
-
rails (= 6.0.4)
|
184
|
-
rake (~> 13.0)
|
185
|
-
rspec (~> 3.10)
|
186
|
-
rubocop (~> 1.18)
|
187
|
-
rubocop-performance (~> 1.11)
|
188
|
-
rubocop-rspec (~> 2.4)
|
189
|
-
|
190
|
-
BUNDLED WITH
|
191
|
-
2.1.4
|