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.
- checksums.yaml +4 -4
- data/.rubocop.yml +6 -3
- data/CHANGELOG.md +32 -1
- data/Gemfile +10 -0
- data/Gemfile.lock +226 -163
- data/Makefile +63 -39
- data/README.md +41 -6
- data/gemfiles/rails-7.0/Gemfile +12 -1
- data/gemfiles/rails-7.0/Gemfile.lock +130 -119
- data/gemfiles/rails-7.1/Gemfile +18 -0
- data/gemfiles/rails-7.1/Gemfile.lock +253 -0
- data/gemfiles/rails-7.2/Gemfile +17 -0
- data/gemfiles/rails-7.2/Gemfile.lock +258 -0
- data/gemfiles/rails-8.0/Gemfile +15 -0
- 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 +8 -0
- data/gemfiles/rails-main/Gemfile.lock +185 -135
- data/lib/texd/client.rb +1 -2
- data/lib/texd/config.rb +0 -1
- data/lib/texd/document.rb +2 -2
- data/lib/texd/helpers.rb +12 -4
- data/lib/texd/version.rb +1 -1
- data/texd.gemspec +2 -7
- metadata +18 -70
- data/gemfiles/rails-6.0/Gemfile +0 -7
- data/gemfiles/rails-6.0/Gemfile.lock +0 -186
- data/gemfiles/rails-6.1/Gemfile +0 -7
- data/gemfiles/rails-6.1/Gemfile.lock +0 -189
|
@@ -1,189 +1,239 @@
|
|
|
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 (=
|
|
18
|
-
mail (>= 2.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
actionpack (7.1.0.alpha)
|
|
33
|
-
actionview (= 7.1.0.alpha)
|
|
34
|
-
activesupport (= 7.1.0.alpha)
|
|
35
|
-
rack (~> 2.0, >= 2.2.4)
|
|
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
|
+
mail (>= 2.8.0)
|
|
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
|
+
mail (>= 2.8.0)
|
|
25
|
+
rails-dom-testing (~> 2.2)
|
|
26
|
+
actionpack (8.2.0.alpha)
|
|
27
|
+
actionview (= 8.2.0.alpha)
|
|
28
|
+
activesupport (= 8.2.0.alpha)
|
|
29
|
+
nokogiri (>= 1.8.5)
|
|
30
|
+
rack (>= 2.2.4)
|
|
31
|
+
rack-session (>= 1.0.1)
|
|
36
32
|
rack-test (>= 0.6.3)
|
|
37
|
-
rails-dom-testing (~> 2.
|
|
38
|
-
rails-html-sanitizer (~> 1.
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
33
|
+
rails-dom-testing (~> 2.2)
|
|
34
|
+
rails-html-sanitizer (~> 1.6)
|
|
35
|
+
useragent (~> 0.16)
|
|
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)
|
|
44
42
|
globalid (>= 0.6.0)
|
|
45
43
|
nokogiri (>= 1.8.5)
|
|
46
|
-
actionview (
|
|
47
|
-
activesupport (=
|
|
44
|
+
actionview (8.2.0.alpha)
|
|
45
|
+
activesupport (= 8.2.0.alpha)
|
|
48
46
|
builder (~> 3.1)
|
|
49
47
|
erubi (~> 1.11)
|
|
50
|
-
rails-dom-testing (~> 2.
|
|
51
|
-
rails-html-sanitizer (~> 1.
|
|
52
|
-
activejob (
|
|
53
|
-
activesupport (=
|
|
48
|
+
rails-dom-testing (~> 2.2)
|
|
49
|
+
rails-html-sanitizer (~> 1.6)
|
|
50
|
+
activejob (8.2.0.alpha)
|
|
51
|
+
activesupport (= 8.2.0.alpha)
|
|
54
52
|
globalid (>= 0.3.6)
|
|
55
|
-
activemodel (
|
|
56
|
-
activesupport (=
|
|
57
|
-
activerecord (
|
|
58
|
-
activemodel (=
|
|
59
|
-
activesupport (=
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
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
|
+
timeout (>= 0.4.0)
|
|
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)
|
|
65
64
|
marcel (~> 1.0)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
65
|
+
activesupport (8.2.0.alpha)
|
|
66
|
+
base64
|
|
67
|
+
bigdecimal
|
|
68
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
69
69
|
connection_pool (>= 2.2.5)
|
|
70
|
+
drb
|
|
70
71
|
i18n (>= 1.6, < 2)
|
|
72
|
+
json
|
|
73
|
+
logger (>= 1.4.2)
|
|
71
74
|
minitest (>= 5.1)
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
75
|
+
securerandom (>= 0.3)
|
|
76
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
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)
|
|
85
90
|
bundler (>= 1.15.0)
|
|
86
|
-
railties (=
|
|
87
|
-
railties (
|
|
88
|
-
actionpack (=
|
|
89
|
-
activesupport (=
|
|
90
|
-
|
|
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)
|
|
96
|
+
rackup (>= 1.0.0)
|
|
91
97
|
rake (>= 12.2)
|
|
92
|
-
thor (~> 1.0)
|
|
98
|
+
thor (~> 1.0, >= 1.2.2)
|
|
99
|
+
tsort (>= 0.2)
|
|
93
100
|
zeitwerk (~> 2.6)
|
|
94
101
|
|
|
95
102
|
PATH
|
|
96
103
|
remote: ../..
|
|
97
104
|
specs:
|
|
98
|
-
texd (0.
|
|
105
|
+
texd (0.7.0)
|
|
99
106
|
multipart-post (~> 2.0)
|
|
100
|
-
rails (>= 6.0, <
|
|
107
|
+
rails (>= 6.0, < 9)
|
|
101
108
|
|
|
102
109
|
GEM
|
|
103
110
|
remote: https://rubygems.org/
|
|
104
111
|
specs:
|
|
105
|
-
|
|
106
|
-
|
|
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)
|
|
107
118
|
coderay (1.1.3)
|
|
108
|
-
combustion (1.
|
|
119
|
+
combustion (1.5.0)
|
|
109
120
|
activesupport (>= 3.0.0)
|
|
110
121
|
railties (>= 3.0.0)
|
|
111
122
|
thor (>= 0.14.6)
|
|
112
|
-
concurrent-ruby (1.
|
|
113
|
-
connection_pool (2.
|
|
123
|
+
concurrent-ruby (1.3.5)
|
|
124
|
+
connection_pool (2.5.4)
|
|
114
125
|
crass (1.0.6)
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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)
|
|
132
|
+
activesupport (>= 6.1)
|
|
133
|
+
i18n (1.14.7)
|
|
120
134
|
concurrent-ruby (~> 1.0)
|
|
121
|
-
|
|
135
|
+
io-console (0.8.1)
|
|
136
|
+
irb (1.15.2)
|
|
137
|
+
pp (>= 0.6.0)
|
|
138
|
+
rdoc (>= 4.0.0)
|
|
139
|
+
reline (>= 0.4.2)
|
|
140
|
+
json (2.15.1)
|
|
141
|
+
logger (1.7.0)
|
|
142
|
+
loofah (2.24.1)
|
|
122
143
|
crass (~> 1.0.2)
|
|
123
|
-
nokogiri (>= 1.
|
|
124
|
-
mail (2.
|
|
144
|
+
nokogiri (>= 1.12.0)
|
|
145
|
+
mail (2.8.1)
|
|
125
146
|
mini_mime (>= 0.1.1)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
147
|
+
net-imap
|
|
148
|
+
net-pop
|
|
149
|
+
net-smtp
|
|
150
|
+
marcel (1.1.0)
|
|
151
|
+
method_source (1.1.0)
|
|
152
|
+
mini_mime (1.1.5)
|
|
153
|
+
minitest (5.26.0)
|
|
154
|
+
multipart-post (2.4.1)
|
|
155
|
+
net-imap (0.5.12)
|
|
156
|
+
date
|
|
132
157
|
net-protocol
|
|
133
158
|
net-pop (0.1.2)
|
|
134
159
|
net-protocol
|
|
135
|
-
net-protocol (0.
|
|
160
|
+
net-protocol (0.2.2)
|
|
136
161
|
timeout
|
|
137
|
-
net-smtp (0.
|
|
162
|
+
net-smtp (0.5.1)
|
|
138
163
|
net-protocol
|
|
139
|
-
nio4r (2.
|
|
140
|
-
nokogiri (1.
|
|
164
|
+
nio4r (2.7.4)
|
|
165
|
+
nokogiri (1.18.10-x86_64-linux-gnu)
|
|
141
166
|
racc (~> 1.4)
|
|
142
|
-
|
|
167
|
+
pp (0.6.3)
|
|
168
|
+
prettyprint
|
|
169
|
+
prettyprint (0.2.0)
|
|
170
|
+
pry (0.15.2)
|
|
143
171
|
coderay (~> 1.1)
|
|
144
172
|
method_source (~> 1.0)
|
|
145
|
-
pry-byebug (3.
|
|
146
|
-
byebug (~>
|
|
147
|
-
pry (>= 0.13, < 0.
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
173
|
+
pry-byebug (3.11.0)
|
|
174
|
+
byebug (~> 12.0)
|
|
175
|
+
pry (>= 0.13, < 0.16)
|
|
176
|
+
psych (5.2.6)
|
|
177
|
+
date
|
|
178
|
+
stringio
|
|
179
|
+
racc (1.8.1)
|
|
180
|
+
rack (3.2.3)
|
|
181
|
+
rack-session (2.1.1)
|
|
182
|
+
base64 (>= 0.1.0)
|
|
183
|
+
rack (>= 3.0.0)
|
|
184
|
+
rack-test (2.2.0)
|
|
151
185
|
rack (>= 1.3)
|
|
152
|
-
|
|
153
|
-
|
|
186
|
+
rackup (2.2.1)
|
|
187
|
+
rack (>= 3)
|
|
188
|
+
rails-dom-testing (2.3.0)
|
|
189
|
+
activesupport (>= 5.0.0)
|
|
190
|
+
minitest
|
|
154
191
|
nokogiri (>= 1.6)
|
|
155
|
-
rails-html-sanitizer (1.
|
|
156
|
-
loofah (~> 2.
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
192
|
+
rails-html-sanitizer (1.6.2)
|
|
193
|
+
loofah (~> 2.21)
|
|
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
|
|
198
|
+
psych (>= 4.0.0)
|
|
199
|
+
tsort
|
|
200
|
+
reline (0.6.2)
|
|
201
|
+
io-console (~> 0.5)
|
|
202
|
+
rspec (3.13.1)
|
|
203
|
+
rspec-core (~> 3.13.0)
|
|
204
|
+
rspec-expectations (~> 3.13.0)
|
|
205
|
+
rspec-mocks (~> 3.13.0)
|
|
206
|
+
rspec-core (3.13.6)
|
|
207
|
+
rspec-support (~> 3.13.0)
|
|
208
|
+
rspec-expectations (3.13.5)
|
|
165
209
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
166
|
-
rspec-support (~> 3.
|
|
167
|
-
rspec-mocks (3.
|
|
210
|
+
rspec-support (~> 3.13.0)
|
|
211
|
+
rspec-mocks (3.13.6)
|
|
168
212
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
169
|
-
rspec-support (~> 3.
|
|
170
|
-
rspec-rails (
|
|
171
|
-
actionpack (>=
|
|
172
|
-
activesupport (>=
|
|
173
|
-
railties (>=
|
|
174
|
-
rspec-core (~> 3.
|
|
175
|
-
rspec-expectations (~> 3.
|
|
176
|
-
rspec-mocks (~> 3.
|
|
177
|
-
rspec-support (~> 3.
|
|
178
|
-
rspec-support (3.
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
213
|
+
rspec-support (~> 3.13.0)
|
|
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)
|
|
228
|
+
tzinfo (2.0.6)
|
|
182
229
|
concurrent-ruby (~> 1.0)
|
|
183
|
-
|
|
230
|
+
uri (1.0.4)
|
|
231
|
+
useragent (0.16.11)
|
|
232
|
+
websocket-driver (0.8.0)
|
|
233
|
+
base64
|
|
184
234
|
websocket-extensions (>= 0.1.0)
|
|
185
235
|
websocket-extensions (0.1.5)
|
|
186
|
-
zeitwerk (2.
|
|
236
|
+
zeitwerk (2.7.3)
|
|
187
237
|
|
|
188
238
|
PLATFORMS
|
|
189
239
|
x86_64-linux
|
|
@@ -198,4 +248,4 @@ DEPENDENCIES
|
|
|
198
248
|
texd!
|
|
199
249
|
|
|
200
250
|
BUNDLED WITH
|
|
201
|
-
2.
|
|
251
|
+
2.7.2
|
data/lib/texd/client.rb
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
require "net/http"
|
|
4
4
|
require "net/http/post/multipart"
|
|
5
5
|
require "json"
|
|
6
|
-
require "pp"
|
|
7
6
|
|
|
8
7
|
module Texd
|
|
9
8
|
class Client
|
|
@@ -75,7 +74,7 @@ module Texd
|
|
|
75
74
|
"reference" => ReferenceError,
|
|
76
75
|
}.freeze
|
|
77
76
|
|
|
78
|
-
USER_AGENT = "texd-ruby/#{VERSION} Ruby/#{RUBY_VERSION}"
|
|
77
|
+
USER_AGENT = "texd-ruby/#{VERSION} Ruby/#{RUBY_VERSION}".freeze
|
|
79
78
|
|
|
80
79
|
attr_reader :config
|
|
81
80
|
|
data/lib/texd/config.rb
CHANGED
data/lib/texd/document.rb
CHANGED
data/lib/texd/helpers.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
module Texd
|
|
4
4
|
module Helpers
|
|
5
|
-
ESCAPE_RE = /([{}_$&%#])|([\\^~|<>])
|
|
5
|
+
ESCAPE_RE = /([{}_$&%#])|([\\^~|<>])/
|
|
6
6
|
ESC_MAP = {
|
|
7
7
|
"\\" => "backslash",
|
|
8
8
|
"^" => "asciicircum",
|
|
@@ -22,12 +22,15 @@ module Texd
|
|
|
22
22
|
# single quotes
|
|
23
23
|
[/(^|\W)'\b/, '\1\\glq{}'],
|
|
24
24
|
[/\b'(\W|$)/, '\\grq{}\1'],
|
|
25
|
+
].freeze
|
|
26
|
+
|
|
27
|
+
HYPHENATION_REPLACEMENTS = [
|
|
25
28
|
# proper hyphenation
|
|
26
29
|
[/(\w)-(\w)/, '\1"=\2'],
|
|
27
30
|
].freeze
|
|
28
31
|
|
|
29
32
|
# Escapes the given text, making it safe for use in TeX documents.
|
|
30
|
-
def escape(text, line_break = "\\\\\\", typographic: true)
|
|
33
|
+
def escape(text, line_break = "\\\\\\", typographic: true, hyphenation: typographic)
|
|
31
34
|
return "" if text.blank?
|
|
32
35
|
|
|
33
36
|
text.to_s.dup.tap do |str|
|
|
@@ -39,8 +42,13 @@ module Texd
|
|
|
39
42
|
end
|
|
40
43
|
end
|
|
41
44
|
|
|
42
|
-
|
|
43
|
-
TYPOGRAPHIC_REPLACEMENTS
|
|
45
|
+
{
|
|
46
|
+
TYPOGRAPHIC_REPLACEMENTS => typographic,
|
|
47
|
+
HYPHENATION_REPLACEMENTS => hyphenation,
|
|
48
|
+
}.each do |replacements, active|
|
|
49
|
+
next unless active
|
|
50
|
+
|
|
51
|
+
replacements.each do |re, replacement|
|
|
44
52
|
str.gsub!(re, replacement)
|
|
45
53
|
end
|
|
46
54
|
end
|
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,10 +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", "<
|
|
37
|
-
|
|
38
|
-
spec.add_development_dependency "combustion"
|
|
39
|
-
spec.add_development_dependency "rake", "~> 13.0"
|
|
40
|
-
spec.add_development_dependency "rspec", "~> 3.0"
|
|
41
|
-
spec.add_development_dependency "rspec-rails"
|
|
36
|
+
spec.add_dependency "rails", ">= 6.0", "< 9"
|
|
42
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,63 +43,7 @@ dependencies:
|
|
|
43
43
|
version: '6.0'
|
|
44
44
|
- - "<"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '
|
|
47
|
-
- !ruby/object:Gem::Dependency
|
|
48
|
-
name: combustion
|
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
|
50
|
-
requirements:
|
|
51
|
-
- - ">="
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: '0'
|
|
54
|
-
type: :development
|
|
55
|
-
prerelease: false
|
|
56
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
-
requirements:
|
|
58
|
-
- - ">="
|
|
59
|
-
- !ruby/object:Gem::Version
|
|
60
|
-
version: '0'
|
|
61
|
-
- !ruby/object:Gem::Dependency
|
|
62
|
-
name: rake
|
|
63
|
-
requirement: !ruby/object:Gem::Requirement
|
|
64
|
-
requirements:
|
|
65
|
-
- - "~>"
|
|
66
|
-
- !ruby/object:Gem::Version
|
|
67
|
-
version: '13.0'
|
|
68
|
-
type: :development
|
|
69
|
-
prerelease: false
|
|
70
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
71
|
-
requirements:
|
|
72
|
-
- - "~>"
|
|
73
|
-
- !ruby/object:Gem::Version
|
|
74
|
-
version: '13.0'
|
|
75
|
-
- !ruby/object:Gem::Dependency
|
|
76
|
-
name: rspec
|
|
77
|
-
requirement: !ruby/object:Gem::Requirement
|
|
78
|
-
requirements:
|
|
79
|
-
- - "~>"
|
|
80
|
-
- !ruby/object:Gem::Version
|
|
81
|
-
version: '3.0'
|
|
82
|
-
type: :development
|
|
83
|
-
prerelease: false
|
|
84
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
85
|
-
requirements:
|
|
86
|
-
- - "~>"
|
|
87
|
-
- !ruby/object:Gem::Version
|
|
88
|
-
version: '3.0'
|
|
89
|
-
- !ruby/object:Gem::Dependency
|
|
90
|
-
name: rspec-rails
|
|
91
|
-
requirement: !ruby/object:Gem::Requirement
|
|
92
|
-
requirements:
|
|
93
|
-
- - ">="
|
|
94
|
-
- !ruby/object:Gem::Version
|
|
95
|
-
version: '0'
|
|
96
|
-
type: :development
|
|
97
|
-
prerelease: false
|
|
98
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
99
|
-
requirements:
|
|
100
|
-
- - ">="
|
|
101
|
-
- !ruby/object:Gem::Version
|
|
102
|
-
version: '0'
|
|
46
|
+
version: '9'
|
|
103
47
|
description: The texd project provides a network reachable TeX compiler. This gem
|
|
104
48
|
is a client for that.
|
|
105
49
|
email:
|
|
@@ -117,12 +61,16 @@ files:
|
|
|
117
61
|
- Makefile
|
|
118
62
|
- README.md
|
|
119
63
|
- Rakefile
|
|
120
|
-
- gemfiles/rails-6.0/Gemfile
|
|
121
|
-
- gemfiles/rails-6.0/Gemfile.lock
|
|
122
|
-
- gemfiles/rails-6.1/Gemfile
|
|
123
|
-
- gemfiles/rails-6.1/Gemfile.lock
|
|
124
64
|
- gemfiles/rails-7.0/Gemfile
|
|
125
65
|
- gemfiles/rails-7.0/Gemfile.lock
|
|
66
|
+
- gemfiles/rails-7.1/Gemfile
|
|
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
|
|
126
74
|
- gemfiles/rails-main/Gemfile
|
|
127
75
|
- gemfiles/rails-main/Gemfile.lock
|
|
128
76
|
- lib/texd.rb
|
|
@@ -143,8 +91,8 @@ metadata:
|
|
|
143
91
|
rubygems_mfa_required: 'true'
|
|
144
92
|
homepage_uri: https://github.com/digineo/texd-ruby
|
|
145
93
|
source_code_uri: https://github.com/digineo/texd-ruby
|
|
146
|
-
changelog_uri: https://github.com/digineo/texd-ruby/blob/v0.
|
|
147
|
-
post_install_message:
|
|
94
|
+
changelog_uri: https://github.com/digineo/texd-ruby/blob/v0.7.0/CHANGELOG.md
|
|
95
|
+
post_install_message:
|
|
148
96
|
rdoc_options: []
|
|
149
97
|
require_paths:
|
|
150
98
|
- lib
|
|
@@ -152,15 +100,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
152
100
|
requirements:
|
|
153
101
|
- - ">="
|
|
154
102
|
- !ruby/object:Gem::Version
|
|
155
|
-
version: 2.
|
|
103
|
+
version: 3.2.0
|
|
156
104
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
105
|
requirements:
|
|
158
106
|
- - ">="
|
|
159
107
|
- !ruby/object:Gem::Version
|
|
160
108
|
version: '0'
|
|
161
109
|
requirements: []
|
|
162
|
-
rubygems_version: 3.
|
|
163
|
-
signing_key:
|
|
110
|
+
rubygems_version: 3.4.19
|
|
111
|
+
signing_key:
|
|
164
112
|
specification_version: 4
|
|
165
113
|
summary: texd is a Ruby client for the texd web service.
|
|
166
114
|
test_files: []
|