signum 0.7.9 → 0.7.10

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +34 -32
  3. data/lib/signum/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3494e734033d557ba192219d5ef087b0b65c6e9ce22c7f56f4fc322433189aaa
4
- data.tar.gz: 6778704b952bf1044b941804f5106e068f5c2dd4a779ab31f5925b1cad09b9e7
3
+ metadata.gz: 81a1ab75776bc7b4858391cf290126c31eec6b8c3e7d69afbf0753b9cc7182bc
4
+ data.tar.gz: ce6ddfcfaa7b78fdbd4bf0620ab1cbc3056ddde77eb7054191e44be31f35e6b4
5
5
  SHA512:
6
- metadata.gz: 18956ce1a95bb645e790ad339dc46d98c203ae2d4ab7044c37373c1da2bef7d012ffe45c5271b10d98e48f0a809a530a4fef06c646992f244e6e315d257a2895
7
- data.tar.gz: e96abf61369d0e2e1181b4b4c0ad7aa8e56f173c3485aa12509663ec082e930748f4f18bc3866a1ff41c6ce0b9309d1a6d1414b9c577976ffaa5a3e56cd57a21
6
+ metadata.gz: e78cb462f2ace2d12ee41504c94e10369d199ec8c64e937d8914aa3a659a0c13872da8b2b067c8b7f2531f4c4fd0d01b370e7a97dbbb712d072092d66ada9e47
7
+ data.tar.gz: f9724b1b42d5f235687d6667010cc559c2afbbb6ec93a99aef498cf3d4fa489f002120bde392f97946a996232b39750bd6383a9345f5b5333aadaa0781613385
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- signum (0.6.0)
16
+ signum (0.7.9)
17
17
  importmap-rails
18
18
  pg
19
19
  rails (> 6.0)
@@ -108,7 +108,7 @@ GEM
108
108
  concurrent-ruby (1.2.3)
109
109
  connection_pool (2.4.1)
110
110
  crass (1.0.6)
111
- date (3.3.4)
111
+ date (3.4.1)
112
112
  debug (0.2.1)
113
113
  drb (2.2.0)
114
114
  ruby2_keywords
@@ -117,7 +117,7 @@ GEM
117
117
  activesupport (>= 6.1)
118
118
  i18n (1.14.1)
119
119
  concurrent-ruby (~> 1.0)
120
- importmap-rails (2.0.1)
120
+ importmap-rails (2.1.0)
121
121
  actionpack (>= 6.0.0)
122
122
  activesupport (>= 6.0.0)
123
123
  railties (>= 6.0.0)
@@ -137,34 +137,34 @@ GEM
137
137
  net-pop
138
138
  net-smtp
139
139
  marcel (1.0.4)
140
- method_source (1.0.0)
140
+ method_source (1.1.0)
141
141
  mini_mime (1.1.5)
142
- mini_portile2 (2.8.5)
142
+ mini_portile2 (2.8.9)
143
143
  minitest (5.22.2)
144
144
  mutex_m (0.2.0)
145
- net-imap (0.4.10)
145
+ net-imap (0.5.9)
146
146
  date
147
147
  net-protocol
148
148
  net-pop (0.1.2)
149
149
  net-protocol
150
150
  net-protocol (0.2.2)
151
151
  timeout
152
- net-smtp (0.5.0)
152
+ net-smtp (0.5.1)
153
153
  net-protocol
154
- nio4r (2.7.1)
155
- nokogiri (1.16.2)
154
+ nio4r (2.7.4)
155
+ nokogiri (1.18.9)
156
156
  mini_portile2 (~> 2.8.2)
157
157
  racc (~> 1.4)
158
158
  parallel (1.24.0)
159
159
  parser (3.3.0.5)
160
160
  ast (~> 2.4.1)
161
161
  racc
162
- pg (1.5.6)
162
+ pg (1.5.9)
163
163
  psych (5.1.2)
164
164
  stringio
165
165
  pundit (2.3.1)
166
166
  activesupport (>= 3.0.0)
167
- racc (1.7.3)
167
+ racc (1.8.1)
168
168
  rack (3.0.9.1)
169
169
  rack-session (2.0.0)
170
170
  rack (>= 3.0.0)
@@ -235,7 +235,7 @@ GEM
235
235
  slim (5.2.1)
236
236
  temple (~> 0.10.0)
237
237
  tilt (>= 2.1.0)
238
- slim-rails (3.6.3)
238
+ slim-rails (3.7.0)
239
239
  actionpack (>= 3.1)
240
240
  railties (>= 3.1)
241
241
  slim (>= 3.0, < 6.0, != 5.0.0)
@@ -260,35 +260,37 @@ GEM
260
260
  standard-performance (1.3.1)
261
261
  lint_roller (~> 1.1)
262
262
  rubocop-performance (~> 1.20.2)
263
- state_machines (0.6.0)
264
- state_machines-activemodel (0.9.0)
265
- activemodel (>= 6.0)
266
- state_machines (>= 0.6.0)
267
- state_machines-activerecord (0.9.0)
268
- activerecord (>= 6.0)
269
- state_machines-activemodel (>= 0.9.0)
270
- stimulus-rails (1.3.3)
263
+ state_machines (0.100.0)
264
+ state_machines-activemodel (0.31.0)
265
+ activemodel (>= 7.1)
266
+ state_machines (>= 0.31.0)
267
+ state_machines-activerecord (0.31.0)
268
+ activerecord (>= 7.1)
269
+ state_machines-activemodel (>= 0.10.0)
270
+ stimulus-rails (1.3.4)
271
271
  railties (>= 6.0.0)
272
272
  stringio (3.1.0)
273
- tailwindcss-rails (2.4.0)
274
- railties (>= 6.0.0)
273
+ tailwindcss-rails (4.3.0)
274
+ railties (>= 7.0.0)
275
+ tailwindcss-ruby (~> 4.0)
276
+ tailwindcss-ruby (4.1.11)
275
277
  temple (0.10.3)
276
278
  thor (1.3.1)
277
- tilt (2.3.0)
278
- timeout (0.4.1)
279
- turbo-rails (2.0.5)
280
- actionpack (>= 6.0.0)
281
- activejob (>= 6.0.0)
282
- railties (>= 6.0.0)
279
+ tilt (2.6.1)
280
+ timeout (0.4.3)
281
+ turbo-rails (2.0.16)
282
+ actionpack (>= 7.1.0)
283
+ railties (>= 7.1.0)
283
284
  tzinfo (2.0.6)
284
285
  concurrent-ruby (~> 1.0)
285
286
  unicode-display_width (2.5.0)
286
- view_component (3.11.0)
287
- activesupport (>= 5.2.0, < 8.0)
288
- concurrent-ruby (~> 1.0)
287
+ view_component (3.23.2)
288
+ activesupport (>= 5.2.0, < 8.1)
289
+ concurrent-ruby (~> 1)
289
290
  method_source (~> 1.0)
290
291
  webrick (1.8.1)
291
- websocket-driver (0.7.6)
292
+ websocket-driver (0.8.0)
293
+ base64
292
294
  websocket-extensions (>= 0.1.0)
293
295
  websocket-extensions (0.1.5)
294
296
  zeitwerk (2.6.13)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Signum
4
- VERSION = "0.7.9"
4
+ VERSION = "0.7.10"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: signum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.9
4
+ version: 0.7.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom de Grunt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-13 00:00:00.000000000 Z
11
+ date: 2025-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg