texd 0.5.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,253 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ texd (0.7.0)
5
+ multipart-post (~> 2.0)
6
+ rails (>= 6.0, < 9)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (7.1.5.2)
12
+ actionpack (= 7.1.5.2)
13
+ activesupport (= 7.1.5.2)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (7.1.5.2)
18
+ actionpack (= 7.1.5.2)
19
+ activejob (= 7.1.5.2)
20
+ activerecord (= 7.1.5.2)
21
+ activestorage (= 7.1.5.2)
22
+ activesupport (= 7.1.5.2)
23
+ mail (>= 2.7.1)
24
+ net-imap
25
+ net-pop
26
+ net-smtp
27
+ actionmailer (7.1.5.2)
28
+ actionpack (= 7.1.5.2)
29
+ actionview (= 7.1.5.2)
30
+ activejob (= 7.1.5.2)
31
+ activesupport (= 7.1.5.2)
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.5.2)
38
+ actionview (= 7.1.5.2)
39
+ activesupport (= 7.1.5.2)
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.5.2)
48
+ actionpack (= 7.1.5.2)
49
+ activerecord (= 7.1.5.2)
50
+ activestorage (= 7.1.5.2)
51
+ activesupport (= 7.1.5.2)
52
+ globalid (>= 0.6.0)
53
+ nokogiri (>= 1.8.5)
54
+ actionview (7.1.5.2)
55
+ activesupport (= 7.1.5.2)
56
+ builder (~> 3.1)
57
+ erubi (~> 1.11)
58
+ rails-dom-testing (~> 2.2)
59
+ rails-html-sanitizer (~> 1.6)
60
+ activejob (7.1.5.2)
61
+ activesupport (= 7.1.5.2)
62
+ globalid (>= 0.3.6)
63
+ activemodel (7.1.5.2)
64
+ activesupport (= 7.1.5.2)
65
+ activerecord (7.1.5.2)
66
+ activemodel (= 7.1.5.2)
67
+ activesupport (= 7.1.5.2)
68
+ timeout (>= 0.4.0)
69
+ activestorage (7.1.5.2)
70
+ actionpack (= 7.1.5.2)
71
+ activejob (= 7.1.5.2)
72
+ activerecord (= 7.1.5.2)
73
+ activesupport (= 7.1.5.2)
74
+ marcel (~> 1.0)
75
+ activesupport (7.1.5.2)
76
+ base64
77
+ benchmark (>= 0.3)
78
+ bigdecimal
79
+ concurrent-ruby (~> 1.0, >= 1.0.2)
80
+ connection_pool (>= 2.2.5)
81
+ drb
82
+ i18n (>= 1.6, < 2)
83
+ logger (>= 1.4.2)
84
+ minitest (>= 5.1)
85
+ mutex_m
86
+ securerandom (>= 0.3)
87
+ tzinfo (~> 2.0)
88
+ base64 (0.3.0)
89
+ benchmark (0.4.1)
90
+ bigdecimal (3.3.1)
91
+ builder (3.3.0)
92
+ byebug (12.0.0)
93
+ coderay (1.1.3)
94
+ combustion (1.5.0)
95
+ activesupport (>= 3.0.0)
96
+ railties (>= 3.0.0)
97
+ thor (>= 0.14.6)
98
+ concurrent-ruby (1.3.4)
99
+ connection_pool (2.5.4)
100
+ crass (1.0.6)
101
+ date (3.4.1)
102
+ diff-lcs (1.6.2)
103
+ drb (2.2.3)
104
+ erb (5.1.1)
105
+ erubi (1.13.1)
106
+ globalid (1.3.0)
107
+ activesupport (>= 6.1)
108
+ i18n (1.14.7)
109
+ concurrent-ruby (~> 1.0)
110
+ io-console (0.8.1)
111
+ irb (1.15.2)
112
+ pp (>= 0.6.0)
113
+ rdoc (>= 4.0.0)
114
+ reline (>= 0.4.2)
115
+ logger (1.7.0)
116
+ loofah (2.24.1)
117
+ crass (~> 1.0.2)
118
+ nokogiri (>= 1.12.0)
119
+ mail (2.8.1)
120
+ mini_mime (>= 0.1.1)
121
+ net-imap
122
+ net-pop
123
+ net-smtp
124
+ marcel (1.1.0)
125
+ method_source (1.1.0)
126
+ mini_mime (1.1.5)
127
+ mini_portile2 (2.8.9)
128
+ minitest (5.26.0)
129
+ multipart-post (2.4.1)
130
+ mutex_m (0.3.0)
131
+ net-imap (0.5.12)
132
+ date
133
+ net-protocol
134
+ net-pop (0.1.2)
135
+ net-protocol
136
+ net-protocol (0.2.2)
137
+ timeout
138
+ net-smtp (0.5.1)
139
+ net-protocol
140
+ nio4r (2.7.4)
141
+ nokogiri (1.15.7)
142
+ mini_portile2 (~> 2.8.2)
143
+ racc (~> 1.4)
144
+ nokogiri (1.15.7-x86_64-linux)
145
+ racc (~> 1.4)
146
+ pp (0.6.3)
147
+ prettyprint
148
+ prettyprint (0.2.0)
149
+ pry (0.15.2)
150
+ coderay (~> 1.1)
151
+ method_source (~> 1.0)
152
+ pry-byebug (3.11.0)
153
+ byebug (~> 12.0)
154
+ pry (>= 0.13, < 0.16)
155
+ psych (5.2.6)
156
+ date
157
+ stringio
158
+ racc (1.8.1)
159
+ rack (3.2.3)
160
+ rack-session (2.1.1)
161
+ base64 (>= 0.1.0)
162
+ rack (>= 3.0.0)
163
+ rack-test (2.2.0)
164
+ rack (>= 1.3)
165
+ rackup (2.2.1)
166
+ rack (>= 3)
167
+ rails (7.1.5.2)
168
+ actioncable (= 7.1.5.2)
169
+ actionmailbox (= 7.1.5.2)
170
+ actionmailer (= 7.1.5.2)
171
+ actionpack (= 7.1.5.2)
172
+ actiontext (= 7.1.5.2)
173
+ actionview (= 7.1.5.2)
174
+ activejob (= 7.1.5.2)
175
+ activemodel (= 7.1.5.2)
176
+ activerecord (= 7.1.5.2)
177
+ activestorage (= 7.1.5.2)
178
+ activesupport (= 7.1.5.2)
179
+ bundler (>= 1.15.0)
180
+ railties (= 7.1.5.2)
181
+ rails-dom-testing (2.3.0)
182
+ activesupport (>= 5.0.0)
183
+ minitest
184
+ nokogiri (>= 1.6)
185
+ rails-html-sanitizer (1.6.2)
186
+ loofah (~> 2.21)
187
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
188
+ railties (7.1.5.2)
189
+ actionpack (= 7.1.5.2)
190
+ activesupport (= 7.1.5.2)
191
+ irb
192
+ rackup (>= 1.0.0)
193
+ rake (>= 12.2)
194
+ thor (~> 1.0, >= 1.2.2)
195
+ zeitwerk (~> 2.6)
196
+ rake (13.3.0)
197
+ rdoc (6.15.0)
198
+ erb
199
+ psych (>= 4.0.0)
200
+ tsort
201
+ reline (0.6.2)
202
+ io-console (~> 0.5)
203
+ rspec (3.13.1)
204
+ rspec-core (~> 3.13.0)
205
+ rspec-expectations (~> 3.13.0)
206
+ rspec-mocks (~> 3.13.0)
207
+ rspec-core (3.13.6)
208
+ rspec-support (~> 3.13.0)
209
+ rspec-expectations (3.13.5)
210
+ diff-lcs (>= 1.2.0, < 2.0)
211
+ rspec-support (~> 3.13.0)
212
+ rspec-mocks (3.13.6)
213
+ diff-lcs (>= 1.2.0, < 2.0)
214
+ rspec-support (~> 3.13.0)
215
+ rspec-rails (7.1.1)
216
+ actionpack (>= 7.0)
217
+ activesupport (>= 7.0)
218
+ railties (>= 7.0)
219
+ rspec-core (~> 3.13)
220
+ rspec-expectations (~> 3.13)
221
+ rspec-mocks (~> 3.13)
222
+ rspec-support (~> 3.13)
223
+ rspec-support (3.13.6)
224
+ securerandom (0.4.1)
225
+ stringio (3.1.7)
226
+ thor (1.4.0)
227
+ timeout (0.4.3)
228
+ tsort (0.2.0)
229
+ tzinfo (2.0.6)
230
+ concurrent-ruby (~> 1.0)
231
+ websocket-driver (0.8.0)
232
+ base64
233
+ websocket-extensions (>= 0.1.0)
234
+ websocket-extensions (0.1.5)
235
+ zeitwerk (2.7.3)
236
+
237
+ PLATFORMS
238
+ ruby
239
+ x86_64-linux
240
+
241
+ DEPENDENCIES
242
+ combustion
243
+ concurrent-ruby (= 1.3.4)
244
+ nokogiri (~> 1.15.5)
245
+ pry-byebug
246
+ rails (~> 7.1.0)
247
+ rake (~> 13.0)
248
+ rspec (~> 3.0)
249
+ rspec-rails
250
+ texd!
251
+
252
+ BUNDLED WITH
253
+ 2.7.2
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+ gemspec path: "../.."
5
+
6
+ gem "pry-byebug"
7
+ gem "rails", "~> 7.2.0.beta3"
8
+
9
+ gem "concurrent-ruby", "1.3.4"
10
+
11
+ # keep in sync with ../../Gemfile
12
+ group :development, :test do
13
+ gem "combustion"
14
+ gem "rake", "~> 13.0"
15
+ gem "rspec", "~> 3.0"
16
+ gem "rspec-rails"
17
+ end
@@ -0,0 +1,258 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ texd (0.7.0)
5
+ multipart-post (~> 2.0)
6
+ rails (>= 6.0, < 9)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (7.2.2.2)
12
+ actionpack (= 7.2.2.2)
13
+ activesupport (= 7.2.2.2)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (7.2.2.2)
18
+ actionpack (= 7.2.2.2)
19
+ activejob (= 7.2.2.2)
20
+ activerecord (= 7.2.2.2)
21
+ activestorage (= 7.2.2.2)
22
+ activesupport (= 7.2.2.2)
23
+ mail (>= 2.8.0)
24
+ actionmailer (7.2.2.2)
25
+ actionpack (= 7.2.2.2)
26
+ actionview (= 7.2.2.2)
27
+ activejob (= 7.2.2.2)
28
+ activesupport (= 7.2.2.2)
29
+ mail (>= 2.8.0)
30
+ rails-dom-testing (~> 2.2)
31
+ actionpack (7.2.2.2)
32
+ actionview (= 7.2.2.2)
33
+ activesupport (= 7.2.2.2)
34
+ nokogiri (>= 1.8.5)
35
+ racc
36
+ rack (>= 2.2.4, < 3.2)
37
+ rack-session (>= 1.0.1)
38
+ rack-test (>= 0.6.3)
39
+ rails-dom-testing (~> 2.2)
40
+ rails-html-sanitizer (~> 1.6)
41
+ useragent (~> 0.16)
42
+ actiontext (7.2.2.2)
43
+ actionpack (= 7.2.2.2)
44
+ activerecord (= 7.2.2.2)
45
+ activestorage (= 7.2.2.2)
46
+ activesupport (= 7.2.2.2)
47
+ globalid (>= 0.6.0)
48
+ nokogiri (>= 1.8.5)
49
+ actionview (7.2.2.2)
50
+ activesupport (= 7.2.2.2)
51
+ builder (~> 3.1)
52
+ erubi (~> 1.11)
53
+ rails-dom-testing (~> 2.2)
54
+ rails-html-sanitizer (~> 1.6)
55
+ activejob (7.2.2.2)
56
+ activesupport (= 7.2.2.2)
57
+ globalid (>= 0.3.6)
58
+ activemodel (7.2.2.2)
59
+ activesupport (= 7.2.2.2)
60
+ activerecord (7.2.2.2)
61
+ activemodel (= 7.2.2.2)
62
+ activesupport (= 7.2.2.2)
63
+ timeout (>= 0.4.0)
64
+ activestorage (7.2.2.2)
65
+ actionpack (= 7.2.2.2)
66
+ activejob (= 7.2.2.2)
67
+ activerecord (= 7.2.2.2)
68
+ activesupport (= 7.2.2.2)
69
+ marcel (~> 1.0)
70
+ activesupport (7.2.2.2)
71
+ base64
72
+ benchmark (>= 0.3)
73
+ bigdecimal
74
+ concurrent-ruby (~> 1.0, >= 1.3.1)
75
+ connection_pool (>= 2.2.5)
76
+ drb
77
+ i18n (>= 1.6, < 2)
78
+ logger (>= 1.4.2)
79
+ minitest (>= 5.1)
80
+ securerandom (>= 0.3)
81
+ tzinfo (~> 2.0, >= 2.0.5)
82
+ base64 (0.3.0)
83
+ benchmark (0.4.1)
84
+ bigdecimal (3.3.1)
85
+ builder (3.3.0)
86
+ byebug (12.0.0)
87
+ coderay (1.1.3)
88
+ combustion (1.5.0)
89
+ activesupport (>= 3.0.0)
90
+ railties (>= 3.0.0)
91
+ thor (>= 0.14.6)
92
+ concurrent-ruby (1.3.4)
93
+ connection_pool (2.5.4)
94
+ crass (1.0.6)
95
+ date (3.4.1)
96
+ diff-lcs (1.6.2)
97
+ drb (2.2.3)
98
+ erb (5.1.1)
99
+ erubi (1.13.1)
100
+ globalid (1.3.0)
101
+ activesupport (>= 6.1)
102
+ i18n (1.14.7)
103
+ concurrent-ruby (~> 1.0)
104
+ io-console (0.8.1)
105
+ irb (1.15.2)
106
+ pp (>= 0.6.0)
107
+ rdoc (>= 4.0.0)
108
+ reline (>= 0.4.2)
109
+ logger (1.7.0)
110
+ loofah (2.24.1)
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.1.0)
119
+ method_source (1.1.0)
120
+ mini_mime (1.1.5)
121
+ mini_portile2 (2.8.9)
122
+ minitest (5.26.0)
123
+ multipart-post (2.4.1)
124
+ net-imap (0.5.12)
125
+ date
126
+ net-protocol
127
+ net-pop (0.1.2)
128
+ net-protocol
129
+ net-protocol (0.2.2)
130
+ timeout
131
+ net-smtp (0.5.1)
132
+ net-protocol
133
+ nio4r (2.7.4)
134
+ nokogiri (1.18.10)
135
+ mini_portile2 (~> 2.8.2)
136
+ racc (~> 1.4)
137
+ nokogiri (1.18.10-aarch64-linux-gnu)
138
+ racc (~> 1.4)
139
+ nokogiri (1.18.10-arm-linux-gnu)
140
+ racc (~> 1.4)
141
+ nokogiri (1.18.10-arm64-darwin)
142
+ racc (~> 1.4)
143
+ nokogiri (1.18.10-x86_64-darwin)
144
+ racc (~> 1.4)
145
+ nokogiri (1.18.10-x86_64-linux-gnu)
146
+ racc (~> 1.4)
147
+ pp (0.6.3)
148
+ prettyprint
149
+ prettyprint (0.2.0)
150
+ pry (0.15.2)
151
+ coderay (~> 1.1)
152
+ method_source (~> 1.0)
153
+ pry-byebug (3.11.0)
154
+ byebug (~> 12.0)
155
+ pry (>= 0.13, < 0.16)
156
+ psych (5.2.6)
157
+ date
158
+ stringio
159
+ racc (1.8.1)
160
+ rack (3.1.18)
161
+ rack-session (2.1.1)
162
+ base64 (>= 0.1.0)
163
+ rack (>= 3.0.0)
164
+ rack-test (2.2.0)
165
+ rack (>= 1.3)
166
+ rackup (2.2.1)
167
+ rack (>= 3)
168
+ rails (7.2.2.2)
169
+ actioncable (= 7.2.2.2)
170
+ actionmailbox (= 7.2.2.2)
171
+ actionmailer (= 7.2.2.2)
172
+ actionpack (= 7.2.2.2)
173
+ actiontext (= 7.2.2.2)
174
+ actionview (= 7.2.2.2)
175
+ activejob (= 7.2.2.2)
176
+ activemodel (= 7.2.2.2)
177
+ activerecord (= 7.2.2.2)
178
+ activestorage (= 7.2.2.2)
179
+ activesupport (= 7.2.2.2)
180
+ bundler (>= 1.15.0)
181
+ railties (= 7.2.2.2)
182
+ rails-dom-testing (2.3.0)
183
+ activesupport (>= 5.0.0)
184
+ minitest
185
+ nokogiri (>= 1.6)
186
+ rails-html-sanitizer (1.6.2)
187
+ loofah (~> 2.21)
188
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
189
+ railties (7.2.2.2)
190
+ actionpack (= 7.2.2.2)
191
+ activesupport (= 7.2.2.2)
192
+ irb (~> 1.13)
193
+ rackup (>= 1.0.0)
194
+ rake (>= 12.2)
195
+ thor (~> 1.0, >= 1.2.2)
196
+ zeitwerk (~> 2.6)
197
+ rake (13.3.0)
198
+ rdoc (6.15.0)
199
+ erb
200
+ psych (>= 4.0.0)
201
+ tsort
202
+ reline (0.6.2)
203
+ io-console (~> 0.5)
204
+ rspec (3.13.1)
205
+ rspec-core (~> 3.13.0)
206
+ rspec-expectations (~> 3.13.0)
207
+ rspec-mocks (~> 3.13.0)
208
+ rspec-core (3.13.6)
209
+ rspec-support (~> 3.13.0)
210
+ rspec-expectations (3.13.5)
211
+ diff-lcs (>= 1.2.0, < 2.0)
212
+ rspec-support (~> 3.13.0)
213
+ rspec-mocks (3.13.6)
214
+ diff-lcs (>= 1.2.0, < 2.0)
215
+ rspec-support (~> 3.13.0)
216
+ rspec-rails (8.0.2)
217
+ actionpack (>= 7.2)
218
+ activesupport (>= 7.2)
219
+ railties (>= 7.2)
220
+ rspec-core (~> 3.13)
221
+ rspec-expectations (~> 3.13)
222
+ rspec-mocks (~> 3.13)
223
+ rspec-support (~> 3.13)
224
+ rspec-support (3.13.6)
225
+ securerandom (0.4.1)
226
+ stringio (3.1.7)
227
+ thor (1.4.0)
228
+ timeout (0.4.3)
229
+ tsort (0.2.0)
230
+ tzinfo (2.0.6)
231
+ concurrent-ruby (~> 1.0)
232
+ useragent (0.16.11)
233
+ websocket-driver (0.8.0)
234
+ base64
235
+ websocket-extensions (>= 0.1.0)
236
+ websocket-extensions (0.1.5)
237
+ zeitwerk (2.7.3)
238
+
239
+ PLATFORMS
240
+ aarch64-linux
241
+ arm-linux
242
+ arm64-darwin
243
+ x86-linux
244
+ x86_64-darwin
245
+ x86_64-linux
246
+
247
+ DEPENDENCIES
248
+ combustion
249
+ concurrent-ruby (= 1.3.4)
250
+ pry-byebug
251
+ rails (~> 7.2.0.beta3)
252
+ rake (~> 13.0)
253
+ rspec (~> 3.0)
254
+ rspec-rails
255
+ texd!
256
+
257
+ BUNDLED WITH
258
+ 2.7.2
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+ gemspec path: "../.."
5
+
6
+ gem "pry-byebug"
7
+ gem "rails", "~> 8.0.0"
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