normalize_line_endings 0.0.4 → 0.0.6

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
  SHA256:
3
- metadata.gz: 9724885c9278c8248d0a93b7f978a3c61fb9804e1badb2f50bbe736e39b7bc37
4
- data.tar.gz: 6fcb8c11e435999e132a3d5af25b8eaedb1d994885429b3b4e2214e777e99f1a
3
+ metadata.gz: f83aa9f6a6db5548c7519f2a0c487baba5d25d01780f7cb3613e1d2cc8cc98c0
4
+ data.tar.gz: 21e9f62e9e33ac816abe3af924aa6a800a09b17c0a91d3007318fc097a5b6bc6
5
5
  SHA512:
6
- metadata.gz: d92dbffbc7fd1582c044ab467efbc28b9f1f141db0696e494bbe76ab41bdc9bacd0d2990ddc65ad819a27831d74b4f919a27bcc536c19cb79b1fd82edfccdcc9
7
- data.tar.gz: e46949486d41482e66336abd9ec334701a6d59a0a69aa840e29ba12bd90b991399aa5324179c7f0dc7bd70da6bb8dbde7e74e95f6a9c82b5fd45790ce37a3e29
6
+ metadata.gz: 63e2568d2f848575518937953dca2d5cf001d0dfb65810c1ef9233957ec61c2b4f5b984c62edd1f22b7b22345ccdac5ae09088723fc70e5d2bac107e04a879c6
7
+ data.tar.gz: 528815bd00cb99956e1d6743b62eb7ea8c5c91ebcd980b78bab90087e10060611247bc8af4bf77dc1f30b1f092bc49b1c780efa428e36b697909cd697517a5a4
data/.rubocop.yml CHANGED
@@ -4,7 +4,8 @@ require:
4
4
 
5
5
  AllCops:
6
6
  NewCops: enable
7
- TargetRubyVersion: 2.6
7
+ SuggestExtensions: false
8
+ TargetRubyVersion: 3.0
8
9
 
9
10
  Layout/EmptyLinesAroundAttributeAccessor:
10
11
  Enabled: true
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.0.5
data/Appraisals CHANGED
@@ -1,7 +1,7 @@
1
- appraise "rails-5" do
2
- gem "rails", "5.2.4.4"
1
+ appraise "rails-6-1" do
2
+ gem "rails", "6.1.7.3"
3
3
  end
4
4
 
5
- appraise "rails-6" do
6
- gem "rails", "6.0.3.4"
5
+ appraise "rails-7" do
6
+ gem "rails", "7.0.4.3"
7
7
  end
data/CHANGELOG.md CHANGED
@@ -2,9 +2,13 @@
2
2
 
3
3
  ## master (unreleased)
4
4
 
5
+ ## 0.0.6 (2023-03-14)
6
+
7
+ * Support Rails 7.0
8
+
5
9
  ## 0.0.4 (2020-11-05)
6
10
 
7
- * Add appraisals gem
11
+ * Add appraisals gem
8
12
 
9
13
  ## 0.0.3 (2020-11-03)
10
14
 
data/Gemfile.lock CHANGED
@@ -1,85 +1,89 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- normalize_line_endings (0.0.4)
5
- activesupport (>= 5.2.4, < 6.1)
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 (5.2.4.3)
11
- activesupport (= 5.2.4.3)
12
- activesupport (5.2.4.3)
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
- i18n (>= 0.7, < 2)
15
- minitest (~> 5.1)
16
- tzinfo (~> 1.1)
17
- appraisal (2.3.0)
14
+ i18n (>= 1.6, < 2)
15
+ minitest (>= 5.1)
16
+ tzinfo (~> 2.0)
17
+ appraisal (2.4.1)
18
18
  bundler
19
19
  rake
20
20
  thor (>= 0.14.0)
21
- ast (2.4.1)
22
- concurrent-ruby (1.1.6)
23
- diff-lcs (1.4.4)
24
- i18n (1.8.2)
21
+ ast (2.4.2)
22
+ concurrent-ruby (1.2.2)
23
+ diff-lcs (1.5.0)
24
+ i18n (1.12.0)
25
25
  concurrent-ruby (~> 1.0)
26
- minitest (5.14.1)
27
- parallel (1.19.2)
28
- parser (2.7.2.0)
26
+ json (2.6.3)
27
+ minitest (5.18.0)
28
+ parallel (1.22.1)
29
+ parser (3.2.1.1)
29
30
  ast (~> 2.4.1)
30
- rainbow (3.0.0)
31
+ rainbow (3.1.1)
31
32
  rake (13.0.1)
32
- regexp_parser (1.8.2)
33
- rexml (3.2.4)
34
- rspec (3.10.0)
35
- rspec-core (~> 3.10.0)
36
- rspec-expectations (~> 3.10.0)
37
- rspec-mocks (~> 3.10.0)
38
- rspec-core (3.10.0)
39
- rspec-support (~> 3.10.0)
40
- rspec-expectations (3.10.0)
33
+ regexp_parser (2.7.0)
34
+ rexml (3.2.5)
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)
41
42
  diff-lcs (>= 1.2.0, < 2.0)
42
- rspec-support (~> 3.10.0)
43
- rspec-mocks (3.10.0)
43
+ rspec-support (~> 3.12.0)
44
+ rspec-mocks (3.12.4)
44
45
  diff-lcs (>= 1.2.0, < 2.0)
45
- rspec-support (~> 3.10.0)
46
- rspec-support (3.10.0)
47
- rubocop (0.93.1)
46
+ rspec-support (~> 3.12.0)
47
+ rspec-support (3.12.0)
48
+ rubocop (1.48.1)
49
+ json (~> 2.3)
48
50
  parallel (~> 1.10)
49
- parser (>= 2.7.1.5)
51
+ parser (>= 3.2.0.0)
50
52
  rainbow (>= 2.2.2, < 4.0)
51
- regexp_parser (>= 1.8)
52
- rexml
53
- rubocop-ast (>= 0.6.0)
53
+ regexp_parser (>= 1.8, < 3.0)
54
+ rexml (>= 3.2.5, < 4.0)
55
+ rubocop-ast (>= 1.26.0, < 2.0)
54
56
  ruby-progressbar (~> 1.7)
55
- unicode-display_width (>= 1.4.0, < 2.0)
56
- rubocop-ast (1.1.0)
57
- parser (>= 2.7.1.5)
58
- rubocop-performance (1.8.1)
59
- rubocop (>= 0.87.0)
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)
63
+ rubocop (>= 1.7.0, < 2.0)
60
64
  rubocop-ast (>= 0.4.0)
61
- rubocop-rspec (1.44.1)
62
- rubocop (~> 0.87)
63
- rubocop-ast (>= 0.7.1)
64
- ruby-progressbar (1.10.1)
65
- thor (1.0.1)
66
- thread_safe (0.3.6)
67
- tzinfo (1.2.7)
68
- thread_safe (~> 0.1)
69
- unicode-display_width (1.7.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)
71
+ concurrent-ruby (~> 1.0)
72
+ unicode-display_width (2.4.2)
70
73
 
71
74
  PLATFORMS
72
75
  ruby
73
76
 
74
77
  DEPENDENCIES
75
- activemodel (>= 5.2.4.3, < 6.1)
76
- appraisal (~> 2.3)
78
+ activemodel (>= 6.1, < 7.1)
79
+ appraisal (~> 2.4)
80
+ bundler (= 2.2.10)
77
81
  normalize_line_endings!
78
82
  rake (~> 13.0)
79
- rspec (~> 3.10)
80
- rubocop (~> 0.93)
81
- rubocop-performance (~> 1.8)
82
- rubocop-rspec (~> 1.44)
83
+ rspec (~> 3.12)
84
+ rubocop (~> 1.48)
85
+ rubocop-performance (~> 1.16)
86
+ rubocop-rspec (~> 2.19)
83
87
 
84
88
  BUNDLED WITH
