normalize_line_endings 0.0.4 → 0.0.5

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: 4fcfe7b5a3c572acadca71e1578704611059558a9b172b59fc3f8241e6e7c057
4
+ data.tar.gz: f753427135f171b11399525eee0d5328521b73131bd530081400f909aa728fd5
5
5
  SHA512:
6
- metadata.gz: d92dbffbc7fd1582c044ab467efbc28b9f1f141db0696e494bbe76ab41bdc9bacd0d2990ddc65ad819a27831d74b4f919a27bcc536c19cb79b1fd82edfccdcc9
7
- data.tar.gz: e46949486d41482e66336abd9ec334701a6d59a0a69aa840e29ba12bd90b991399aa5324179c7f0dc7bd70da6bb8dbde7e74e95f6a9c82b5fd45790ce37a3e29
6
+ metadata.gz: b7296ab826b39115ebb7e9b3f1095c12a286d5e2168ceaeab0918716c49b34a4eb3214c17527fda71e7dbfaf02a4a6a9dcd080fb6bb72b0c7ab8c84889f3e6f7
7
+ data.tar.gz: 0ea803b71a86cd1b97fe441a7579e6e2bdd36df41d1a3ff5003d4b122e2ca0d601739ecf904e91d1612c0b9b01dbddaac19681cf37f2ed321682936c416937b7
data/.rubocop.yml CHANGED
@@ -4,7 +4,7 @@ require:
4
4
 
5
5
  AllCops:
6
6
  NewCops: enable
7
- TargetRubyVersion: 2.6
7
+ TargetRubyVersion: 2.7
8
8
 
9
9
  Layout/EmptyLinesAroundAttributeAccessor:
10
10
  Enabled: true
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.7.4
data/Appraisals CHANGED
@@ -1,7 +1,7 @@
1
- appraise "rails-5" do
2
- gem "rails", "5.2.4.4"
1
+ appraise "rails-6" do
2
+ gem "rails", "6.0.4"
3
3
  end
4
4
 
5
- appraise "rails-6" do
6
- gem "rails", "6.0.3.4"
5
+ appraise "rails-6-1" do
6
+ gem "rails", "6.1.4"
7
7
  end
data/CHANGELOG.md CHANGED
@@ -2,9 +2,15 @@
2
2
 
3
3
  ## master (unreleased)
4
4
 
5
+ ## 0.0.5 (2021-07-13)
6
+
7
+ * Add support Rails 6.1
8
+ * Drop support for Rails 5.2
9
+ * Bump development dependencies
10
+
5
11
  ## 0.0.4 (2020-11-05)
6
12
 
7
- * Add appraisals gem
13
+ * Add appraisals gem
8
14
 
9
15
  ## 0.0.3 (2020-11-03)
10
16
 
data/Gemfile.lock CHANGED
@@ -1,36 +1,37 @@
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.5)
5
+ activesupport (>= 6.0, < 7.0)
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 (6.1.4)
11
+ activesupport (= 6.1.4)
12
+ activesupport (6.1.4)
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
+ zeitwerk (~> 2.3)
18
+ appraisal (2.4.0)
18
19
  bundler
19
20
  rake
20
21
  thor (>= 0.14.0)
21
- ast (2.4.1)
22
- concurrent-ruby (1.1.6)
22
+ ast (2.4.2)
23
+ concurrent-ruby (1.1.9)
23
24
  diff-lcs (1.4.4)
24
- i18n (1.8.2)
25
+ i18n (1.8.10)
25
26
  concurrent-ruby (~> 1.0)
26
- minitest (5.14.1)
27
- parallel (1.19.2)
28
- parser (2.7.2.0)
27
+ minitest (5.14.4)
28
+ parallel (1.20.1)
29
+ parser (3.0.2.0)
29
30
  ast (~> 2.4.1)
30
31
  rainbow (3.0.0)
31
32
  rake (13.0.1)
