wagons 0.8.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,106 +6,106 @@ PATH
6
6
  PATH
7
7
  remote: /home/zumkehr/src/ruby/libraries/wagons
8
8
  specs:
9
- wagons (0.8.0)
9
+ wagons (0.9.1)
10
10
  bundler (>= 2.0)
11
- rails (>= 6.1)
11
+ rails (>= 7.1)
12
12
  seed-fu-ndo (>= 0.0.3)
13
13
 
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- actioncable (7.1.3.4)
18
- actionpack (= 7.1.3.4)
19
- activesupport (= 7.1.3.4)
17
+ actioncable (8.0.1)
18
+ actionpack (= 8.0.1)
19
+ activesupport (= 8.0.1)
20
20
  nio4r (~> 2.0)
21
21
  websocket-driver (>= 0.6.1)
22
22
  zeitwerk (~> 2.6)
23
- actionmailbox (7.1.3.4)
24
- actionpack (= 7.1.3.4)
25
- activejob (= 7.1.3.4)
26
- activerecord (= 7.1.3.4)
27
- activestorage (= 7.1.3.4)
28
- activesupport (= 7.1.3.4)
29
- mail (>= 2.7.1)
30
- net-imap
31
- net-pop
32
- net-smtp
33
- actionmailer (7.1.3.4)
34
- actionpack (= 7.1.3.4)
35
- actionview (= 7.1.3.4)
36
- activejob (= 7.1.3.4)
37
- activesupport (= 7.1.3.4)
38
- mail (~> 2.5, >= 2.5.4)
39
- net-imap
40
- net-pop
41
- net-smtp
23
+ actionmailbox (8.0.1)
24
+ actionpack (= 8.0.1)
25
+ activejob (= 8.0.1)
26
+ activerecord (= 8.0.1)
27
+ activestorage (= 8.0.1)
28
+ activesupport (= 8.0.1)
29
+ mail (>= 2.8.0)
30
+ actionmailer (8.0.1)
31
+ actionpack (= 8.0.1)
32
+ actionview (= 8.0.1)
33
+ activejob (= 8.0.1)
34
+ activesupport (= 8.0.1)
35
+ mail (>= 2.8.0)
42
36
  rails-dom-testing (~> 2.2)
43
- actionpack (7.1.3.4)
44
- actionview (= 7.1.3.4)
45
- activesupport (= 7.1.3.4)
37
+ actionpack (8.0.1)
38
+ actionview (= 8.0.1)
39
+ activesupport (= 8.0.1)
46
40
  nokogiri (>= 1.8.5)
47
- racc
48
41
  rack (>= 2.2.4)
49
42
  rack-session (>= 1.0.1)
50
43
  rack-test (>= 0.6.3)
51
44
  rails-dom-testing (~> 2.2)
52
45
  rails-html-sanitizer (~> 1.6)
53
- actiontext (7.1.3.4)
54
- actionpack (= 7.1.3.4)
55
- activerecord (= 7.1.3.4)
56
- activestorage (= 7.1.3.4)
57
- activesupport (= 7.1.3.4)
46
+ useragent (~> 0.16)
47
+ actiontext (8.0.1)
48
+ actionpack (= 8.0.1)
49
+ activerecord (= 8.0.1)
50
+ activestorage (= 8.0.1)
51
+ activesupport (= 8.0.1)
58
52
  globalid (>= 0.6.0)
59
53
  nokogiri (>= 1.8.5)
60
- actionview (7.1.3.4)
61
- activesupport (= 7.1.3.4)
54
+ actionview (8.0.1)
55
+ activesupport (= 8.0.1)
62
56
  builder (~> 3.1)
63
57
  erubi (~> 1.11)
64
58
  rails-dom-testing (~> 2.2)
65
59
  rails-html-sanitizer (~> 1.6)
66
- activejob (7.1.3.4)
67
- activesupport (= 7.1.3.4)
60
+ activejob (8.0.1)
61
+ activesupport (= 8.0.1)
68
62
  globalid (>= 0.3.6)