85
- 2.1.4
89
+ 2.2.10
@@ -0,0 +1,2 @@
1
+ ---
2
+ BUNDLE_RETRY: "1"
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "6.1.7.3"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,213 @@
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 (6.1.7.3)
11
+ actionpack (= 6.1.7.3)
12
+ activesupport (= 6.1.7.3)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.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
+ mail (>= 2.7.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
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (6.1.7.3)
30
+ actionview (= 6.1.7.3)
31
+ activesupport (= 6.1.7.3)
32
+ rack (~> 2.0, >= 2.0.9)
33
+ rack-test (>= 0.6.3)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
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
+ nokogiri (>= 1.8.5)
42
+ actionview (6.1.7.3)
43
+ activesupport (= 6.1.7.3)
44
+ builder (~> 3.1)
45
+ erubi (~> 1.4)
46
+ rails-dom-testing (~> 2.0)
47
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
+ activejob (6.1.7.3)
49
+ activesupport (= 6.1.7.3)
50
+ globalid (>= 0.3.6)
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
+ mini_mime (>= 1.1.0)
63
+ activesupport (6.1.7.3)
64
+ concurrent-ruby (~> 1.0, >= 1.0.2)
65
+ i18n (>= 1.6, < 2)
66
+ minitest (>= 5.1)
67
+ tzinfo (~> 2.0)
68
+ zeitwerk (~> 2.3)
69
+ appraisal (2.4.1)
70
+ bundler
71
+ rake
72
+ thor (>= 0.14.0)
73
+ ast (2.4.2)
74
+ builder (3.2.4)
75
+ concurrent-ruby (1.2.2)
76
+ crass (1.0.6)
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)
83
+ concurrent-ruby (~> 1.0)
84
+ json (2.6.3)
85
+ loofah (2.19.1)
86
+ crass (~> 1.0.2)
87
+ nokogiri (>= 1.5.9)
88
+ mail (2.8.1)
89
+ mini_mime (>= 0.1.1)
90
+ net-imap
91
+ net-pop
92
+ net-smtp
93
+ marcel (1.0.2)
94
+ method_source (1.0.0)
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)
108
+ racc (~> 1.4)
109
+ parallel (1.22.1)
110
+ parser (3.2.1.1)
111
+ ast (~> 2.4.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)
128
+ bundler (>= 1.15.0)
129
+ railties (= 6.1.7.3)
130
+ sprockets-rails (>= 2.0.0)
131
+ rails-dom-testing (2.0.3)
132
+ activesupport (>= 4.2.0)
133
+ nokogiri (>= 1.6)
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)
139
+ method_source
140
+ rake (>= 12.2)
141
+ thor (~> 1.0)
142
+ rainbow (3.1.1)
143
+ rake (13.0.6)
144
+ regexp_parser (2.7.0)
145
+ rexml (3.2.5)
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)
153
+ diff-lcs (>= 1.2.0, < 2.0)
154
+ rspec-support (~> 3.12.0)
155
+ rspec-mocks (3.12.4)
156
+ diff-lcs (>= 1.2.0, < 2.0)
157
+ rspec-support (~> 3.12.0)
158
+ rspec-support (3.12.0)
159
+ rubocop (1.48.1)
160
+ json (~> 2.3)
161
+ parallel (~> 1.10)
162
+ parser (>= 3.2.0.0)
163
+ rainbow (>= 2.2.2, < 4.0)
164
+ regexp_parser (>= 1.8, < 3.0)
165
+ rexml (>= 3.2.5, < 4.0)
166
+ rubocop-ast (>= 1.26.0, < 2.0)
167
+ ruby-progressbar (~> 1.7)
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)
174
+ rubocop (>= 1.7.0, < 2.0)
175
+ rubocop-ast (>= 0.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)
181
+ concurrent-ruby (~> 1.0)
182
+ rack (>= 2.2.4, < 4)
183
+ sprockets-rails (3.4.2)
184
+ actionpack (>= 5.2)
185
+ activesupport (>= 5.2)
186
+ sprockets (>= 3.0.0)
187
+ thor (1.2.1)
188
+ timeout (0.3.2)
189
+ tzinfo (2.0.6)
190
+ concurrent-ruby (~> 1.0)
191
+ unicode-display_width (2.4.2)
192
+ websocket-driver (0.7.5)
193
+ websocket-extensions (>= 0.1.0)
194
+ websocket-extensions (0.1.5)
195
+ zeitwerk (2.6.7)
196
+
197
+ PLATFORMS
198
+ x86_64-darwin-22
199
+
200
+ DEPENDENCIES
201
+ activemodel (>= 6.1, < 7.1)
202
+ appraisal (~> 2.4)
203
+ bundler (= 2.2.10)
204
+ normalize_line_endings!
205
+ rails (= 6.1.7.3)
206
+ rake (~> 13.0)
207
+ rspec (~> 3.12)
208
+ rubocop (~> 1.48)
209
+ rubocop-performance (~> 1.16)
210
+ rubocop-rspec (~> 2.19)
211
+
212
+ BUNDLED WITH
213
+ 2.2.10
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "7.0.4.3"
6
+
7
+ gemspec path: "../"
@@ -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
@@ -1,3 +1,3 @@
1
1
  module NormalizeLineEndings
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -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 = ">= 2.6"
31
+ spec.required_ruby_version = ">= 3.0"
31
32
 