32
- regexp_parser (1.8.2)
33
- rexml (3.2.4)
33
+ regexp_parser (2.1.1)
34
+ rexml (3.2.5)
34
35
  rspec (3.10.0)
35
36
  rspec-core (~> 3.10.0)
36
37
  rspec-expectations (~> 3.10.0)
@@ -44,42 +45,42 @@ GEM
44
45
  diff-lcs (>= 1.2.0, < 2.0)
45
46
  rspec-support (~> 3.10.0)
46
47
  rspec-support (3.10.0)
47
- rubocop (0.93.1)
48
+ rubocop (1.18.3)
48
49
  parallel (~> 1.10)
49
- parser (>= 2.7.1.5)
50
+ parser (>= 3.0.0.0)
50
51
  rainbow (>= 2.2.2, < 4.0)
51
- regexp_parser (>= 1.8)
52
+ regexp_parser (>= 1.8, < 3.0)
52
53
  rexml
53
- rubocop-ast (>= 0.6.0)
54
+ rubocop-ast (>= 1.7.0, < 2.0)
54
55
  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)
56
+ unicode-display_width (>= 1.4.0, < 3.0)
57
+ rubocop-ast (1.7.0)
58
+ parser (>= 3.0.1.1)
59
+ rubocop-performance (1.11.4)
60
+ rubocop (>= 1.7.0, < 2.0)
60
61
  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)
62
+ rubocop-rspec (2.4.0)
63
+ rubocop (~> 1.0)
64
+ rubocop-ast (>= 1.1.0)
65
+ ruby-progressbar (1.11.0)
66
+ thor (1.1.0)
67
+ tzinfo (2.0.4)
68
+ concurrent-ruby (~> 1.0)
69
+ unicode-display_width (2.0.0)
70
+ zeitwerk (2.4.2)
70
71
 
71
72
  PLATFORMS
72
73
  ruby
73
74
 
74
75
  DEPENDENCIES
75
- activemodel (>= 5.2.4.3, < 6.1)
76
- appraisal (~> 2.3)
76
+ activemodel (>= 6.0, < 7.0)
77
+ appraisal (~> 2.4)
77
78
  normalize_line_endings!
78
79
  rake (~> 13.0)
79
80
  rspec (~> 3.10)
80
- rubocop (~> 0.93)
81
- rubocop-performance (~> 1.8)
82
- rubocop-rspec (~> 1.44)
81
+ rubocop (~> 1.18)
82
+ rubocop-performance (~> 1.11)
83
+ rubocop-rspec (~> 2.4)
83
84
 
84
85
  BUNDLED WITH