69
- activemodel (7.1.3.4)
70
- activesupport (= 7.1.3.4)
71
- activerecord (7.1.3.4)
72
- activemodel (= 7.1.3.4)
73
- activesupport (= 7.1.3.4)
63
+ activemodel (8.0.1)
64
+ activesupport (= 8.0.1)
65
+ activerecord (8.0.1)
66
+ activemodel (= 8.0.1)
67
+ activesupport (= 8.0.1)
74
68
  timeout (>= 0.4.0)
75
- activestorage (7.1.3.4)
76
- actionpack (= 7.1.3.4)
77
- activejob (= 7.1.3.4)
78
- activerecord (= 7.1.3.4)
79
- activesupport (= 7.1.3.4)
69
+ activestorage (8.0.1)
70
+ actionpack (= 8.0.1)
71
+ activejob (= 8.0.1)
72
+ activerecord (= 8.0.1)
73
+ activesupport (= 8.0.1)
80
74
  marcel (~> 1.0)
81
- activesupport (7.1.3.4)
75
+ activesupport (8.0.1)
82
76
  base64
77
+ benchmark (>= 0.3)
83
78
  bigdecimal
84
- concurrent-ruby (~> 1.0, >= 1.0.2)
79
+ concurrent-ruby (~> 1.0, >= 1.3.1)
85
80
  connection_pool (>= 2.2.5)
86
81
  drb
87
82
  i18n (>= 1.6, < 2)
83
+ logger (>= 1.4.2)
88
84
  minitest (>= 5.1)
89
- mutex_m
90
- tzinfo (~> 2.0)
85
+ securerandom (>= 0.3)
86
+ tzinfo (~> 2.0, >= 2.0.5)
87
+ uri (>= 0.13.1)
91
88
  base64 (0.2.0)
92
- bigdecimal (3.1.8)
89
+ benchmark (0.4.0)
90
+ bigdecimal (3.1.9)
93
91
  builder (3.3.0)
94
- concurrent-ruby (1.3.3)
95
- connection_pool (2.4.1)
92
+ concurrent-ruby (1.3.5)
93
+ connection_pool (2.5.0)
96
94
  crass (1.0.6)
97
- date (3.3.4)
95
+ date (3.4.1)
98
96
  drb (2.2.1)
99
- erubi (1.13.0)
97
+ erubi (1.13.1)
100
98
  globalid (1.2.1)
101
99
  activesupport (>= 6.1)
102
- i18n (1.14.5)
100
+ i18n (1.14.7)
103
101
  concurrent-ruby (~> 1.0)
104
- io-console (0.7.2)
105
- irb (1.14.0)
102
+ io-console (0.8.0)
103
+ irb (1.15.1)
104
+ pp (>= 0.6.0)
106
105
  rdoc (>= 4.0.0)
107
106
  reline (>= 0.4.2)
108
- loofah (2.22.0)
107
+ logger (1.6.5)
108
+ loofah (2.24.0)
109
109
  crass (~> 1.0.2)
110
110
  nokogiri (>= 1.12.0)
111
111
  mail (2.8.1)
@@ -115,11 +115,10 @@ GEM
115
115
  net-smtp
116
116
  marcel (1.0.4)
117
117
  mini_mime (1.1.5)
118
- minitest (5.24.1)
119
- mocha (2.4.0)
118
+ minitest (5.25.4)
119
+ mocha (2.7.1)
120
120
  ruby2_keywords (>= 0.0.5)
121
- mutex_m (0.2.0)
122
- net-imap (0.4.14)
121
+ net-imap (0.5.5)
123
122
  date
124
123
  net-protocol
125
124
  net-pop (0.1.2)
@@ -128,34 +127,38 @@ GEM
128
127
  timeout
129
128
  net-smtp (0.5.0)
130
129
  net-protocol
131
- nio4r (2.7.3)
132
- nokogiri (1.16.6-x86_64-linux)
130
+ nio4r (2.7.4)
131
+ nokogiri (1.18.2-x86_64-linux-gnu)
133
132
  racc (~> 1.4)
134
- psych (5.1.2)
133
+ pp (0.6.2)
134
+ prettyprint
135
+ prettyprint (0.2.0)
136
+ psych (5.2.3)
137
+ date
135
138
  stringio
