texd 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,74 +1,74 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- texd (0.5.1)
4
+ texd (0.6.0)
5
5
  multipart-post (~> 2.0)
6
6
  rails (>= 6.0, < 8)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (7.0.4)
12
- actionpack (= 7.0.4)
13
- activesupport (= 7.0.4)
11
+ actioncable (7.0.8)
12
+ actionpack (= 7.0.8)
13
+ activesupport (= 7.0.8)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailbox (7.0.4)
17
- actionpack (= 7.0.4)
18
- activejob (= 7.0.4)
19
- activerecord (= 7.0.4)
20
- activestorage (= 7.0.4)
21
- activesupport (= 7.0.4)
16
+ actionmailbox (7.0.8)
17
+ actionpack (= 7.0.8)
18
+ activejob (= 7.0.8)
19
+ activerecord (= 7.0.8)
20
+ activestorage (= 7.0.8)
21
+ activesupport (= 7.0.8)
22
22
  mail (>= 2.7.1)
23
23
  net-imap
24
24
  net-pop
25
25
  net-smtp
26
- actionmailer (7.0.4)
27
- actionpack (= 7.0.4)
28
- actionview (= 7.0.4)
29
- activejob (= 7.0.4)
30
- activesupport (= 7.0.4)
26
+ actionmailer (7.0.8)
27
+ actionpack (= 7.0.8)
28
+ actionview (= 7.0.8)
29
+ activejob (= 7.0.8)
30
+ activesupport (= 7.0.8)
31
31
  mail (~> 2.5, >= 2.5.4)
32
32
  net-imap
33
33
  net-pop
34
34
  net-smtp
35
35
  rails-dom-testing (~> 2.0)
36
- actionpack (7.0.4)
37
- actionview (= 7.0.4)
38
- activesupport (= 7.0.4)
39
- rack (~> 2.0, >= 2.2.0)
36
+ actionpack (7.0.8)
37
+ actionview (= 7.0.8)
38
+ activesupport (= 7.0.8)
39
+ rack (~> 2.0, >= 2.2.4)
40
40
  rack-test (>= 0.6.3)
41
41
  rails-dom-testing (~> 2.0)
42
42
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
43
- actiontext (7.0.4)
44
- actionpack (= 7.0.4)
45
- activerecord (= 7.0.4)
46
- activestorage (= 7.0.4)
47
- activesupport (= 7.0.4)
43
+ actiontext (7.0.8)
44
+ actionpack (= 7.0.8)
45
+ activerecord (= 7.0.8)
46
+ activestorage (= 7.0.8)
47
+ activesupport (= 7.0.8)
48
48
  globalid (>= 0.6.0)
49
49
  nokogiri (>= 1.8.5)
50
- actionview (7.0.4)
51
- activesupport (= 7.0.4)
50
+ actionview (7.0.8)
51
+ activesupport (= 7.0.8)
52
52
  builder (~> 3.1)
53
53
  erubi (~> 1.4)
54
54
  rails-dom-testing (~> 2.0)
55
55
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
56
- activejob (7.0.4)
57
- activesupport (= 7.0.4)
56
+ activejob (7.0.8)
57
+ activesupport (= 7.0.8)
58
58
  globalid (>= 0.3.6)
59
- activemodel (7.0.4)
60
- activesupport (= 7.0.4)
61
- activerecord (7.0.4)
62
- activemodel (= 7.0.4)
63
- activesupport (= 7.0.4)
64
- activestorage (7.0.4)
65
- actionpack (= 7.0.4)
66
- activejob (= 7.0.4)
67
- activerecord (= 7.0.4)
68
- activesupport (= 7.0.4)
59
+ activemodel (7.0.8)
60
+ activesupport (= 7.0.8)
61
+ activerecord (7.0.8)
62
+ activemodel (= 7.0.8)
63
+ activesupport (= 7.0.8)
64
+ activestorage (7.0.8)
65
+ actionpack (= 7.0.8)
66
+ activejob (= 7.0.8)
67
+ activerecord (= 7.0.8)
68
+ activesupport (= 7.0.8)
69
69
  marcel (~> 1.0)
70
70
  mini_mime (>= 1.1.0)
71
- activesupport (7.0.4)
71
+ activesupport (7.0.8)
72
72
  concurrent-ruby (~> 1.0, >= 1.0.2)
73
73
  i18n (>= 1.6, < 2)
74
74
  minitest (>= 5.1)
@@ -76,109 +76,116 @@ GEM
76
76
  builder (3.2.4)
77
77
  byebug (11.1.3)
78
78
  coderay (1.1.3)
