texd 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,186 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- texd (0.5.0)
5
- multipart-post (~> 2.0)
6
- rails (>= 6.0, < 8)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (6.0.5.1)
12
- actionpack (= 6.0.5.1)
13
- nio4r (~> 2.0)
14
- websocket-driver (>= 0.6.1)
15
- actionmailbox (6.0.5.1)
16
- actionpack (= 6.0.5.1)
17
- activejob (= 6.0.5.1)
18
- activerecord (= 6.0.5.1)
19
- activestorage (= 6.0.5.1)
20
- activesupport (= 6.0.5.1)
21
- mail (>= 2.7.1)
22
- actionmailer (6.0.5.1)
23
- actionpack (= 6.0.5.1)
24
- actionview (= 6.0.5.1)
25
- activejob (= 6.0.5.1)
26
- mail (~> 2.5, >= 2.5.4)
27
- rails-dom-testing (~> 2.0)
28
- actionpack (6.0.5.1)
29
- actionview (= 6.0.5.1)
30
- activesupport (= 6.0.5.1)
31
- rack (~> 2.0, >= 2.0.8)
32
- rack-test (>= 0.6.3)
33
- rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
- actiontext (6.0.5.1)
36
- actionpack (= 6.0.5.1)
37
- activerecord (= 6.0.5.1)
38
- activestorage (= 6.0.5.1)
39
- activesupport (= 6.0.5.1)
40
- nokogiri (>= 1.8.5)
41
- actionview (6.0.5.1)
42
- activesupport (= 6.0.5.1)
43
- builder (~> 3.1)
44
- erubi (~> 1.4)
45
- rails-dom-testing (~> 2.0)
46
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
- activejob (6.0.5.1)
48
- activesupport (= 6.0.5.1)
49
- globalid (>= 0.3.6)
50
- activemodel (6.0.5.1)
51
- activesupport (= 6.0.5.1)
52
- activerecord (6.0.5.1)
53
- activemodel (= 6.0.5.1)
54
- activesupport (= 6.0.5.1)
55
- activestorage (6.0.5.1)
56
- actionpack (= 6.0.5.1)
57
- activejob (= 6.0.5.1)
58
- activerecord (= 6.0.5.1)
59
- marcel (~> 1.0)
60
- activesupport (6.0.5.1)
61
- concurrent-ruby (~> 1.0, >= 1.0.2)
62
- i18n (>= 0.7, < 2)
63
- minitest (~> 5.1)
64
- tzinfo (~> 1.1)
65
- zeitwerk (~> 2.2, >= 2.2.2)
66
- builder (3.2.4)
67
- byebug (11.1.3)
68
- coderay (1.1.3)
69
- combustion (1.3.7)
70
- activesupport (>= 3.0.0)
71
- railties (>= 3.0.0)
72
- thor (>= 0.14.6)
73
- concurrent-ruby (1.1.10)
74
- crass (1.0.6)
75
- diff-lcs (1.5.0)
76
- erubi (1.10.0)
77
- globalid (1.0.0)
78
- activesupport (>= 5.0)
79
- i18n (1.12.0)
80
- concurrent-ruby (~> 1.0)
81
- loofah (2.18.0)
82
- crass (~> 1.0.2)
83
- nokogiri (>= 1.5.9)
84
- mail (2.7.1)
85
- mini_mime (>= 0.1.1)
86
- marcel (1.0.2)
87
- method_source (1.0.0)
88
- mini_mime (1.1.2)
89
- mini_portile2 (2.8.0)
90
- minitest (5.16.2)
91
- multipart-post (2.2.3)
92
- nio4r (2.5.8)
93
- nokogiri (1.13.7)
94
- mini_portile2 (~> 2.8.0)
95
- racc (~> 1.4)
96
- nokogiri (1.13.7-x86_64-linux)
97
- racc (~> 1.4)
98
- pry (0.13.1)
99
- coderay (~> 1.1)
100
- method_source (~> 1.0)
101
- pry-byebug (3.9.0)
102
- byebug (~> 11.0)
103
- pry (~> 0.13.0)
104
- racc (1.6.0)
105
- rack (2.2.4)
106
- rack-test (2.0.2)
107
- rack (>= 1.3)
108
- rails (6.0.5.1)
109
- actioncable (= 6.0.5.1)
110
- actionmailbox (= 6.0.5.1)
111
- actionmailer (= 6.0.5.1)
112
- actionpack (= 6.0.5.1)
113
- actiontext (= 6.0.5.1)
114
- actionview (= 6.0.5.1)
115
- activejob (= 6.0.5.1)
116
- activemodel (= 6.0.5.1)
117
- activerecord (= 6.0.5.1)
118
- activestorage (= 6.0.5.1)
119
- activesupport (= 6.0.5.1)
120
- bundler (>= 1.3.0)
121
- railties (= 6.0.5.1)
122
- sprockets-rails (>= 2.0.0)
123
- rails-dom-testing (2.0.3)
124
- activesupport (>= 4.2.0)
125
- nokogiri (>= 1.6)
126
- rails-html-sanitizer (1.4.3)
127
- loofah (~> 2.3)
128
- railties (6.0.5.1)
129
- actionpack (= 6.0.5.1)
130
- activesupport (= 6.0.5.1)
131
- method_source
132
- rake (>= 0.8.7)
133
- thor (>= 0.20.3, < 2.0)
134
- rake (13.0.6)
135
- rspec (3.11.0)
136
- rspec-core (~> 3.11.0)
137
- rspec-expectations (~> 3.11.0)
138
- rspec-mocks (~> 3.11.0)
139
- rspec-core (3.11.0)
140
- rspec-support (~> 3.11.0)
141
- rspec-expectations (3.11.0)
142
- diff-lcs (>= 1.2.0, < 2.0)
143
- rspec-support (~> 3.11.0)
144
- rspec-mocks (3.11.1)
145
- diff-lcs (>= 1.2.0, < 2.0)
146
- rspec-support (~> 3.11.0)
147
- rspec-rails (5.1.2)
148
- actionpack (>= 5.2)
149
- activesupport (>= 5.2)
150
- railties (>= 5.2)
151
- rspec-core (~> 3.10)
152
- rspec-expectations (~> 3.10)
153
- rspec-mocks (~> 3.10)
154
- rspec-support (~> 3.10)
155
- rspec-support (3.11.0)
156
- sprockets (4.1.1)
157
- concurrent-ruby (~> 1.0)
158
- rack (> 1, < 3)
159
- sprockets-rails (3.4.2)
160
- actionpack (>= 5.2)
161
- activesupport (>= 5.2)
162
- sprockets (>= 3.0.0)
163
- thor (1.2.1)
164
- thread_safe (0.3.6)
165
- tzinfo (1.2.10)
166
- thread_safe (~> 0.1)
167
- websocket-driver (0.7.5)
168
- websocket-extensions (>= 0.1.0)
169
- websocket-extensions (0.1.5)
170
- zeitwerk (2.6.0)
171
-
172
- PLATFORMS
173
- ruby
174
- x86_64-linux
175
-
176
- DEPENDENCIES
177
- combustion
178
- pry-byebug
179
- rails (~> 6.0.0)
180
- rake (~> 13.0)
181
- rspec (~> 3.0)
182
- rspec-rails
183
- texd!
184
-
185
- BUNDLED WITH
186
- 2.3.9
data/gemfiles/rails-6.1 DELETED
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://rubygems.org"
4
- gemspec path: ".."
5
-
6
- gem "pry-byebug"
7
- gem "rails", "~> 6.1.0"
@@ -1,189 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- texd (0.5.0)
5
- multipart-post (~> 2.0)
6
- rails (>= 6.0, < 8)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (6.1.6.1)
12
- actionpack (= 6.1.6.1)
13
- activesupport (= 6.1.6.1)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.6.1)
17
- actionpack (= 6.1.6.1)
18
- activejob (= 6.1.6.1)
19
- activerecord (= 6.1.6.1)
20
- activestorage (= 6.1.6.1)
21
- activesupport (= 6.1.6.1)
22
- mail (>= 2.7.1)
23
- actionmailer (6.1.6.1)
24
- actionpack (= 6.1.6.1)
25
- actionview (= 6.1.6.1)
26
- activejob (= 6.1.6.1)
27
- activesupport (= 6.1.6.1)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (6.1.6.1)
31
- actionview (= 6.1.6.1)
32
- activesupport (= 6.1.6.1)
33
- rack (~> 2.0, >= 2.0.9)
34
- rack-test (>= 0.6.3)
35
- rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.6.1)
38
- actionpack (= 6.1.6.1)
39
- activerecord (= 6.1.6.1)
40
- activestorage (= 6.1.6.1)
41
- activesupport (= 6.1.6.1)
42
- nokogiri (>= 1.8.5)
43
- actionview (6.1.6.1)
44
- activesupport (= 6.1.6.1)
45
- builder (~> 3.1)
46
- erubi (~> 1.4)
47
- rails-dom-testing (~> 2.0)
48
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.6.1)
50
- activesupport (= 6.1.6.1)
51
- globalid (>= 0.3.6)
52
- activemodel (6.1.6.1)
53
- activesupport (= 6.1.6.1)
54
- activerecord (6.1.6.1)
55
- activemodel (= 6.1.6.1)
56
- activesupport (= 6.1.6.1)
57
- activestorage (6.1.6.1)
58
- actionpack (= 6.1.6.1)
59
- activejob (= 6.1.6.1)
60
- activerecord (= 6.1.6.1)
61
- activesupport (= 6.1.6.1)
62
- marcel (~> 1.0)
63
- mini_mime (>= 1.1.0)
64
- activesupport (6.1.6.1)
65
- concurrent-ruby (~> 1.0, >= 1.0.2)
66
- i18n (>= 1.6, < 2)
67
- minitest (>= 5.1)
68
- tzinfo (~> 2.0)
69
- zeitwerk (~> 2.3)
70
- builder (3.2.4)
71
- byebug (11.1.3)
72
- coderay (1.1.3)
73
- combustion (1.3.7)
74
- activesupport (>= 3.0.0)
75
- railties (>= 3.0.0)
76
- thor (>= 0.14.6)
77
- concurrent-ruby (1.1.10)
78
- crass (1.0.6)
79
- diff-lcs (1.5.0)
80
- erubi (1.10.0)
81
- globalid (1.0.0)
82
- activesupport (>= 5.0)
83
- i18n (1.12.0)
84
- concurrent-ruby (~> 1.0)
85
- loofah (2.18.0)
86
- crass (~> 1.0.2)
87
- nokogiri (>= 1.5.9)
88
- mail (2.7.1)
89
- mini_mime (>= 0.1.1)
90
- marcel (1.0.2)
91
- method_source (1.0.0)
92
- mini_mime (1.1.2)
93
- mini_portile2 (2.8.0)
94
- minitest (5.16.2)
95
- multipart-post (2.2.3)
96
- nio4r (2.5.8)
97
- nokogiri (1.13.7)
98
- mini_portile2 (~> 2.8.0)
99
- racc (~> 1.4)
100
- nokogiri (1.13.7-x86_64-linux)
101
- racc (~> 1.4)
102
- pry (0.13.1)
103
- coderay (~> 1.1)
104
- method_source (~> 1.0)
105
- pry-byebug (3.9.0)
106
- byebug (~> 11.0)
107
- pry (~> 0.13.0)
108
- racc (1.6.0)
109
- rack (2.2.4)
110
- rack-test (2.0.2)
111
- rack (>= 1.3)
112
- rails (6.1.6.1)
113
- actioncable (= 6.1.6.1)
114
- actionmailbox (= 6.1.6.1)
115
- actionmailer (= 6.1.6.1)
116
- actionpack (= 6.1.6.1)
117
- actiontext (= 6.1.6.1)
118
- actionview (= 6.1.6.1)
119
- activejob (= 6.1.6.1)
120
- activemodel (= 6.1.6.1)
121
- activerecord (= 6.1.6.1)
122
- activestorage (= 6.1.6.1)
123
- activesupport (= 6.1.6.1)
124
- bundler (>= 1.15.0)
125
- railties (= 6.1.6.1)
126
- sprockets-rails (>= 2.0.0)
127
- rails-dom-testing (2.0.3)
128
- activesupport (>= 4.2.0)
129
- nokogiri (>= 1.6)
130
- rails-html-sanitizer (1.4.3)
131
- loofah (~> 2.3)
132
- railties (6.1.6.1)
133
- actionpack (= 6.1.6.1)
134
- activesupport (= 6.1.6.1)
135
- method_source
136
- rake (>= 12.2)
137
- thor (~> 1.0)
138
- rake (13.0.6)
139
- rspec (3.11.0)
140
- rspec-core (~> 3.11.0)
141
- rspec-expectations (~> 3.11.0)
142
- rspec-mocks (~> 3.11.0)
143
- rspec-core (3.11.0)
144
- rspec-support (~> 3.11.0)
145
- rspec-expectations (3.11.0)
146
- diff-lcs (>= 1.2.0, < 2.0)
147
- rspec-support (~> 3.11.0)
148
- rspec-mocks (3.11.1)
149
- diff-lcs (>= 1.2.0, < 2.0)
150
- rspec-support (~> 3.11.0)
151
- rspec-rails (5.1.2)
152
- actionpack (>= 5.2)
153
- activesupport (>= 5.2)
154
- railties (>= 5.2)
155
- rspec-core (~> 3.10)
156
- rspec-expectations (~> 3.10)
157
- rspec-mocks (~> 3.10)
158
- rspec-support (~> 3.10)
159
- rspec-support (3.11.0)
160
- sprockets (4.1.1)
161
- concurrent-ruby (~> 1.0)
162
- rack (> 1, < 3)
163
- sprockets-rails (3.4.2)
164
- actionpack (>= 5.2)
165
- activesupport (>= 5.2)
166
- sprockets (>= 3.0.0)
167
- thor (1.2.1)
168
- tzinfo (2.0.5)
169
- concurrent-ruby (~> 1.0)
170
- websocket-driver (0.7.5)
171
- websocket-extensions (>= 0.1.0)
172
- websocket-extensions (0.1.5)
173
- zeitwerk (2.6.0)
174
-
175
- PLATFORMS
176
- ruby
177
- x86_64-linux
178
-
179
- DEPENDENCIES
180
- combustion
181
- pry-byebug
182
- rails (~> 6.1.0)
183
- rake (~> 13.0)
184
- rspec (~> 3.0)
185
- rspec-rails
186
- texd!
187
-
188
- BUNDLED WITH
189
- 2.3.9
data/gemfiles/rails-7.0 DELETED
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://rubygems.org"
4
- gemspec path: ".."
5
-
6
- gem "pry-byebug"
7
- gem "rails", "~> 7.0"
@@ -1,205 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- texd (0.5.0)
5
- multipart-post (~> 2.0)
6
- rails (>= 6.0, < 8)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (7.0.3.1)
12
- actionpack (= 7.0.3.1)
13
- activesupport (= 7.0.3.1)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailbox (7.0.3.1)
17
- actionpack (= 7.0.3.1)
18
- activejob (= 7.0.3.1)
19
- activerecord (= 7.0.3.1)
20
- activestorage (= 7.0.3.1)
21
- activesupport (= 7.0.3.1)
22
- mail (>= 2.7.1)
23
- net-imap
24
- net-pop
25
- net-smtp
26
- actionmailer (7.0.3.1)
27
- actionpack (= 7.0.3.1)
28
- actionview (= 7.0.3.1)
29
- activejob (= 7.0.3.1)
30
- activesupport (= 7.0.3.1)
31
- mail (~> 2.5, >= 2.5.4)
32
- net-imap
33
- net-pop
34
- net-smtp
35
- rails-dom-testing (~> 2.0)
36
- actionpack (7.0.3.1)
37
- actionview (= 7.0.3.1)
38
- activesupport (= 7.0.3.1)
39
- rack (~> 2.0, >= 2.2.0)
40
- rack-test (>= 0.6.3)
41
- rails-dom-testing (~> 2.0)
42
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
43
- actiontext (7.0.3.1)
44
- actionpack (= 7.0.3.1)
45
- activerecord (= 7.0.3.1)
46
- activestorage (= 7.0.3.1)
47
- activesupport (= 7.0.3.1)
48
- globalid (>= 0.6.0)
49
- nokogiri (>= 1.8.5)
50
- actionview (7.0.3.1)
51
- activesupport (= 7.0.3.1)
52
- builder (~> 3.1)
53
- erubi (~> 1.4)
54
- rails-dom-testing (~> 2.0)
55
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
56
- activejob (7.0.3.1)
57
- activesupport (= 7.0.3.1)
58
- globalid (>= 0.3.6)
59
- activemodel (7.0.3.1)
60
- activesupport (= 7.0.3.1)
61
- activerecord (7.0.3.1)
62
- activemodel (= 7.0.3.1)
63
- activesupport (= 7.0.3.1)
64
- activestorage (7.0.3.1)
65
- actionpack (= 7.0.3.1)
66
- activejob (= 7.0.3.1)
67
- activerecord (= 7.0.3.1)
68
- activesupport (= 7.0.3.1)
69
- marcel (~> 1.0)
70
- mini_mime (>= 1.1.0)
71
- activesupport (7.0.3.1)
72
- concurrent-ruby (~> 1.0, >= 1.0.2)
73
- i18n (>= 1.6, < 2)
74
- minitest (>= 5.1)
75
- tzinfo (~> 2.0)
76
- builder (3.2.4)
77
- byebug (11.1.3)
78
- coderay (1.1.3)
79
- combustion (1.3.7)
80
- activesupport (>= 3.0.0)
81
- railties (>= 3.0.0)
82
- thor (>= 0.14.6)
83
- concurrent-ruby (1.1.10)
84
- crass (1.0.6)
85
- diff-lcs (1.5.0)
86
- digest (3.1.0)
87
- erubi (1.10.0)
88
- globalid (1.0.0)
89
- activesupport (>= 5.0)
90
- i18n (1.12.0)
91
- concurrent-ruby (~> 1.0)
92
- loofah (2.18.0)
93
- crass (~> 1.0.2)
94
- nokogiri (>= 1.5.9)
95
- mail (2.7.1)
96
- mini_mime (>= 0.1.1)
97
- marcel (1.0.2)
98
- method_source (1.0.0)
99
- mini_mime (1.1.2)
100
- mini_portile2 (2.8.0)
101
- minitest (5.16.2)
102
- multipart-post (2.2.3)
103
- net-imap (0.2.3)
104
- digest
105
- net-protocol
106
- strscan
107
- net-pop (0.1.1)
108
- digest
109
- net-protocol
110
- timeout
111
- net-protocol (0.1.3)
112
- timeout
113
- net-smtp (0.3.1)
114
- digest
115
- net-protocol
116
- timeout
117
- nio4r (2.5.8)
118
- nokogiri (1.13.7)
119
- mini_portile2 (~> 2.8.0)
120
- racc (~> 1.4)
121
- nokogiri (1.13.7-x86_64-linux)
122
- racc (~> 1.4)
123
- pry (0.13.1)
124
- coderay (~> 1.1)
125
- method_source (~> 1.0)
126
- pry-byebug (3.9.0)
127
- byebug (~> 11.0)
128
- pry (~> 0.13.0)
129
- racc (1.6.0)
130
- rack (2.2.4)
131
- rack-test (2.0.2)
132
- rack (>= 1.3)
133
- rails (7.0.3.1)
134
- actioncable (= 7.0.3.1)
135
- actionmailbox (= 7.0.3.1)
136
- actionmailer (= 7.0.3.1)
137
- actionpack (= 7.0.3.1)
138
- actiontext (= 7.0.3.1)
139
- actionview (= 7.0.3.1)
140
- activejob (= 7.0.3.1)
141
- activemodel (= 7.0.3.1)
142
- activerecord (= 7.0.3.1)
143
- activestorage (= 7.0.3.1)
144
- activesupport (= 7.0.3.1)
145
- bundler (>= 1.15.0)
146
- railties (= 7.0.3.1)
147
- rails-dom-testing (2.0.3)
148
- activesupport (>= 4.2.0)
149
- nokogiri (>= 1.6)
150
- rails-html-sanitizer (1.4.3)
151
- loofah (~> 2.3)
152
- railties (7.0.3.1)
153
- actionpack (= 7.0.3.1)
154
- activesupport (= 7.0.3.1)
155
- method_source
156
- rake (>= 12.2)
157
- thor (~> 1.0)
158
- zeitwerk (~> 2.5)
159
- rake (13.0.6)
160
- rspec (3.11.0)
161
- rspec-core (~> 3.11.0)
162
- rspec-expectations (~> 3.11.0)
163
- rspec-mocks (~> 3.11.0)
164
- rspec-core (3.11.0)
165
- rspec-support (~> 3.11.0)
166
- rspec-expectations (3.11.0)
167
- diff-lcs (>= 1.2.0, < 2.0)
168
- rspec-support (~> 3.11.0)
169
- rspec-mocks (3.11.1)
170
- diff-lcs (>= 1.2.0, < 2.0)
171
- rspec-support (~> 3.11.0)
172
- rspec-rails (5.1.2)
173
- actionpack (>= 5.2)
174
- activesupport (>= 5.2)
175
- railties (>= 5.2)
176
- rspec-core (~> 3.10)
177
- rspec-expectations (~> 3.10)
178
- rspec-mocks (~> 3.10)
179
- rspec-support (~> 3.10)
180
- rspec-support (3.11.0)
181
- strscan (3.0.3)
182
- thor (1.2.1)
183
- timeout (0.3.0)
184
- tzinfo (2.0.5)
185
- concurrent-ruby (~> 1.0)
186
- websocket-driver (0.7.5)
187
- websocket-extensions (>= 0.1.0)
188
- websocket-extensions (0.1.5)
189
- zeitwerk (2.6.0)
190
-
191
- PLATFORMS
192
- ruby
193
- x86_64-linux
194
-
195
- DEPENDENCIES
196
- combustion
197
- pry-byebug
198
- rails (~> 7.0)
199
- rake (~> 13.0)
200
- rspec (~> 3.0)
201
- rspec-rails
202
- texd!
203
-
204
- BUNDLED WITH
205
- 2.3.9