136
- racc (1.8.0)
137
- rack (3.1.6)
138
- rack-session (2.0.0)
139
+ racc (1.8.1)
140
+ rack (3.1.8)
141
+ rack-session (2.1.0)
142
+ base64 (>= 0.1.0)
139
143
  rack (>= 3.0.0)
140
- rack-test (2.1.0)
144
+ rack-test (2.2.0)
141
145
  rack (>= 1.3)
142
- rackup (2.1.0)
146
+ rackup (2.2.1)
143
147
  rack (>= 3)
144
- webrick (~> 1.8)
145
- rails (7.1.3.4)
146
- actioncable (= 7.1.3.4)
147
- actionmailbox (= 7.1.3.4)
148
- actionmailer (= 7.1.3.4)
149
- actionpack (= 7.1.3.4)
150
- actiontext (= 7.1.3.4)
151
- actionview (= 7.1.3.4)
152
- activejob (= 7.1.3.4)
153
- activemodel (= 7.1.3.4)
154
- activerecord (= 7.1.3.4)
155
- activestorage (= 7.1.3.4)
156
- activesupport (= 7.1.3.4)
148
+ rails (8.0.1)
149
+ actioncable (= 8.0.1)
150
+ actionmailbox (= 8.0.1)
151
+ actionmailer (= 8.0.1)
152
+ actionpack (= 8.0.1)
153
+ actiontext (= 8.0.1)
154
+ actionview (= 8.0.1)
155
+ activejob (= 8.0.1)
156
+ activemodel (= 8.0.1)
157
+ activerecord (= 8.0.1)
158
+ activestorage (= 8.0.1)
159
+ activesupport (= 8.0.1)
157
160
  bundler (>= 1.15.0)
158
- railties (= 7.1.3.4)
161
+ railties (= 8.0.1)
159
162
  rails-controller-testing (1.0.5)
160
163
  actionpack (>= 5.0.1.rc1)
161
164
  actionview (>= 5.0.1.rc1)
@@ -164,39 +167,42 @@ GEM
164
167
  activesupport (>= 5.0.0)
165
168
  minitest
166
169
  nokogiri (>= 1.6)
167
- rails-html-sanitizer (1.6.0)
170
+ rails-html-sanitizer (1.6.2)
168
171
  loofah (~> 2.21)
169
- nokogiri (~> 1.14)
170
- railties (7.1.3.4)
171
- actionpack (= 7.1.3.4)
172
- activesupport (= 7.1.3.4)
173
- irb
172
+ 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)
173
+ railties (8.0.1)
174
+ actionpack (= 8.0.1)
175
+ activesupport (= 8.0.1)
176
+ irb (~> 1.13)
174
177
  rackup (>= 1.0.0)
175
178
  rake (>= 12.2)
176
179
  thor (~> 1.0, >= 1.2.2)
177
180
  zeitwerk (~> 2.6)
178
181
  rake (13.2.1)
179
- rdoc (6.7.0)
182
+ rdoc (6.11.0)
180
183
  psych (>= 4.0.0)
181
- reline (0.5.9)
184
+ reline (0.6.0)
182
185
  io-console (~> 0.5)
183
186
  ruby2_keywords (0.0.5)
187
+ securerandom (0.4.1)
184
188
  seed-fu (2.3.9)
185
189
  activerecord (>= 3.1)
186
190
  activesupport (>= 3.1)
187
191
  seed-fu-ndo (0.0.3)
188
192
  seed-fu (>= 2.2.0)
189
- sqlite3 (1.7.3-x86_64-linux)
190
- stringio (3.1.1)
191
- thor (1.3.1)
192
- timeout (0.4.1)
193
+ sqlite3 (2.5.0-x86_64-linux-gnu)
194
+ stringio (3.1.2)
195
+ thor (1.3.2)
196
+ timeout (0.4.3)
193
197
  tzinfo (2.0.6)
194
198
  concurrent-ruby (~> 1.0)
195
- webrick (1.8.1)
196
- websocket-driver (0.7.6)
199
+ uri (1.0.2)
200
+ useragent (0.16.11)
201
+ websocket-driver (0.7.7)
202
+ base64
197
203
  websocket-extensions (>= 0.1.0)
198
204
  websocket-extensions (0.1.5)