79
- combustion (1.3.7)
79
+ combustion (1.4.0)
80
80
  activesupport (>= 3.0.0)
81
81
  railties (>= 3.0.0)
82
82
  thor (>= 0.14.6)
83
- concurrent-ruby (1.1.10)
83
+ concurrent-ruby (1.2.3)
84
84
  crass (1.0.6)
85
- diff-lcs (1.5.0)
86
- erubi (1.11.0)
87
- globalid (1.0.0)
88
- activesupport (>= 5.0)
89
- i18n (1.12.0)
85
+ date (3.3.4)
86
+ diff-lcs (1.5.1)
87
+ erubi (1.12.0)
88
+ globalid (1.2.1)
89
+ activesupport (>= 6.1)
90
+ i18n (1.14.1)
90
91
  concurrent-ruby (~> 1.0)
91
- loofah (2.19.0)
92
+ loofah (2.22.0)
92
93
  crass (~> 1.0.2)
93
- nokogiri (>= 1.5.9)
94
- mail (2.7.1)
94
+ nokogiri (>= 1.12.0)
95
+ mail (2.8.1)
95
96
  mini_mime (>= 0.1.1)
97
+ net-imap
98
+ net-pop
99
+ net-smtp
96
100
  marcel (1.0.2)
97
101
  method_source (1.0.0)
98
- mini_mime (1.1.2)
99
- mini_portile2 (2.8.0)
100
- minitest (5.16.3)
101
- multipart-post (2.2.3)
102
- net-imap (0.3.1)
102
+ mini_mime (1.1.5)
103
+ mini_portile2 (2.8.5)
104
+ minitest (5.22.2)
105
+ multipart-post (2.4.0)
106
+ net-imap (0.4.10)
107
+ date
103
108
  net-protocol
104
109
  net-pop (0.1.2)
105
110
  net-protocol
106
- net-protocol (0.1.3)
111
+ net-protocol (0.2.2)
107
112
  timeout
108
- net-smtp (0.3.2)
113
+ net-smtp (0.4.0.1)
109
114
  net-protocol
110
- nio4r (2.5.8)
111
- nokogiri (1.13.8)
112
- mini_portile2 (~> 2.8.0)
115
+ nio4r (2.7.0)
116
+ nokogiri (1.15.5)
117
+ mini_portile2 (~> 2.8.2)
113
118
  racc (~> 1.4)
114
- nokogiri (1.13.8-x86_64-linux)
119
+ nokogiri (1.15.5-x86_64-linux)
115
120
  racc (~> 1.4)
116
- pry (0.14.1)
121
+ pry (0.14.2)
117
122
  coderay (~> 1.1)
118
123
  method_source (~> 1.0)
119
124
  pry-byebug (3.10.1)
120
125
  byebug (~> 11.0)
121
126
  pry (>= 0.13, < 0.15)
122
- racc (1.6.0)
123
- rack (2.2.4)
124
- rack-test (2.0.2)
127
+ racc (1.7.3)
128
+ rack (2.2.8)
129
+ rack-test (2.1.0)
125
130
  rack (>= 1.3)
126
- rails (7.0.4)
127
- actioncable (= 7.0.4)
128
- actionmailbox (= 7.0.4)
129
- actionmailer (= 7.0.4)
130
- actionpack (= 7.0.4)
131
- actiontext (= 7.0.4)
132
- actionview (= 7.0.4)
133
- activejob (= 7.0.4)
134
- activemodel (= 7.0.4)
135
- activerecord (= 7.0.4)
136
- activestorage (= 7.0.4)
137
- activesupport (= 7.0.4)
131
+ rails (7.0.8)
132
+ actioncable (= 7.0.8)
133
+ actionmailbox (= 7.0.8)
134
+ actionmailer (= 7.0.8)
135
+ actionpack (= 7.0.8)
136
+ actiontext (= 7.0.8)
137
+ actionview (= 7.0.8)
138
+ activejob (= 7.0.8)
139
+ activemodel (= 7.0.8)
140
+ activerecord (= 7.0.8)
141
+ activestorage (= 7.0.8)
142
+ activesupport (= 7.0.8)
138
143
  bundler (>= 1.15.0)
139
- railties (= 7.0.4)
140
- rails-dom-testing (2.0.3)
141
- activesupport (>= 4.2.0)
144
+ railties (= 7.0.8)
145
+ rails-dom-testing (2.2.0)
146
+ activesupport (>= 5.0.0)
147
+ minitest
142
148
  nokogiri (>= 1.6)