85
86
  2.1.4
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "6.0.4"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,191 @@
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
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "6.1.4"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,194 @@
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.1.4)
11
+ actionpack (= 6.1.4)
12
+ activesupport (= 6.1.4)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailbox (6.1.4)
16
+ actionpack (= 6.1.4)
17
+ activejob (= 6.1.4)
18
+ activerecord (= 6.1.4)
19
+ activestorage (= 6.1.4)
20
+ activesupport (= 6.1.4)
21
+ mail (>= 2.7.1)
22
+ actionmailer (6.1.4)
23
+ actionpack (= 6.1.4)
24
+ actionview (= 6.1.4)
25
+ activejob (= 6.1.4)
26
+ activesupport (= 6.1.4)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (6.1.4)
30
+ actionview (= 6.1.4)
31
+ activesupport (= 6.1.4)
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.4)
37
+ actionpack (= 6.1.4)
38
+ activerecord (= 6.1.4)
39
+ activestorage (= 6.1.4)
40
+ activesupport (= 6.1.4)
41
+ nokogiri (>= 1.8.5)
42
+ actionview (6.1.4)
43
+ activesupport (= 6.1.4)
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.4)
49
+ activesupport (= 6.1.4)
50
+ globalid (>= 0.3.6)
51
+ activemodel (6.1.4)
52
+ activesupport (= 6.1.4)
53
+ activerecord (6.1.4)
54
+ activemodel (= 6.1.4)
55
+ activesupport (= 6.1.4)
56
+ activestorage (6.1.4)
57
+ actionpack (= 6.1.4)
58
+ activejob (= 6.1.4)
59
+ activerecord (= 6.1.4)
60
+ activesupport (= 6.1.4)
61
+ marcel (~> 1.0.0)
62
+ mini_mime (>= 1.1.0)
63
+ activesupport (6.1.4)
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.0)
70
+ bundler
71
+ rake
72
+ thor (>= 0.14.0)
73
+ ast (2.4.2)
74
+ builder (3.2.4)
75
+ concurrent-ruby (1.1.9)
76
+ crass (1.0.6)
77
+ diff-lcs (1.4.4)
78
+ erubi (1.10.0)
79
+ globalid (0.4.2)
80
+ activesupport (>= 4.2.0)
81
+ i18n (1.8.10)
82
+ concurrent-ruby (~> 1.0)
83
+ loofah (2.10.0)
84
+ crass (~> 1.0.2)
85
+ nokogiri (>= 1.5.9)
86
+ mail (2.7.1)
87
+ mini_mime (>= 0.1.1)
88
+ marcel (1.0.1)
89
+ method_source (1.0.0)
90
+ mini_mime (1.1.0)
91
+ minitest (5.14.4)
92
+ nio4r (2.5.7)
93
+ nokogiri (1.11.7-x86_64-darwin)
94
+ racc (~> 1.4)
95
+ parallel (1.20.1)
96
+ parser (3.0.2.0)
97
+ ast (~> 2.4.1)
98
+ racc (1.5.2)
99
+ rack (2.2.3)
100
+ rack-test (1.1.0)
101
+ rack (>= 1.0, < 3)
102
+ rails (6.1.4)
103
+ actioncable (= 6.1.4)
104
+ actionmailbox (= 6.1.4)
105
+ actionmailer (= 6.1.4)
106
+ actionpack (= 6.1.4)
107
+ actiontext (= 6.1.4)
108
+ actionview (= 6.1.4)
109
+ activejob (= 6.1.4)
110
+ activemodel (= 6.1.4)
111
+ activerecord (= 6.1.4)
112
+ activestorage (= 6.1.4)
113
+ activesupport (= 6.1.4)
114
+ bundler (>= 1.15.0)
115
+ railties (= 6.1.4)
116
+ sprockets-rails (>= 2.0.0)
117
+ rails-dom-testing (2.0.3)
118
+ activesupport (>= 4.2.0)
119
+ nokogiri (>= 1.6)
120
+ rails-html-sanitizer (1.3.0)
121
+ loofah (~> 2.3)
122
+ railties (6.1.4)
123
+ actionpack (= 6.1.4)
124
+ activesupport (= 6.1.4)
125
+ method_source
126
+ rake (>= 0.13)
127
+ thor (~> 1.0)
128
+ rainbow (3.0.0)
129
+ rake (13.0.6)
130
+ regexp_parser (2.1.1)
131
+ rexml (3.2.5)
132
+ rspec (3.10.0)
133
+ rspec-core (~> 3.10.0)
134
+ rspec-expectations (~> 3.10.0)
135
+ rspec-mocks (~> 3.10.0)
136
+ rspec-core (3.10.1)
137
+ rspec-support (~> 3.10.0)
138
+ rspec-expectations (3.10.1)
139
+ diff-lcs (>= 1.2.0, < 2.0)
140
+ rspec-support (~> 3.10.0)
141
+ rspec-mocks (3.10.2)
142
+ diff-lcs (>= 1.2.0, < 2.0)
143
+ rspec-support (~> 3.10.0)
144
+ rspec-support (3.10.2)
145
+ rubocop (1.18.3)
146
+ parallel (~> 1.10)
147
+ parser (>= 3.0.0.0)
148
+ rainbow (>= 2.2.2, < 4.0)
149
+ regexp_parser (>= 1.8, < 3.0)
150
+ rexml
151
+ rubocop-ast (>= 1.7.0, < 2.0)
152
+ ruby-progressbar (~> 1.7)
153
+ unicode-display_width (>= 1.4.0, < 3.0)
154
+ rubocop-ast (1.7.0)
155
+ parser (>= 3.0.1.1)
156
+ rubocop-performance (1.11.4)
157
+ rubocop (>= 1.7.0, < 2.0)
158
+ rubocop-ast (>= 0.4.0)
159
+ rubocop-rspec (2.4.0)
160
+ rubocop (~> 1.0)
161
+ rubocop-ast (>= 1.1.0)
162
+ ruby-progressbar (1.11.0)
163
+ sprockets (4.0.2)
164
+ concurrent-ruby (~> 1.0)
165
+ rack (> 1, < 3)
166
+ sprockets-rails (3.2.2)
167
+ actionpack (>= 4.0)
168
+ activesupport (>= 4.0)
169
+ sprockets (>= 3.0.0)
170
+ thor (1.1.0)
171
+ tzinfo (2.0.4)
172
+ concurrent-ruby (~> 1.0)
173
+ unicode-display_width (2.0.0)
174
+ websocket-driver (0.7.5)
175
+ websocket-extensions (>= 0.1.0)
176
+ websocket-extensions (0.1.5)
177
+ zeitwerk (2.4.2)
178
+
179
+ PLATFORMS
180
+ ruby
181
+
182
+ DEPENDENCIES
183
+ activemodel (>= 6.0, < 7.0)
184
+ appraisal (~> 2.4)
185
+ normalize_line_endings!
186
+ rails (= 6.1.4)
187
+ rake (~> 13.0)
188
+ rspec (~> 3.10)
189
+ rubocop (~> 1.18)
190
+ rubocop-performance (~> 1.11)
191
+ rubocop-rspec (~> 2.4)
192
+
193
+ BUNDLED WITH
194
+ 2.1.4
@@ -1,3 +1,3 @@
1
1
  module NormalizeLineEndings
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -27,15 +27,15 @@ Gem::Specification.new do |spec|
27
27
  spec.bindir = "exe"
