Skip to content

Commit ae5f696

Browse files
committed
Rename to RESTomatic
1 parent 92b5a0a commit ae5f696

37 files changed

Lines changed: 332 additions & 1218 deletions

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
# Specify your gem's dependencies in oxidizer.gemspec.
4+
# Specify your gem's dependencies in restomatic.gemspec.
55
gemspec
66

77
gem "sqlite3"

Gemfile.lock

Lines changed: 182 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -1,154 +1,194 @@
11
PATH
22
remote: .
33
specs:
4-
oxidizer (0.1.0)
5-
rails (>= 7.0.3)
4+
restomatic (0.1.0)
5+
rails (>= 7.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.0.3)
11-
actionpack (= 7.0.3)
12-
activesupport (= 7.0.3)
10+
action_text-trix (2.1.15)
11+
railties
12+
actioncable (8.1.1)
13+
actionpack (= 8.1.1)
14+
activesupport (= 8.1.1)
1315
nio4r (~> 2.0)
1416
websocket-driver (>= 0.6.1)
15-
actionmailbox (7.0.3)
16-
actionpack (= 7.0.3)
17-
activejob (= 7.0.3)
18-
activerecord (= 7.0.3)
19-
activestorage (= 7.0.3)
20-
activesupport (= 7.0.3)
21-
mail (>= 2.7.1)
22-
net-imap
23-
net-pop
24-
net-smtp
25-
actionmailer (7.0.3)
26-
actionpack (= 7.0.3)
27-
actionview (= 7.0.3)
28-
activejob (= 7.0.3)
29-
activesupport (= 7.0.3)
30-
mail (~> 2.5, >= 2.5.4)
31-
net-imap
32-
net-pop
33-
net-smtp
34-
rails-dom-testing (~> 2.0)
35-
actionpack (7.0.3)
36-
actionview (= 7.0.3)
37-
activesupport (= 7.0.3)
38-
rack (~> 2.0, >= 2.2.0)
17+
zeitwerk (~> 2.6)
18+
actionmailbox (8.1.1)
19+
actionpack (= 8.1.1)
20+
activejob (= 8.1.1)
21+
activerecord (= 8.1.1)
22+
activestorage (= 8.1.1)
23+
activesupport (= 8.1.1)
24+
mail (>= 2.8.0)
25+
actionmailer (8.1.1)
26+
actionpack (= 8.1.1)
27+
actionview (= 8.1.1)
28+
activejob (= 8.1.1)
29+
activesupport (= 8.1.1)
30+
mail (>= 2.8.0)
31+
rails-dom-testing (~> 2.2)
32+
actionpack (8.1.1)
33+
actionview (= 8.1.1)
34+
activesupport (= 8.1.1)
35+
nokogiri (>= 1.8.5)
36+
rack (>= 2.2.4)
37+
rack-session (>= 1.0.1)
3938
rack-test (>= 0.6.3)
40-
rails-dom-testing (~> 2.0)
41-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
42-
actiontext (7.0.3)
43-
actionpack (= 7.0.3)
44-
activerecord (= 7.0.3)
45-
activestorage (= 7.0.3)
46-
activesupport (= 7.0.3)
39+
rails-dom-testing (~> 2.2)
40+
rails-html-sanitizer (~> 1.6)
41+
useragent (~> 0.16)
42+
actiontext (8.1.1)
43+
action_text-trix (~> 2.1.15)
44+
actionpack (= 8.1.1)
45+
activerecord (= 8.1.1)
46+
activestorage (= 8.1.1)
47+
activesupport (= 8.1.1)
4748
globalid (>= 0.6.0)
4849
nokogiri (>= 1.8.5)
49-
actionview (7.0.3)
50-
activesupport (= 7.0.3)
50+
actionview (8.1.1)
51+
activesupport (= 8.1.1)
5152
builder (~> 3.1)
52-
erubi (~> 1.4)
53-
rails-dom-testing (~> 2.0)
54-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
55-
activejob (7.0.3)
56-
activesupport (= 7.0.3)
53+
erubi (~> 1.11)
54+
rails-dom-testing (~> 2.2)
55+
rails-html-sanitizer (~> 1.6)
56+
activejob (8.1.1)
57+
activesupport (= 8.1.1)
5758
globalid (>= 0.3.6)
58-
activemodel (7.0.3)
59-
activesupport (= 7.0.3)
60-
activerecord (7.0.3)
61-
activemodel (= 7.0.3)
62-
activesupport (= 7.0.3)
63-
activestorage (7.0.3)
64-
actionpack (= 7.0.3)
65-
activejob (= 7.0.3)
66-
activerecord (= 7.0.3)
67-
activesupport (= 7.0.3)
59+
activemodel (8.1.1)
60+
activesupport (= 8.1.1)
61+
activerecord (8.1.1)
62+
activemodel (= 8.1.1)
63+
activesupport (= 8.1.1)
64+
timeout (>= 0.4.0)
65+
activestorage (8.1.1)
66+
actionpack (= 8.1.1)
67+
activejob (= 8.1.1)
68+
activerecord (= 8.1.1)
69+
activesupport (= 8.1.1)
6870
marcel (~> 1.0)
69-
mini_mime (>= 1.1.0)
70-
activesupport (7.0.3)
71-
concurrent-ruby (~> 1.0, >= 1.0.2)
71+
activesupport (8.1.1)
72+
base64
73+
bigdecimal
74+
concurrent-ruby (~> 1.0, >= 1.3.1)
75+
connection_pool (>= 2.2.5)
76+
drb
7277
i18n (>= 1.6, < 2)
78+
json
79+
logger (>= 1.4.2)
7380
minitest (>= 5.1)
74-
tzinfo (~> 2.0)
75-
builder (3.2.4)
76-
concurrent-ruby (1.1.10)
81+
securerandom (>= 0.3)
82+
tzinfo (~> 2.0, >= 2.0.5)
83+
uri (>= 0.13.1)
84+
base64 (0.3.0)
85+
bigdecimal (3.3.1)
86+
builder (3.3.0)
87+
concurrent-ruby (1.3.5)
88+
connection_pool (2.5.4)
7789
crass (1.0.6)
78-
diff-lcs (1.5.0)
79-
digest (3.1.0)
80-
erubi (1.10.0)
81-
globalid (1.0.0)
82-
activesupport (>= 5.0)
83-
i18n (1.10.0)
90+
date (3.5.0)
91+
diff-lcs (1.6.2)
92+
drb (2.2.3)
93+
erb (6.0.0)
94+
erubi (1.13.1)
95+
globalid (1.3.0)
96+
activesupport (>= 6.1)
97+
i18n (1.14.7)
8498
concurrent-ruby (~> 1.0)
85-
loofah (2.18.0)
99+
io-console (0.8.1)
100+
irb (1.15.3)
101+
pp (>= 0.6.0)
102+
rdoc (>= 4.0.0)
103+
reline (>= 0.4.2)
104+
json (2.16.0)
105+
logger (1.7.0)
106+
loofah (2.24.1)
86107
crass (~> 1.0.2)
87-
nokogiri (>= 1.5.9)
88-
mail (2.7.1)
108+
nokogiri (>= 1.12.0)
109+
mail (2.9.0)
110+
logger
89111
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.1)
94-
minitest (5.15.0)
95-
net-imap (0.2.3)
96-
digest
112+
net-imap
113+
net-pop
114+
net-smtp
115+
marcel (1.1.0)
116+
mini_mime (1.1.5)
117+
minitest (5.26.2)
118+
net-imap (0.5.12)
119+
date
97120
net-protocol
98-
strscan
99-
net-pop (0.1.1)
100-
digest
121+
net-pop (0.1.2)
101122
net-protocol
123+
net-protocol (0.2.2)
102124
timeout
103-
net-protocol (0.1.3)
104-
timeout
105-
net-smtp (0.3.1)
106-
digest
125+
net-smtp (0.5.1)
107126
net-protocol
108-
timeout
109-
nio4r (2.5.8)
110-
nokogiri (1.13.6)
111-
mini_portile2 (~> 2.8.0)
127+
nio4r (2.7.5)
128+
nokogiri (1.18.10-arm64-darwin)
112129
racc (~> 1.4)
113-
racc (1.6.0)
114-
rack (2.2.3.1)
115-
rack-test (1.1.0)
116-
rack (>= 1.0, < 3)
117-
rails (7.0.3)
118-
actioncable (= 7.0.3)
119-
actionmailbox (= 7.0.3)
120-
actionmailer (= 7.0.3)
121-
actionpack (= 7.0.3)
122-
actiontext (= 7.0.3)
123-
actionview (= 7.0.3)
124-
activejob (= 7.0.3)
125-
activemodel (= 7.0.3)
126-
activerecord (= 7.0.3)
127-
activestorage (= 7.0.3)
128-
activesupport (= 7.0.3)
130+
nokogiri (1.18.10-x86_64-darwin)
131+
racc (~> 1.4)
132+
pp (0.6.3)
133+
prettyprint
134+
prettyprint (0.2.0)
135+
psych (5.2.6)
136+
date
137+
stringio
138+
racc (1.8.1)
139+
rack (3.2.4)
140+
rack-session (2.1.1)
141+
base64 (>= 0.1.0)
142+
rack (>= 3.0.0)
143+
rack-test (2.2.0)
144+
rack (>= 1.3)
145+
rackup (2.2.1)
146+
rack (>= 3)
147+
rails (8.1.1)
148+
actioncable (= 8.1.1)
149+
actionmailbox (= 8.1.1)
150+
actionmailer (= 8.1.1)
151+
actionpack (= 8.1.1)
152+
actiontext (= 8.1.1)
153+
actionview (= 8.1.1)
154+
activejob (= 8.1.1)
155+
activemodel (= 8.1.1)
156+
activerecord (= 8.1.1)
157+
activestorage (= 8.1.1)
158+
activesupport (= 8.1.1)
129159
bundler (>= 1.15.0)
130-
railties (= 7.0.3)
131-
rails-dom-testing (2.0.3)
132-
activesupport (>= 4.2.0)
160+
railties (= 8.1.1)
161+
rails-dom-testing (2.3.0)
162+
activesupport (>= 5.0.0)
163+
minitest
133164
nokogiri (>= 1.6)
134-
rails-html-sanitizer (1.4.2)
135-
loofah (~> 2.3)
136-
railties (7.0.3)
137-
actionpack (= 7.0.3)
138-
activesupport (= 7.0.3)
139-
method_source
165+
rails-html-sanitizer (1.6.2)
166+
loofah (~> 2.21)
167+
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)
168+
railties (8.1.1)
169+
actionpack (= 8.1.1)
170+
activesupport (= 8.1.1)
171+
irb (~> 1.13)
172+
rackup (>= 1.0.0)
140173
rake (>= 12.2)
141-
thor (~> 1.0)
142-
zeitwerk (~> 2.5)
143-
rake (13.0.6)
144-
rspec-core (3.11.0)
145-
rspec-support (~> 3.11.0)
146-
rspec-expectations (3.11.0)
174+
thor (~> 1.0, >= 1.2.2)
175+
tsort (>= 0.2)
176+
zeitwerk (~> 2.6)
177+
rake (13.3.1)
178+
rdoc (6.15.1)
179+
erb
180+
psych (>= 4.0.0)
181+
tsort
182+
reline (0.6.3)
183+
io-console (~> 0.5)
184+
rspec-core (3.13.6)
185+
rspec-support (~> 3.13.0)
186+
rspec-expectations (3.13.5)
147187
diff-lcs (>= 1.2.0, < 2.0)
148-
rspec-support (~> 3.11.0)
149-
rspec-mocks (3.11.1)
188+
rspec-support (~> 3.13.0)
189+
rspec-mocks (3.13.7)
150190
diff-lcs (>= 1.2.0, < 2.0)
151-
rspec-support (~> 3.11.0)
191+
rspec-support (~> 3.13.0)
152192
rspec-rails (5.1.2)
153193
actionpack (>= 5.2)
154194
activesupport (>= 5.2)
@@ -157,32 +197,40 @@ GEM
157197
rspec-expectations (~> 3.10)
158198
rspec-mocks (~> 3.10)
159199
rspec-support (~> 3.10)
160-
rspec-support (3.11.0)
161-
sprockets (4.0.3)
200+
rspec-support (3.13.6)
201+
securerandom (0.4.1)
202+
sprockets (4.2.2)
162203
concurrent-ruby (~> 1.0)
163-
rack (> 1, < 3)
164-
sprockets-rails (3.4.2)
165-
actionpack (>= 5.2)
166-
activesupport (>= 5.2)
204+
logger
205+
rack (>= 2.2.4, < 4)
206+
sprockets-rails (3.5.2)
207+
actionpack (>= 6.1)
208+
activesupport (>= 6.1)
167209
sprockets (>= 3.0.0)
168-
sqlite3 (1.4.2)
169-
strscan (3.0.3)
170-
thor (1.2.1)
171-
timeout (0.3.0)
172-
tzinfo (2.0.4)
210+
sqlite3 (2.8.0-arm64-darwin)
211+
sqlite3 (2.8.0-x86_64-darwin)
212+
stringio (3.1.8)
213+
thor (1.4.0)
214+
timeout (0.4.4)
215+
tsort (0.2.0)
216+
tzinfo (2.0.6)
173217
concurrent-ruby (~> 1.0)
174-
websocket-driver (0.7.5)
218+
uri (1.1.1)
219+
useragent (0.16.11)
220+
websocket-driver (0.8.0)
221+
base64
175222
websocket-extensions (>= 0.1.0)
176223
websocket-extensions (0.1.5)
177-
zeitwerk (2.5.4)
224+
zeitwerk (2.7.3)
178225

179226
PLATFORMS
180227
arm64-darwin-21
181228
arm64-darwin-22
229+
arm64-darwin-24
182230
x86_64-darwin-20
183231

184232
DEPENDENCIES
185-
oxidizer!
233+
restomatic!
186234
rspec-rails (~> 5.1)
187235
sprockets-rails
188236
sqlite3

0 commit comments

Comments
 (0)