143
- rails-html-sanitizer (1.4.3)
144
- loofah (~> 2.3)
145
- railties (7.0.4)
146
- actionpack (= 7.0.4)
147
- activesupport (= 7.0.4)
149
+ rails-html-sanitizer (1.6.0)
150
+ loofah (~> 2.21)
151
+ nokogiri (~> 1.14)
152
+ railties (7.0.8)
153
+ actionpack (= 7.0.8)
154
+ activesupport (= 7.0.8)
148
155
  method_source
149
156
  rake (>= 12.2)
150
157
  thor (~> 1.0)
151
158
  zeitwerk (~> 2.5)
152
- rake (13.0.6)
153
- rspec (3.11.0)
154
- rspec-core (~> 3.11.0)
155
- rspec-expectations (~> 3.11.0)
156
- rspec-mocks (~> 3.11.0)
157
- rspec-core (3.11.0)
158
- rspec-support (~> 3.11.0)
159
- rspec-expectations (3.11.1)
159
+ rake (13.1.0)
160
+ rspec (3.13.0)
161
+ rspec-core (~> 3.13.0)
162
+ rspec-expectations (~> 3.13.0)
163
+ rspec-mocks (~> 3.13.0)
164
+ rspec-core (3.13.0)
165
+ rspec-support (~> 3.13.0)
166
+ rspec-expectations (3.13.0)
160
167
  diff-lcs (>= 1.2.0, < 2.0)
161
- rspec-support (~> 3.11.0)
162
- rspec-mocks (3.11.1)
168
+ rspec-support (~> 3.13.0)
169
+ rspec-mocks (3.13.0)
163
170
  diff-lcs (>= 1.2.0, < 2.0)
164
- rspec-support (~> 3.11.0)
165
- rspec-rails (5.1.2)
166
- actionpack (>= 5.2)
167
- activesupport (>= 5.2)
168
- railties (>= 5.2)
169
- rspec-core (~> 3.10)
170
- rspec-expectations (~> 3.10)
171
- rspec-mocks (~> 3.10)
172
- rspec-support (~> 3.10)
173
- rspec-support (3.11.1)
174
- thor (1.2.1)
175
- timeout (0.3.0)
176
- tzinfo (2.0.5)
171
+ rspec-support (~> 3.13.0)
172
+ rspec-rails (6.1.1)
173
+ actionpack (>= 6.1)
174
+ activesupport (>= 6.1)
175
+ railties (>= 6.1)
176
+ rspec-core (~> 3.12)
177
+ rspec-expectations (~> 3.12)
178
+ rspec-mocks (~> 3.12)
179
+ rspec-support (~> 3.12)
180
+ rspec-support (3.13.0)
181
+ thor (1.3.0)
182
+ timeout (0.4.1)
183
+ tzinfo (2.0.6)
177
184
  concurrent-ruby (~> 1.0)
178
- websocket-driver (0.7.5)
185
+ websocket-driver (0.7.6)
179
186
  websocket-extensions (>= 0.1.0)
180
187
  websocket-extensions (0.1.5)
181
- zeitwerk (2.6.1)
188
+ zeitwerk (2.6.13)
182
189
 
183
190
  PLATFORMS
184
191
  ruby
@@ -186,12 +193,13 @@ PLATFORMS
186
193
 
187
194
  DEPENDENCIES
188
195
  combustion
196
+ nokogiri (~> 1.15.5)
189
197
  pry-byebug
190
- rails (~> 7.0)
198
+ rails (~> 7.0.8)
191
199
  rake (~> 13.0)
192
200
  rspec (~> 3.0)
193
201
  rspec-rails
194
202
  texd!
195
203
 
196
204
  BUNDLED WITH
