texd 0.6.0 → 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.
- checksums.yaml +4 -4
- data/.rubocop.yml +3 -3
- data/CHANGELOG.md +8 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +178 -165
- data/Makefile +56 -47
- data/README.md +33 -14
- data/gemfiles/rails-7.0/Gemfile +3 -1
- data/gemfiles/rails-7.0/Gemfile.lock +108 -105
- data/gemfiles/rails-7.1/Gemfile +2 -0
- data/gemfiles/rails-7.1/Gemfile.lock +136 -122
- data/gemfiles/{rails-6.0 → rails-7.2}/Gemfile +3 -2
- data/gemfiles/rails-7.2/Gemfile.lock +258 -0
- data/gemfiles/{rails-6.1 → rails-8.0}/Gemfile +1 -2
- data/gemfiles/rails-8.0/Gemfile.lock +259 -0
- data/gemfiles/rails-8.1/Gemfile +15 -0
- data/gemfiles/rails-8.1/Gemfile.lock +262 -0
- data/gemfiles/rails-main/Gemfile.lock +143 -125
- data/lib/texd/client.rb +1 -1
- data/lib/texd/config.rb +0 -1
- data/lib/texd/document.rb +2 -2
- data/lib/texd/helpers.rb +1 -1
- data/lib/texd/version.rb +1 -1
- data/texd.gemspec +2 -2
- metadata +16 -14
- data/gemfiles/rails-6.0/Gemfile.lock +0 -203
- data/gemfiles/rails-6.1/Gemfile.lock +0 -206
@@ -1,135 +1,145 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/rails/rails.git
|
3
|
-
revision:
|
3
|
+
revision: d5827e2deda604903925434de5374c4b8e8e0cd2
|
4
4
|
branch: main
|
5
5
|
specs:
|
6
|
-
actioncable (
|
7
|
-
actionpack (=
|
8
|
-
activesupport (=
|
6
|
+
actioncable (8.2.0.alpha)
|
7
|
+
actionpack (= 8.2.0.alpha)
|
8
|
+
activesupport (= 8.2.0.alpha)
|
9
9
|
nio4r (~> 2.0)
|
10
10
|
websocket-driver (>= 0.6.1)
|
11
11
|
zeitwerk (~> 2.6)
|
12
|
-
actionmailbox (
|
13
|
-
actionpack (=
|
14
|
-
activejob (=
|
15
|
-
activerecord (=
|
16
|
-
activestorage (=
|
17
|
-
activesupport (=
|
12
|
+
actionmailbox (8.2.0.alpha)
|
13
|
+
actionpack (= 8.2.0.alpha)
|
14
|
+
activejob (= 8.2.0.alpha)
|
15
|
+
activerecord (= 8.2.0.alpha)
|
16
|
+
activestorage (= 8.2.0.alpha)
|
17
|
+
activesupport (= 8.2.0.alpha)
|
18
18
|
mail (>= 2.8.0)
|
19
|
-
actionmailer (
|
20
|
-
actionpack (=
|
21
|
-
actionview (=
|
22
|
-
activejob (=
|
23
|
-
activesupport (=
|
19
|
+
actionmailer (8.2.0.alpha)
|
20
|
+
actionpack (= 8.2.0.alpha)
|
21
|
+
actionview (= 8.2.0.alpha)
|
22
|
+
activejob (= 8.2.0.alpha)
|
23
|
+
activesupport (= 8.2.0.alpha)
|
24
24
|
mail (>= 2.8.0)
|
25
25
|
rails-dom-testing (~> 2.2)
|
26
|
-
actionpack (
|
27
|
-
actionview (=
|
28
|
-
activesupport (=
|
26
|
+
actionpack (8.2.0.alpha)
|
27
|
+
actionview (= 8.2.0.alpha)
|
28
|
+
activesupport (= 8.2.0.alpha)
|
29
29
|
nokogiri (>= 1.8.5)
|
30
|
-
racc
|
31
30
|
rack (>= 2.2.4)
|
32
31
|
rack-session (>= 1.0.1)
|
33
32
|
rack-test (>= 0.6.3)
|
34
33
|
rails-dom-testing (~> 2.2)
|
35
34
|
rails-html-sanitizer (~> 1.6)
|
36
35
|
useragent (~> 0.16)
|
37
|
-
actiontext (
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
36
|
+
actiontext (8.2.0.alpha)
|
37
|
+
action_text-trix (~> 2.1.15)
|
38
|
+
actionpack (= 8.2.0.alpha)
|
39
|
+
activerecord (= 8.2.0.alpha)
|
40
|
+
activestorage (= 8.2.0.alpha)
|
41
|
+
activesupport (= 8.2.0.alpha)
|
42
42
|
globalid (>= 0.6.0)
|
43
43
|
nokogiri (>= 1.8.5)
|
44
|
-
actionview (
|
45
|
-
activesupport (=
|
44
|
+
actionview (8.2.0.alpha)
|
45
|
+
activesupport (= 8.2.0.alpha)
|
46
46
|
builder (~> 3.1)
|
47
47
|
erubi (~> 1.11)
|
48
48
|
rails-dom-testing (~> 2.2)
|
49
49
|
rails-html-sanitizer (~> 1.6)
|
50
|
-
activejob (
|
51
|
-
activesupport (=
|
50
|
+
activejob (8.2.0.alpha)
|
51
|
+
activesupport (= 8.2.0.alpha)
|
52
52
|
globalid (>= 0.3.6)
|
53
|
-
activemodel (
|
54
|
-
activesupport (=
|
55
|
-
activerecord (
|
56
|
-
activemodel (=
|
57
|
-
activesupport (=
|
53
|
+
activemodel (8.2.0.alpha)
|
54
|
+
activesupport (= 8.2.0.alpha)
|
55
|
+
activerecord (8.2.0.alpha)
|
56
|
+
activemodel (= 8.2.0.alpha)
|
57
|
+
activesupport (= 8.2.0.alpha)
|
58
58
|
timeout (>= 0.4.0)
|
59
|
-
activestorage (
|
60
|
-
actionpack (=
|
61
|
-
activejob (=
|
62
|
-
activerecord (=
|
63
|
-
activesupport (=
|
59
|
+
activestorage (8.2.0.alpha)
|
60
|
+
actionpack (= 8.2.0.alpha)
|
61
|
+
activejob (= 8.2.0.alpha)
|
62
|
+
activerecord (= 8.2.0.alpha)
|
63
|
+
activesupport (= 8.2.0.alpha)
|
64
64
|
marcel (~> 1.0)
|
65
|
-
activesupport (
|
65
|
+
activesupport (8.2.0.alpha)
|
66
66
|
base64
|
67
67
|
bigdecimal
|
68
|
-
concurrent-ruby (~> 1.0, >= 1.
|
68
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
69
69
|
connection_pool (>= 2.2.5)
|
70
70
|
drb
|
71
71
|
i18n (>= 1.6, < 2)
|
72
|
-
|
72
|
+
json
|
73
|
+
logger (>= 1.4.2)
|
74
|
+
minitest (>= 5.1)
|
75
|
+
securerandom (>= 0.3)
|
73
76
|
tzinfo (~> 2.0, >= 2.0.5)
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
77
|
+
uri (>= 0.13.1)
|
78
|
+
rails (8.2.0.alpha)
|
79
|
+
actioncable (= 8.2.0.alpha)
|
80
|
+
actionmailbox (= 8.2.0.alpha)
|
81
|
+
actionmailer (= 8.2.0.alpha)
|
82
|
+
actionpack (= 8.2.0.alpha)
|
83
|
+
actiontext (= 8.2.0.alpha)
|
84
|
+
actionview (= 8.2.0.alpha)
|
85
|
+
activejob (= 8.2.0.alpha)
|
86
|
+
activemodel (= 8.2.0.alpha)
|
87
|
+
activerecord (= 8.2.0.alpha)
|
88
|
+
activestorage (= 8.2.0.alpha)
|
89
|
+
activesupport (= 8.2.0.alpha)
|
86
90
|
bundler (>= 1.15.0)
|
87
|
-
railties (=
|
88
|
-
railties (
|
89
|
-
actionpack (=
|
90
|
-
activesupport (=
|
91
|
-
irb
|
91
|
+
railties (= 8.2.0.alpha)
|
92
|
+
railties (8.2.0.alpha)
|
93
|
+
actionpack (= 8.2.0.alpha)
|
94
|
+
activesupport (= 8.2.0.alpha)
|
95
|
+
irb (~> 1.13)
|
92
96
|
rackup (>= 1.0.0)
|
93
97
|
rake (>= 12.2)
|
94
98
|
thor (~> 1.0, >= 1.2.2)
|
99
|
+
tsort (>= 0.2)
|
95
100
|
zeitwerk (~> 2.6)
|
96
101
|
|
97
102
|
PATH
|
98
103
|
remote: ../..
|
99
104
|
specs:
|
100
|
-
texd (0.
|
105
|
+
texd (0.7.0)
|
101
106
|
multipart-post (~> 2.0)
|
102
|
-
rails (>= 6.0, <
|
107
|
+
rails (>= 6.0, < 9)
|
103
108
|
|
104
109
|
GEM
|
105
110
|
remote: https://rubygems.org/
|
106
111
|
specs:
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
112
|
+
action_text-trix (2.1.15)
|
113
|
+
railties
|
114
|
+
base64 (0.3.0)
|
115
|
+
bigdecimal (3.3.1)
|
116
|
+
builder (3.3.0)
|
117
|
+
byebug (12.0.0)
|
111
118
|
coderay (1.1.3)
|
112
|
-
combustion (1.
|
119
|
+
combustion (1.5.0)
|
113
120
|
activesupport (>= 3.0.0)
|
114
121
|
railties (>= 3.0.0)
|
115
122
|
thor (>= 0.14.6)
|
116
|
-
concurrent-ruby (1.
|
117
|
-
connection_pool (2.4
|
123
|
+
concurrent-ruby (1.3.5)
|
124
|
+
connection_pool (2.5.4)
|
118
125
|
crass (1.0.6)
|
119
|
-
date (3.
|
120
|
-
diff-lcs (1.
|
121
|
-
drb (2.2.
|
122
|
-
|
123
|
-
erubi (1.
|
124
|
-
globalid (1.
|
126
|
+
date (3.4.1)
|
127
|
+
diff-lcs (1.6.2)
|
128
|
+
drb (2.2.3)
|
129
|
+
erb (5.1.1)
|
130
|
+
erubi (1.13.1)
|
131
|
+
globalid (1.3.0)
|
125
132
|
activesupport (>= 6.1)
|
126
|
-
i18n (1.14.
|
133
|
+
i18n (1.14.7)
|
127
134
|
concurrent-ruby (~> 1.0)
|
128
|
-
io-console (0.
|
129
|
-
irb (1.
|
130
|
-
|
135
|
+
io-console (0.8.1)
|
136
|
+
irb (1.15.2)
|
137
|
+
pp (>= 0.6.0)
|
138
|
+
rdoc (>= 4.0.0)
|
131
139
|
reline (>= 0.4.2)
|
132
|
-
|
140
|
+
json (2.15.1)
|
141
|
+
logger (1.7.0)
|
142
|
+
loofah (2.24.1)
|
133
143
|
crass (~> 1.0.2)
|
134
144
|
nokogiri (>= 1.12.0)
|
135
145
|
mail (2.8.1)
|
@@ -137,85 +147,93 @@ GEM
|
|
137
147
|
net-imap
|
138
148
|
net-pop
|
139
149
|
net-smtp
|
140
|
-
marcel (1.0
|
141
|
-
method_source (1.
|
150
|
+
marcel (1.1.0)
|
151
|
+
method_source (1.1.0)
|
142
152
|
mini_mime (1.1.5)
|
143
|
-
minitest (5.
|
144
|
-
multipart-post (2.4.
|
145
|
-
net-imap (0.
|
153
|
+
minitest (5.26.0)
|
154
|
+
multipart-post (2.4.1)
|
155
|
+
net-imap (0.5.12)
|
146
156
|
date
|
147
157
|
net-protocol
|
148
158
|
net-pop (0.1.2)
|
149
159
|
net-protocol
|
150
160
|
net-protocol (0.2.2)
|
151
161
|
timeout
|
152
|
-
net-smtp (0.
|
162
|
+
net-smtp (0.5.1)
|
153
163
|
net-protocol
|
154
|
-
nio4r (2.7.
|
155
|
-
nokogiri (1.
|
164
|
+
nio4r (2.7.4)
|
165
|
+
nokogiri (1.18.10-x86_64-linux-gnu)
|
156
166
|
racc (~> 1.4)
|
157
|
-
|
167
|
+
pp (0.6.3)
|
168
|
+
prettyprint
|
169
|
+
prettyprint (0.2.0)
|
170
|
+
pry (0.15.2)
|
158
171
|
coderay (~> 1.1)
|
159
172
|
method_source (~> 1.0)
|
160
|
-
pry-byebug (3.
|
161
|
-
byebug (~>
|
162
|
-
pry (>= 0.13, < 0.
|
163
|
-
psych (5.
|
173
|
+
pry-byebug (3.11.0)
|
174
|
+
byebug (~> 12.0)
|
175
|
+
pry (>= 0.13, < 0.16)
|
176
|
+
psych (5.2.6)
|
177
|
+
date
|
164
178
|
stringio
|
165
|
-
racc (1.
|
166
|
-
rack (3.
|
167
|
-
rack-session (2.
|
179
|
+
racc (1.8.1)
|
180
|
+
rack (3.2.3)
|
181
|
+
rack-session (2.1.1)
|
182
|
+
base64 (>= 0.1.0)
|
168
183
|
rack (>= 3.0.0)
|
169
|
-
rack-test (2.
|
184
|
+
rack-test (2.2.0)
|
170
185
|
rack (>= 1.3)
|
171
|
-
rackup (2.1
|
186
|
+
rackup (2.2.1)
|
172
187
|
rack (>= 3)
|
173
|
-
|
174
|
-
rails-dom-testing (2.2.0)
|
188
|
+
rails-dom-testing (2.3.0)
|
175
189
|
activesupport (>= 5.0.0)
|
176
190
|
minitest
|
177
191
|
nokogiri (>= 1.6)
|
178
|
-
rails-html-sanitizer (1.6.
|
192
|
+
rails-html-sanitizer (1.6.2)
|
179
193
|
loofah (~> 2.21)
|
180
|
-
nokogiri (
|
181
|
-
rake (13.
|
182
|
-
rdoc (6.
|
194
|
+
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)
|
195
|
+
rake (13.3.0)
|
196
|
+
rdoc (6.15.0)
|
197
|
+
erb
|
183
198
|
psych (>= 4.0.0)
|
184
|
-
|
199
|
+
tsort
|
200
|
+
reline (0.6.2)
|
185
201
|
io-console (~> 0.5)
|
186
|
-
rspec (3.13.
|
202
|
+
rspec (3.13.1)
|
187
203
|
rspec-core (~> 3.13.0)
|
188
204
|
rspec-expectations (~> 3.13.0)
|
189
205
|
rspec-mocks (~> 3.13.0)
|
190
|
-
rspec-core (3.13.
|
206
|
+
rspec-core (3.13.6)
|
191
207
|
rspec-support (~> 3.13.0)
|
192
|
-
rspec-expectations (3.13.
|
208
|
+
rspec-expectations (3.13.5)
|
193
209
|
diff-lcs (>= 1.2.0, < 2.0)
|
194
210
|
rspec-support (~> 3.13.0)
|
195
|
-
rspec-mocks (3.13.
|
211
|
+
rspec-mocks (3.13.6)
|
196
212
|
diff-lcs (>= 1.2.0, < 2.0)
|
197
213
|
rspec-support (~> 3.13.0)
|
198
|
-
rspec-rails (
|
199
|
-
actionpack (>=
|
200
|
-
activesupport (>=
|
201
|
-
railties (>=
|
202
|
-
rspec-core (~> 3.
|
203
|
-
rspec-expectations (~> 3.
|
204
|
-
rspec-mocks (~> 3.
|
205
|
-
rspec-support (~> 3.
|
206
|
-
rspec-support (3.13.
|
207
|
-
|
208
|
-
stringio (3.1.
|
209
|
-
thor (1.
|
210
|
-
timeout (0.4.
|
214
|
+
rspec-rails (8.0.2)
|
215
|
+
actionpack (>= 7.2)
|
216
|
+
activesupport (>= 7.2)
|
217
|
+
railties (>= 7.2)
|
218
|
+
rspec-core (~> 3.13)
|
219
|
+
rspec-expectations (~> 3.13)
|
220
|
+
rspec-mocks (~> 3.13)
|
221
|
+
rspec-support (~> 3.13)
|
222
|
+
rspec-support (3.13.6)
|
223
|
+
securerandom (0.4.1)
|
224
|
+
stringio (3.1.7)
|
225
|
+
thor (1.4.0)
|
226
|
+
timeout (0.4.3)
|
227
|
+
tsort (0.2.0)
|
211
228
|
tzinfo (2.0.6)
|
212
229
|
concurrent-ruby (~> 1.0)
|
213
|
-
|
214
|
-
|
215
|
-
websocket-driver (0.
|
230
|
+
uri (1.0.4)
|
231
|
+
useragent (0.16.11)
|
232
|
+
websocket-driver (0.8.0)
|
233
|
+
base64
|
216
234
|
websocket-extensions (>= 0.1.0)
|
217
235
|
websocket-extensions (0.1.5)
|
218
|
-
zeitwerk (2.
|
236
|
+
zeitwerk (2.7.3)
|
219
237
|
|
220
238
|
PLATFORMS
|
221
239
|
x86_64-linux
|
@@ -230,4 +248,4 @@ DEPENDENCIES
|
|
230
248
|
texd!
|
231
249
|
|
232
250
|
BUNDLED WITH
|
233
|
-
2.
|
251
|
+
2.7.2
|
data/lib/texd/client.rb
CHANGED
data/lib/texd/config.rb
CHANGED
data/lib/texd/document.rb
CHANGED
data/lib/texd/helpers.rb
CHANGED
data/lib/texd/version.rb
CHANGED
data/texd.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
13
13
|
spec.homepage = "https://github.com/digineo/texd-ruby"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
|
-
spec.required_ruby_version = ">= 2.
|
16
|
+
spec.required_ruby_version = ">= 3.2.0"
|
17
17
|
|
18
18
|
spec.metadata["rubygems_mfa_required"] = "true"
|
19
19
|
spec.metadata["homepage_uri"] = spec.homepage
|
@@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
|
|
33
33
|
spec.require_paths = ["lib"]
|
34
34
|
|
35
35
|
spec.add_dependency "multipart-post", "~> 2.0"
|
36
|
-
spec.add_dependency "rails", ">= 6.0", "<
|
36
|
+
spec.add_dependency "rails", ">= 6.0", "< 9"
|
37
37
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: texd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominik Menke
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-10-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multipart-post
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '6.0'
|
34
34
|
- - "<"
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: '
|
36
|
+
version: '9'
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '6.0'
|
44
44
|
- - "<"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '
|
46
|
+
version: '9'
|
47
47
|
description: The texd project provides a network reachable TeX compiler. This gem
|
48
48
|
is a client for that.
|
49
49
|
email:
|
@@ -61,14 +61,16 @@ files:
|
|
61
61
|
- Makefile
|
62
62
|
- README.md
|
63
63
|
- Rakefile
|
64
|
-
- gemfiles/rails-6.0/Gemfile
|
65
|
-
- gemfiles/rails-6.0/Gemfile.lock
|
66
|
-
- gemfiles/rails-6.1/Gemfile
|
67
|
-
- gemfiles/rails-6.1/Gemfile.lock
|
68
64
|
- gemfiles/rails-7.0/Gemfile
|
69
65
|
- gemfiles/rails-7.0/Gemfile.lock
|
70
66
|
- gemfiles/rails-7.1/Gemfile
|
71
67
|
- gemfiles/rails-7.1/Gemfile.lock
|
68
|
+
- gemfiles/rails-7.2/Gemfile
|
69
|
+
- gemfiles/rails-7.2/Gemfile.lock
|
70
|
+
- gemfiles/rails-8.0/Gemfile
|
71
|
+
- gemfiles/rails-8.0/Gemfile.lock
|
72
|
+
- gemfiles/rails-8.1/Gemfile
|
73
|
+
- gemfiles/rails-8.1/Gemfile.lock
|
72
74
|
- gemfiles/rails-main/Gemfile
|
73
75
|
- gemfiles/rails-main/Gemfile.lock
|
74
76
|
- lib/texd.rb
|
@@ -89,8 +91,8 @@ metadata:
|
|
89
91
|
rubygems_mfa_required: 'true'
|
90
92
|
homepage_uri: https://github.com/digineo/texd-ruby
|
91
93
|
source_code_uri: https://github.com/digineo/texd-ruby
|
92
|
-
changelog_uri: https://github.com/digineo/texd-ruby/blob/v0.
|
93
|
-
post_install_message:
|
94
|
+
changelog_uri: https://github.com/digineo/texd-ruby/blob/v0.7.0/CHANGELOG.md
|
95
|
+
post_install_message:
|
94
96
|
rdoc_options: []
|
95
97
|
require_paths:
|
96
98
|
- lib
|
@@ -98,15 +100,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
98
100
|
requirements:
|
99
101
|
- - ">="
|
100
102
|
- !ruby/object:Gem::Version
|
101
|
-
version: 2.
|
103
|
+
version: 3.2.0
|
102
104
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
103
105
|
requirements:
|
104
106
|
- - ">="
|
105
107
|
- !ruby/object:Gem::Version
|
106
108
|
version: '0'
|
107
109
|
requirements: []
|
108
|
-
rubygems_version: 3.
|
109
|
-
signing_key:
|
110
|
+
rubygems_version: 3.4.19
|
111
|
+
signing_key:
|
110
112
|
specification_version: 4
|
111
113
|
summary: texd is a Ruby client for the texd web service.
|
112
114
|
test_files: []
|