28
28
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
29
  spec.require_paths = ["lib"]
30
- spec.required_ruby_version = ">= 2.6"
30
+ spec.required_ruby_version = ">= 2.7"
31
31
 
32
- spec.add_runtime_dependency "activesupport", ">= 5.2.4", "< 6.1"
32
+ spec.add_runtime_dependency "activesupport", ">= 6.0", "< 7.0"
33
33
 
34
- spec.add_development_dependency "activemodel", ">= 5.2.4.3", "< 6.1"
35
- spec.add_development_dependency "appraisal", "~> 2.3"
34
+ spec.add_development_dependency "activemodel", ">= 6.0", "< 7.0"
35
+ spec.add_development_dependency "appraisal", "~> 2.4"
36
36
  spec.add_development_dependency "rake", "~> 13.0"
37
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"
38
+ spec.add_development_dependency "rubocop", "~> 1.18"
39
+ spec.add_development_dependency "rubocop-performance", "~> 1.11"
40
+ spec.add_development_dependency "rubocop-rspec", "~> 2.4"
41
41
  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.5
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: 2021-07-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -17,54 +17,54 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: 5.2.4
20
+ version: '6.0'
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
- version: '6.1'
23
+ version: '7.0'
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.0'
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
- version: '6.1'
33
+ version: '7.0'
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.0'
41
41
  - - "<"
42
42
  - !ruby/object:Gem::Version
43
- version: '6.1'
43
+ version: '7.0'
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.0'
51
51
  - - "<"
52
52
  - !ruby/object:Gem::Version