197
- 2.3.9
205
+ 2.4.22
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+ gemspec path: "../.."
5
+
6
+ gem "nokogiri", "~> 1.15.5" # remove constraint when min. RUBY_VERSION >= 3
7
+ gem "pry-byebug"
8
+ gem "rails", "~> 7.1.0"
9
+
10
+ # keep in sync with ../../Gemfile
11
+ group :development, :test do
12
+ gem "combustion"
13
+ gem "rake", "~> 13.0"
14
+ gem "rspec", "~> 3.0"
15
+ gem "rspec-rails"
16
+ end
@@ -0,0 +1,239 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ texd (0.6.0)
5
+ multipart-post (~> 2.0)
6
+ rails (>= 6.0, < 8)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (7.1.3)
12
+ actionpack (= 7.1.3)
13
+ activesupport (= 7.1.3)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (7.1.3)
18
+ actionpack (= 7.1.3)
19
+ activejob (= 7.1.3)
20
+ activerecord (= 7.1.3)
21
+ activestorage (= 7.1.3)
22
+ activesupport (= 7.1.3)
23
+ mail (>= 2.7.1)
24
+ net-imap
25
+ net-pop
26
+ net-smtp
27
+ actionmailer (7.1.3)
28
+ actionpack (= 7.1.3)
29
+ actionview (= 7.1.3)
30
+ activejob (= 7.1.3)
31
+ activesupport (= 7.1.3)
32
+ mail (~> 2.5, >= 2.5.4)
33
+ net-imap
34
+ net-pop
35
+ net-smtp
36
+ rails-dom-testing (~> 2.2)
37
+ actionpack (7.1.3)
38
+ actionview (= 7.1.3)
39
+ activesupport (= 7.1.3)
40
+ nokogiri (>= 1.8.5)
41
+ racc
42
+ rack (>= 2.2.4)
43
+ rack-session (>= 1.0.1)
44
+ rack-test (>= 0.6.3)
45
+ rails-dom-testing (~> 2.2)
46
+ rails-html-sanitizer (~> 1.6)
47
+ actiontext (7.1.3)
48
+ actionpack (= 7.1.3)
49
+ activerecord (= 7.1.3)
50
+ activestorage (= 7.1.3)
51
+ activesupport (= 7.1.3)
52
+ globalid (>= 0.6.0)
53
+ nokogiri (>= 1.8.5)
54
+ actionview (7.1.3)
55
+ activesupport (= 7.1.3)
56
+ builder (~> 3.1)
57
+ erubi (~> 1.11)
58
+ rails-dom-testing (~> 2.2)
59
+ rails-html-sanitizer (~> 1.6)
60
+ activejob (7.1.3)
61
+ activesupport (= 7.1.3)
62
+ globalid (>= 0.3.6)
63
+ activemodel (7.1.3)
64
+ activesupport (= 7.1.3)
65
+ activerecord (7.1.3)
66
+ activemodel (= 7.1.3)
67
+ activesupport (= 7.1.3)
68
+ timeout (>= 0.4.0)
69
+ activestorage (7.1.3)
70
+ actionpack (= 7.1.3)
71
+ activejob (= 7.1.3)
72
+ activerecord (= 7.1.3)
73
+ activesupport (= 7.1.3)
74
+ marcel (~> 1.0)
75
+ activesupport (7.1.3)
76
+ base64
77
+ bigdecimal
78
+ concurrent-ruby (~> 1.0, >= 1.0.2)
79
+ connection_pool (>= 2.2.5)
80
+ drb
81
+ i18n (>= 1.6, < 2)
82
+ minitest (>= 5.1)
83
+ mutex_m
84
+ tzinfo (~> 2.0)
85
+ base64 (0.2.0)
86
+ bigdecimal (3.1.6)
87
+ builder (3.2.4)
88
+ byebug (11.1.3)
89
+ coderay (1.1.3)
90
+ combustion (1.4.0)
91
+ activesupport (>= 3.0.0)
92
+ railties (>= 3.0.0)
93
+ thor (>= 0.14.6)
94
+ concurrent-ruby (1.2.3)
95
+ connection_pool (2.4.1)
96
+ crass (1.0.6)
97
+ date (3.3.4)
98
+ diff-lcs (1.5.1)
99
+ drb (2.2.0)
100
+ ruby2_keywords
101
+ erubi (1.12.0)
102
+ globalid (1.2.1)
103
+ activesupport (>= 6.1)
104
+ i18n (1.14.1)
105
+ concurrent-ruby (~> 1.0)
106
+ io-console (0.7.2)
107
+ irb (1.11.2)
108
+ rdoc
109
+ reline (>= 0.4.2)
110
+ loofah (2.22.0)
111
+ crass (~> 1.0.2)
112
+ nokogiri (>= 1.12.0)
113
+ mail (2.8.1)
114
+ mini_mime (>= 0.1.1)
115
+ net-imap
116
+ net-pop
117
+ net-smtp
118
+ marcel (1.0.2)
119
+ method_source (1.0.0)
120
+ mini_mime (1.1.5)
121
+ mini_portile2 (2.8.5)
122
+ minitest (5.22.2)
123
+ multipart-post (2.4.0)
124
+ mutex_m (0.2.0)
125
+ net-imap (0.4.10)
126
+ date
127
+ net-protocol
128
+ net-pop (0.1.2)
129
+ net-protocol
130
+ net-protocol (0.2.2)
131
+ timeout
132
+ net-smtp (0.4.0.1)
133
+ net-protocol
134
+ nio4r (2.7.0)
135
+ nokogiri (1.15.5)
136
+ mini_portile2 (~> 2.8.2)
137
+ racc (~> 1.4)
138
+ nokogiri (1.15.5-x86_64-linux)
139
+ racc (~> 1.4)
140
+ pry (0.14.2)
141
+ coderay (~> 1.1)
142
+ method_source (~> 1.0)
143
+ pry-byebug (3.10.1)
144
+ byebug (~> 11.0)
145
+ pry (>= 0.13, < 0.15)
146
+ psych (5.1.2)
147
+ stringio
148
+ racc (1.7.3)
149
+ rack (3.0.9)
150
+ rack-session (2.0.0)
151
+ rack (>= 3.0.0)
152
+ rack-test (2.1.0)
153
+ rack (>= 1.3)
154
+ rackup (2.1.0)
155
+ rack (>= 3)
156
+ webrick (~> 1.8)
157
+ rails (7.1.3)
158
+ actioncable (= 7.1.3)
159
+ actionmailbox (= 7.1.3)
160
+ actionmailer (= 7.1.3)
161
+ actionpack (= 7.1.3)
162
+ actiontext (= 7.1.3)
163
+ actionview (= 7.1.3)
164
+ activejob (= 7.1.3)
165
+ activemodel (= 7.1.3)
166
+ activerecord (= 7.1.3)
167
+ activestorage (= 7.1.3)
168
+ activesupport (= 7.1.3)
169
+ bundler (>= 1.15.0)
170
+ railties (= 7.1.3)
171
+ rails-dom-testing (2.2.0)
172
+ activesupport (>= 5.0.0)
173
+ minitest
174
+ nokogiri (>= 1.6)
175
+ rails-html-sanitizer (1.6.0)
176
+ loofah (~> 2.21)
177
+ nokogiri (~> 1.14)
178
+ railties (7.1.3)
179
+ actionpack (= 7.1.3)
180
+ activesupport (= 7.1.3)
181
+ irb
182
+ rackup (>= 1.0.0)
183
+ rake (>= 12.2)
184
+ thor (~> 1.0, >= 1.2.2)
185
+ zeitwerk (~> 2.6)
186
+ rake (13.1.0)
187
+ rdoc (6.6.2)
188
+ psych (>= 4.0.0)
189
+ reline (0.4.2)
190
+ io-console (~> 0.5)
191
+ rspec (3.13.0)
192
+ rspec-core (~> 3.13.0)
193
+ rspec-expectations (~> 3.13.0)
194
+ rspec-mocks (~> 3.13.0)
195
+ rspec-core (3.13.0)
196
+ rspec-support (~> 3.13.0)
197
+ rspec-expectations (3.13.0)
198
+ diff-lcs (>= 1.2.0, < 2.0)
199
+ rspec-support (~> 3.13.0)
200
+ rspec-mocks (3.13.0)
201
+ diff-lcs (>= 1.2.0, < 2.0)
202
+ rspec-support (~> 3.13.0)
203
+ rspec-rails (6.1.1)
204
+ actionpack (>= 6.1)
205
+ activesupport (>= 6.1)
206
+ railties (>= 6.1)
207
+ rspec-core (~> 3.12)
208
+ rspec-expectations (~> 3.12)
209
+ rspec-mocks (~> 3.12)
210
+ rspec-support (~> 3.12)
211
+ rspec-support (3.13.0)
212
+ ruby2_keywords (0.0.5)
213
+ stringio (3.1.0)
214
+ thor (1.3.0)
215
+ timeout (0.4.1)
216
+ tzinfo (2.0.6)
217
+ concurrent-ruby (~> 1.0)
218
+ webrick (1.8.1)
219
+ websocket-driver (0.7.6)
220
+ websocket-extensions (>= 0.1.0)
221
+ websocket-extensions (0.1.5)
222
+ zeitwerk (2.6.13)
223
+
224
+ PLATFORMS
225
+ ruby
226
+ x86_64-linux
227
+
228
+ DEPENDENCIES
229
+ combustion
230
+ nokogiri (~> 1.15.5)
231
+ pry-byebug
232
+ rails (~> 7.1.0)
233
+ rake (~> 13.0)
234
+ rspec (~> 3.0)
235
+ rspec-rails
236
+ texd!
237
+
238
+ BUNDLED WITH
239
+ 2.4.22
@@ -5,3 +5,11 @@ gemspec path: "../.."
5
5
 
6
6
  gem "pry-byebug"
7
7
  gem "rails", github: "rails/rails", branch: "main"
8
+
9
+ # keep in sync with ../../Gemfile
10
+ group :development, :test do
11
+ gem "combustion"
12
+ gem "rake", "~> 13.0"
13
+ gem "rspec", "~> 3.0"
14
+ gem "rspec-rails"
15
+ end