32
- spec.add_runtime_dependency "activesupport", ">= 5.2.4", "< 6.1"
33
+ spec.add_runtime_dependency "activesupport", ">= 6.1", "< 7.1"
34
+
35
+ spec.add_development_dependency "activemodel", ">= 6.1", "< 7.1"
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"
33
41
 
34
- spec.add_development_dependency "activemodel", ">= 5.2.4.3", "< 6.1"
35
- spec.add_development_dependency "appraisal", "~> 2.3"
36
42
  spec.add_development_dependency "rake", "~> 13.0"
37
- spec.add_development_dependency "rspec", "~> 3.10"
38
- spec.add_development_dependency "rubocop", "~> 0.93"
39
- spec.add_development_dependency "rubocop-performance", "~> 1.8"
40
- spec.add_development_dependency "rubocop-rspec", "~> 1.44"
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,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: normalize_line_endings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Briggs
8
8
  - Alistair McKinnell
9
- autorequire:
9
+ autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-11-06 00:00:00.000000000 Z
12
+ date: 2023-03-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -17,54 +17,68 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: 5.2.4
20
+ version: '6.1'
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
- version: '6.1'
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: 5.2.4
30
+ version: '6.1'
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
- version: '6.1'
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: 5.2.4.3
40
+ version: '6.1'
41
41
  - - "<"
42
42
  - !ruby/object:Gem::Version
43
- version: '6.1'
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: 5.2.4.3
50
+ version: '6.1'
51
51
  - - "<"
52
52
  - !ruby/object:Gem::Version
53
- version: '6.1'
53
+ version: '7.1'
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: appraisal
56
56
  requirement: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '2.3'
60
+ version: '2.4'
61
61
  type: :development
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '2.3'
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,57 +99,57 @@ dependencies:
85
99
  requirements:
86
100
  - - "~>"
87
101
  - !ruby/object:Gem::Version
88
- version: '3.10'
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.10'
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: '0.93'
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: '0.93'
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.8'
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.8'
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: '1.44'
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: '1.44'
138
- description:
151
+ version: '2.19'
152
+ description:
139
153
  email:
140
154
  - alistairm@nulogy.com
141
155
  executables: []
@@ -145,6 +159,7 @@ files:
145
159
  - ".gitignore"
146
160
  - ".rspec"
147
161
  - ".rubocop.yml"
162
+ - ".ruby-version"
148
163
  - Appraisals
149
164
  - CHANGELOG.md
150
165
  - CODE_OF_CONDUCT.md
@@ -154,6 +169,11 @@ files:
154
169
  - Rakefile
155
170
  - bin/console
156
171
  - bin/setup
172
+ - gemfiles/.bundle/config
173
+ - gemfiles/rails_6_1.gemfile
174
+ - gemfiles/rails_6_1.gemfile.lock
175
+ - gemfiles/rails_7.gemfile
176
+ - gemfiles/rails_7.gemfile.lock
157
177
  - lib/normalize_line_endings.rb
158
178
  - lib/normalize_line_endings/version.rb
159
179
  - normalize_line_endings.gemspec
@@ -165,7 +185,8 @@ metadata:
165
185
  changelog_uri: https://github.com/nulogy/normalize_line_endings/blob/master/CHANGELOG.md
166
186
  source_code_uri: https://github.com/nulogy/normalize_line_endings
167
187
  bug_tracker_uri: https://github.com/nulogy/normalize_line_endings/issues
168
- post_install_message:
188
+ rubygems_mfa_required: 'true'
189
+ post_install_message:
169
190
  rdoc_options: []
170
191
  require_paths:
171
192
  - lib
@@ -173,15 +194,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
194
  requirements:
174
195
  - - ">="
175
196
  - !ruby/object:Gem::Version
176
- version: '2.6'
197
+ version: '3.0'
177
198
  required_rubygems_version: !ruby/object:Gem::Requirement
178
199
  requirements:
179
200
  - - ">="
180
201
  - !ruby/object:Gem::Version
181
202
  version: '0'
182
203
  requirements: []
183
- rubygems_version: 3.1.4
184
- signing_key:
204
+ rubygems_version: 3.4.8
205
+ signing_key:
185
206
  specification_version: 4
186
207
  summary: Converts \r\n characters to \n for attributes on ActiveModel-like entities.
187
208
  test_files: []