53
- version: '6.1'
53
+ version: '7.0'
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
68
  - !ruby/object:Gem::Dependency
69
69
  name: rake
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -99,43 +99,43 @@ dependencies:
99
99
  requirements:
100
100
  - - "~>"
101
101
  - !ruby/object:Gem::Version
102
- version: '0.93'
102
+ version: '1.18'
103
103
  type: :development
104
104
  prerelease: false
105
105
  version_requirements: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - "~>"
108
108
  - !ruby/object:Gem::Version
109
- version: '0.93'
109
+ version: '1.18'
110
110
  - !ruby/object:Gem::Dependency
111
111
  name: rubocop-performance
112
112
  requirement: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - "~>"
115
115
  - !ruby/object:Gem::Version
116
- version: '1.8'
116
+ version: '1.11'
117
117
  type: :development
118
118
  prerelease: false
119
119
  version_requirements: !ruby/object:Gem::Requirement
120
120
  requirements:
121
121
  - - "~>"
122
122
  - !ruby/object:Gem::Version
123
- version: '1.8'
123
+ version: '1.11'
124
124
  - !ruby/object:Gem::Dependency
125
125
  name: rubocop-rspec
126
126
  requirement: !ruby/object:Gem::Requirement
127
127
  requirements:
128
128
  - - "~>"
129
129
  - !ruby/object:Gem::Version
130
- version: '1.44'
130
+ version: '2.4'
131
131
  type: :development
132
132
  prerelease: false
133
133
  version_requirements: !ruby/object:Gem::Requirement
134
134
  requirements:
135
135
  - - "~>"
136
136
  - !ruby/object:Gem::Version
137
- version: '1.44'
138
- description:
137
+ version: '2.4'
138
+ description:
139
139
  email:
140
140
  - alistairm@nulogy.com
141
141
  executables: []
@@ -145,6 +145,7 @@ files:
145
145
  - ".gitignore"
146
146
  - ".rspec"
147
147
  - ".rubocop.yml"
148
+ - ".ruby-version"
148
149
  - Appraisals
149
150
  - CHANGELOG.md
150
151
  - CODE_OF_CONDUCT.md
@@ -154,6 +155,10 @@ files:
154
155
  - Rakefile
155
156
  - bin/console
156
157
  - bin/setup
158
+ - gemfiles/rails_6.gemfile
159
+ - gemfiles/rails_6.gemfile.lock
160
+ - gemfiles/rails_6_1.gemfile
161
+ - gemfiles/rails_6_1.gemfile.lock
157
162
  - lib/normalize_line_endings.rb
158
163
  - lib/normalize_line_endings/version.rb
159
164
  - normalize_line_endings.gemspec
@@ -165,7 +170,7 @@ metadata:
165
170
  changelog_uri: https://github.com/nulogy/normalize_line_endings/blob/master/CHANGELOG.md
166
171
  source_code_uri: https://github.com/nulogy/normalize_line_endings
167
172
  bug_tracker_uri: https://github.com/nulogy/normalize_line_endings/issues
168
- post_install_message:
173
+ post_install_message:
169
174
  rdoc_options: []
170
175
  require_paths:
171
176
  - lib
@@ -173,15 +178,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
178
  requirements:
174
179
  - - ">="
175
180
  - !ruby/object:Gem::Version
176
- version: '2.6'
181
+ version: '2.7'
177
182
  required_rubygems_version: !ruby/object:Gem::Requirement
178
183
  requirements:
179
184
  - - ">="
180
185
  - !ruby/object:Gem::Version
181
186
  version: '0'
182
187
  requirements: []
183
- rubygems_version: 3.1.4
184
- signing_key:
188
+ rubygems_version: 3.1.6
189
+ signing_key:
185
190
  specification_version: 4
186
191
  summary: Converts \r\n characters to \n for attributes on ActiveModel-like entities.
187
192
  test_files: []