199
- zeitwerk (2.6.16)
205
+ zeitwerk (2.7.1)
200
206
 
201
207
  PLATFORMS
202
208
  x86_64-linux
@@ -207,7 +213,7 @@ DEPENDENCIES
207
213
  net-smtp
208
214
  rails
209
215
  rails-controller-testing
210
- sqlite3 (~> 1.4)
216
+ sqlite3 (~> 2.1)
211
217
  wagons!
212
218
 
213
219
  BUNDLED WITH
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wagons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pascal Zumkehr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-09 00:00:00.000000000 Z
11
+ date: 2025-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '6.1'
33
+ version: '7.1'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '6.1'
40
+ version: '7.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: seed-fu-ndo
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -70,16 +70,16 @@ dependencies:
70
70
  name: sqlite3
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - "<="
74
74
  - !ruby/object:Gem::Version
75
- version: '1.4'
75
+ version: '2.1'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - "<="
81
81
  - !ruby/object:Gem::Version
82
- version: '1.4'
82
+ version: '2.1'
83
83
  description: Wagons are plugins that extend your specific Rails application. This
84
84
  framework makes it easy to create and manage them.
85
85
  email:
@@ -124,9 +124,9 @@ files:
124
124
  - lib/wagons/view_helper.rb
125
125
  - lib/wagons/wagon.rb
126
126
  - lib/wagons/wagon_tasks.rake
127
- - test/ci/rails61.gemfile
128
127
  - test/ci/rails61.gemfile.lock
129
- - test/ci/rails70.gemfile
128
+ - test/ci/rails71.gemfile
129
+ - test/ci/rails72.gemfile
130
130
  - test/dummy/Gemfile
131
131
  - test/dummy/Gemfile.lock
132
132
  - test/dummy/README.rdoc
@@ -159,15 +159,11 @@ files:
159
159
  - test/dummy/config/locales/en.yml
160
160
  - test/dummy/config/routes.rb
161
161
  - test/dummy/db/development.sqlite3
162
- - test/dummy/db/development.sqlite3-shm
163
- - test/dummy/db/development.sqlite3-wal
164
162
  - test/dummy/db/fixtures/development/people.rb
165
163
  - test/dummy/db/fixtures/test/people.rb
166
164
  - test/dummy/db/migrate/20120606125104_create_people.rb
167
165
  - test/dummy/db/schema.rb
168
166
  - test/dummy/db/test.sqlite3
169
- - test/dummy/db/test.sqlite3-shm
170
- - test/dummy/db/test.sqlite3-wal
171
167
  - test/dummy/log/development.log
172
168
  - test/dummy/log/test.log
173
169
  - test/dummy/public/404.html
@@ -401,9 +397,9 @@ signing_key:
401
397
  specification_version: 4
402
398
  summary: Wagons are extensions to your application train running on Rails.
403
399
  test_files:
404
- - test/ci/rails61.gemfile
405
400
  - test/ci/rails61.gemfile.lock
406
- - test/ci/rails70.gemfile
401
+ - test/ci/rails71.gemfile
402
+ - test/ci/rails72.gemfile
407
403
  - test/dummy/Gemfile
408
404
  - test/dummy/Gemfile.lock
409
405
  - test/dummy/README.rdoc
@@ -436,15 +432,11 @@ test_files:
436
432
  - test/dummy/config/routes.rb
437
433
  - test/dummy/config.ru
438
434
  - test/dummy/db/development.sqlite3
439
- - test/dummy/db/development.sqlite3-shm
440
- - test/dummy/db/development.sqlite3-wal
441
435
  - test/dummy/db/fixtures/development/people.rb
442
436
  - test/dummy/db/fixtures/test/people.rb
443
437
  - test/dummy/db/migrate/20120606125104_create_people.rb
444
438
  - test/dummy/db/schema.rb
445
439
  - test/dummy/db/test.sqlite3
446
- - test/dummy/db/test.sqlite3-shm
447
- - test/dummy/db/test.sqlite3-wal
448
440
  - test/dummy/log/development.log
449
441
  - test/dummy/log/test.log
450
442
  - test/dummy/public/404.html
Binary file
File without changes
Binary file
Binary file