gov_fake_notify 2.0.0 → 2.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b27e918073fbd08a8c60e02e11d98e5c9546389af6f2ada1980ab287b831cc6
4
- data.tar.gz: dd70b31bbfe9698653fec986cd7911ce6f7775ac85ab6517a3617358d55b0798
3
+ metadata.gz: 9815a7dab529e6bf2461a1c703c13958fd85374dfd56ad6f8cc9885a3cdb5421
4
+ data.tar.gz: b703a2cd0372b8ec3895b7e5991e438a5e26ee670d8b27c7e8d68e7158964abc
5
5
  SHA512:
6
- metadata.gz: ab536c197f14146d2b5a77c1f0a2f414ffe0763b1d19c075dde16694e1eda2af23775a83fe8ba073ecfdd660108f116a2f113f4a990f82a4b55ed7b7481df846
7
- data.tar.gz: 4d04bbba3ba17c4243a2cf5af4b4498efaeeb9d1ae01c104353203a9d99f296641d76dd4e8fc2a3efb70aec336b068fca0ceb8553dfa6959e7f3b334aebd3b47
6
+ metadata.gz: 8de0e5755c2b8cc80d9bf876e8409633663b0064eabe70410b226ce59f51529fe15cae0382287f38da649b1af945d0b1823f050eeb415a6dcfe87cd8a9d122e9
7
+ data.tar.gz: ca30b098d9a1c16f416a78cc9d3a97938fe220938783cb5ba5bca4cf4158a4dc58fe519d842ee7d93e696fdc72d23c625ffc48f84c32deba82fa5c9432677035
data/.envrc ADDED
@@ -0,0 +1,9 @@
1
+ #!/bin/bash
2
+
3
+ # Automatically sets up your devbox environment whenever you cd into this
4
+ # directory via our direnv integration:
5
+
6
+ eval "$(devbox generate direnv --print-envrc)"
7
+
8
+ # check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
9
+ # for more details
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.2
1
+ 4.0.1
data/.travis.yml CHANGED
@@ -2,5 +2,5 @@
2
2
  language: ruby
3
3
  cache: bundler
4
4
  rvm:
5
- - 2.7.3
5
+ - 4.0.1
6
6
  before_install: gem install bundler -v 2.1.4
data/Gemfile.lock CHANGED
@@ -1,11 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gov_fake_notify (2.0.0)
4
+ gov_fake_notify (2.2.0)
5
5
  activemodel (>= 6.1)
6
6
  jwt (~> 2.2, >= 2.2.3)
7
7
  mail (~> 2.7, >= 2.7.1)
8
- puma (~> 6.4)
8
+ pstore (~> 0.2.1)
9
+ puma (>= 6.0)
10
+ rack (>= 2.0)
9
11
  roda (~> 3.48)
10
12
  thor (~> 1.1)
11
13
  tilt (~> 2.0, >= 2.0.10)
@@ -13,94 +15,112 @@ PATH
13
15
  GEM
14
16
  remote: https://rubygems.org/
15
17
  specs:
16
- activemodel (7.1.3.2)
17
- activesupport (= 7.1.3.2)
18
- activesupport (7.1.3.2)
18
+ activemodel (8.1.1)
19
+ activesupport (= 8.1.1)
20
+ activesupport (8.1.1)
19
21
  base64
20
22
  bigdecimal
21
- concurrent-ruby (~> 1.0, >= 1.0.2)
23
+ concurrent-ruby (~> 1.0, >= 1.3.1)
22
24
  connection_pool (>= 2.2.5)
23
25
  drb
24
26
  i18n (>= 1.6, < 2)
27
+ json
28
+ logger (>= 1.4.2)
25
29
  minitest (>= 5.1)
26
- mutex_m
27
- tzinfo (~> 2.0)
28
- ast (2.4.2)
29
- base64 (0.2.0)
30
- bigdecimal (3.1.7)
31
- concurrent-ruby (1.2.3)
32
- connection_pool (2.4.1)
33
- date (3.3.4)
34
- diff-lcs (1.4.4)
35
- drb (2.2.1)
36
- i18n (1.14.4)
30
+ securerandom (>= 0.3)
31
+ tzinfo (~> 2.0, >= 2.0.5)
32
+ uri (>= 0.13.1)
33
+ ast (2.4.3)
34
+ base64 (0.3.0)
35
+ bigdecimal (3.3.1)
36
+ concurrent-ruby (1.3.5)
37
+ connection_pool (3.0.2)
38
+ date (3.5.1)
39
+ diff-lcs (1.6.2)
40
+ drb (2.2.3)
41
+ i18n (1.14.7)
37
42
  concurrent-ruby (~> 1.0)
38
- jwt (2.8.1)
43
+ json (2.17.1)
44
+ jwt (2.10.2)
39
45
  base64
40
- mail (2.8.1)
46
+ language_server-protocol (3.17.0.5)
47
+ lint_roller (1.1.0)
48
+ logger (1.7.0)
49
+ mail (2.9.0)
50
+ logger
41
51
  mini_mime (>= 0.1.1)
42
52
  net-imap
43
53
  net-pop
44
54
  net-smtp
45
55
  mini_mime (1.1.5)
46
- minitest (5.22.3)
47
- mutex_m (0.2.0)
48
- net-imap (0.4.10)
56
+ minitest (5.26.2)
57
+ net-imap (0.5.12)
49
58
  date
50
59
  net-protocol
51
60
  net-pop (0.1.2)
52
61
  net-protocol
53
62
  net-protocol (0.2.2)
54
63
  timeout
55
- net-smtp (0.5.0)
64
+ net-smtp (0.5.1)
56
65
  net-protocol
57
- nio4r (2.7.1)
58
- parallel (1.21.0)
59
- parser (3.0.2.0)
66
+ nio4r (2.7.5)
67
+ parallel (1.27.0)
68
+ parser (3.3.10.0)
60
69
  ast (~> 2.4.1)
61
- puma (6.4.2)
70
+ racc
71
+ prism (1.6.0)
72
+ pstore (0.2.1)
73
+ puma (7.1.0)
62
74
  nio4r (~> 2.0)
63
- rack (3.0.10)
64
- rainbow (3.0.0)
75
+ racc (1.8.1)
76
+ rack (3.2.4)
77
+ rainbow (3.1.1)
65
78
  rake (12.3.3)
66
- regexp_parser (2.1.1)
67
- rexml (3.2.5)
68
- roda (3.79.0)
79
+ regexp_parser (2.11.3)
80
+ roda (3.98.0)
69
81
  rack
70
- rspec (3.10.0)
71
- rspec-core (~> 3.10.0)
72
- rspec-expectations (~> 3.10.0)
73
- rspec-mocks (~> 3.10.0)
74
- rspec-core (3.10.1)
75
- rspec-support (~> 3.10.0)
76
- rspec-expectations (3.10.1)
82
+ rspec (3.13.2)
83
+ rspec-core (~> 3.13.0)
84
+ rspec-expectations (~> 3.13.0)
85
+ rspec-mocks (~> 3.13.0)
86
+ rspec-core (3.13.6)
87
+ rspec-support (~> 3.13.0)
88
+ rspec-expectations (3.13.5)
77
89
  diff-lcs (>= 1.2.0, < 2.0)
78
- rspec-support (~> 3.10.0)
79
- rspec-mocks (3.10.2)
90
+ rspec-support (~> 3.13.0)
91
+ rspec-mocks (3.13.7)
80
92
  diff-lcs (>= 1.2.0, < 2.0)
81
- rspec-support (~> 3.10.0)
82
- rspec-support (3.10.2)
83
- rubocop (1.21.0)
93
+ rspec-support (~> 3.13.0)
94
+ rspec-support (3.13.6)
95
+ rubocop (1.81.7)
96
+ json (~> 2.3)
97
+ language_server-protocol (~> 3.17.0.2)
98
+ lint_roller (~> 1.1.0)
84
99
  parallel (~> 1.10)
85
- parser (>= 3.0.0.0)
100
+ parser (>= 3.3.0.2)
86
101
  rainbow (>= 2.2.2, < 4.0)
87
- regexp_parser (>= 1.8, < 3.0)
88
- rexml
89
- rubocop-ast (>= 1.9.1, < 2.0)
102
+ regexp_parser (>= 2.9.3, < 3.0)
103
+ rubocop-ast (>= 1.47.1, < 2.0)
90
104
  ruby-progressbar (~> 1.7)
91
- unicode-display_width (>= 1.4.0, < 3.0)
92
- rubocop-ast (1.11.0)
93
- parser (>= 3.0.1.1)
94
- ruby-progressbar (1.11.0)
95
- thor (1.3.1)
96
- tilt (2.3.0)
97
- timeout (0.4.1)
105
+ unicode-display_width (>= 2.4.0, < 4.0)
106
+ rubocop-ast (1.48.0)
107
+ parser (>= 3.3.7.2)
108
+ prism (~> 1.4)
109
+ ruby-progressbar (1.13.0)
110
+ securerandom (0.4.1)
111
+ thor (1.4.0)
112
+ tilt (2.6.1)
113
+ timeout (0.5.0)
98
114
  tzinfo (2.0.6)
99
115
  concurrent-ruby (~> 1.0)
100
- unicode-display_width (2.1.0)
116
+ unicode-display_width (3.2.0)
117
+ unicode-emoji (~> 4.1)
118
+ unicode-emoji (4.2.0)
119
+ uri (1.1.1)
101
120
 
102
121
  PLATFORMS
103
122
  ruby
123
+ x86_64-linux
104
124
 
105
125
  DEPENDENCIES
106
126
  gov_fake_notify!
@@ -108,5 +128,59 @@ DEPENDENCIES
108
128
  rspec (~> 3.0)
109
129
  rubocop (~> 1.21)
110
130
 
131
+ CHECKSUMS
132
+ activemodel (8.1.1) sha256=8b7e2496b9e333ced06248c16a43217b950192c98e0fe3aa117eee21501c6fbd
133
+ activesupport (8.1.1) sha256=5e92534e8d0c8b8b5e6b16789c69dbea65c1d7b752269f71a39422e9546cea67
134
+ ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
135
+ base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
136
+ bigdecimal (3.3.1) sha256=eaa01e228be54c4f9f53bf3cc34fe3d5e845c31963e7fcc5bedb05a4e7d52218
137
+ concurrent-ruby (1.3.5) sha256=813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6
138
+ connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
139
+ date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
140
+ diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
141
+ drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
142
+ gov_fake_notify (2.2.0)
143
+ i18n (1.14.7) sha256=ceba573f8138ff2c0915427f1fc5bdf4aa3ab8ae88c8ce255eb3ecf0a11a5d0f
144
+ json (2.17.1) sha256=e0e4824541336a44915436f53e7ea74c687314fb8f88080fa1456f6a34ead92e
145
+ jwt (2.10.2) sha256=31e1ee46f7359883d5e622446969fe9c118c3da87a0b1dca765ce269c3a0c4f4
146
+ language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
147
+ lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
148
+ logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
149
+ mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
150
+ mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
151
+ minitest (5.26.2) sha256=f021118a6185b9ba9f5af71f2ba103ad770c75afde9f2ab8da512677c550cde3
152
+ net-imap (0.5.12) sha256=cb8cd05bd353fcc19b6cbc530a9cb06b577a969ea10b7ddb0f37787f74be4444
153
+ net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
154
+ net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
155
+ net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
156
+ nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
157
+ parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
158
+ parser (3.3.10.0) sha256=ce3587fa5cc55a88c4ba5b2b37621b3329aadf5728f9eafa36bbd121462aabd6
159
+ prism (1.6.0) sha256=bfc0281a81718c4872346bc858dc84abd3a60cae78336c65ad35c8fbff641c6b
160
+ pstore (0.2.1) sha256=03904d0f2c66579e96d1e6704cdabc0c88df7ea8ed8782d9f3569f6f6c702c1a
161
+ puma (7.1.0) sha256=e45c10cb124f224d448c98db653a75499794edbecadc440ad616cf50f2fd49dd
162
+ racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
163
+ rack (3.2.4) sha256=5d74b6f75082a643f43c1e76b419c40f0e5527fcfee1e669ac1e6b73c0ccb6f6
164
+ rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
165
+ rake (12.3.3) sha256=f7694adb4fe638da35452300cee6c545e9c377a0e3190018ac04d590b3c26ab3
166
+ regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
167
+ roda (3.98.0) sha256=c1147d42322305168df91f9a13b7dcadf4b1fe7171fb9598ca444e7618362428
168
+ rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
169
+ rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
170
+ rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
171
+ rspec-mocks (3.13.7) sha256=0979034e64b1d7a838aaaddf12bf065ea4dc40ef3d4c39f01f93ae2c66c62b1c
172
+ rspec-support (3.13.6) sha256=2e8de3702427eab064c9352fe74488cc12a1bfae887ad8b91cba480ec9f8afb2
173
+ rubocop (1.81.7) sha256=6fb5cc298c731691e2a414fe0041a13eb1beed7bab23aec131da1bcc527af094
174
+ rubocop-ast (1.48.0) sha256=22df9bbf3f7a6eccde0fad54e68547ae1e2a704bf8719e7c83813a99c05d2e76
175
+ ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
176
+ securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
177
+ thor (1.4.0) sha256=8763e822ccb0f1d7bee88cde131b19a65606657b847cc7b7b4b82e772bcd8a3d
178
+ tilt (2.6.1) sha256=35a99bba2adf7c1e362f5b48f9b581cce4edfba98117e34696dde6d308d84770
179
+ timeout (0.5.0) sha256=852aefd13f41d84c2d0d83099b275034c6517395884b58e635acc8847c9190cb
180
+ tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
181
+ unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
182
+ unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
183
+ uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
184
+
111
185
  BUNDLED WITH
112
- 2.1.4
186
+ 4.0.1
data/devbox.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
3
+ "packages": [
4
+ "ruby@4.0.1",
5
+ "pkg-config@latest"
6
+ ],
7
+ "shell": {
8
+ "init_hook": [
9
+ "echo 'Welcome to devbox!' > /dev/null"
10
+ ],
11
+ "scripts": {
12
+ "test": [
13
+ "echo \"Error: no test specified\" && exit 1"
14
+ ]
15
+ }
16
+ }
17
+ }
data/devbox.lock ADDED
@@ -0,0 +1,158 @@
1
+ {
2
+ "lockfile_version": "1",
3
+ "packages": {
4
+ "github:NixOS/nixpkgs/nixpkgs-unstable": {
5
+ "last_modified": "2026-02-24T08:56:33Z",
6
+ "resolved": "github:NixOS/nixpkgs/ea7f1f06811ce7fcc81d6c6fd4213150c23edcf2?lastModified=1771923393"
7
+ },
8
+ "pkg-config@latest": {
9
+ "last_modified": "2025-11-23T21:50:36Z",
10
+ "resolved": "github:NixOS/nixpkgs/ee09932cedcef15aaf476f9343d1dea2cb77e261#pkg-config",
11
+ "source": "devbox-search",
12
+ "version": "0.29.2",
13
+ "systems": {
14
+ "aarch64-darwin": {
15
+ "outputs": [
16
+ {
17
+ "name": "out",
18
+ "path": "/nix/store/hygaaqwk9ylklp0ybwppqhw75nz8ya41-pkg-config-wrapper-0.29.2",
19
+ "default": true
20
+ },
21
+ {
22
+ "name": "man",
23
+ "path": "/nix/store/9px0sji43x3r2w4zxl3j3idwsql7lwxx-pkg-config-wrapper-0.29.2-man",
24
+ "default": true
25
+ },
26
+ {
27
+ "name": "doc",
28
+ "path": "/nix/store/hqk44ra6qxw7iixardl6c3hdgb9kq6ns-pkg-config-wrapper-0.29.2-doc"
29
+ }
30
+ ],
31
+ "store_path": "/nix/store/hygaaqwk9ylklp0ybwppqhw75nz8ya41-pkg-config-wrapper-0.29.2"
32
+ },
33
+ "aarch64-linux": {
34
+ "outputs": [
35
+ {
36
+ "name": "out",
37
+ "path": "/nix/store/lbiigi8qbp7mzf1lpr7p982l1kyf01ql-pkg-config-wrapper-0.29.2",
38
+ "default": true
39
+ },
40
+ {
41
+ "name": "man",
42
+ "path": "/nix/store/10060k24qggqyzlwdsfmni9y32zxcg0j-pkg-config-wrapper-0.29.2-man",
43
+ "default": true
44
+ },
45
+ {
46
+ "name": "doc",
47
+ "path": "/nix/store/0y4v51ndpyvkj09hwlfqkz0c3h17zfmc-pkg-config-wrapper-0.29.2-doc"
48
+ }
49
+ ],
50
+ "store_path": "/nix/store/lbiigi8qbp7mzf1lpr7p982l1kyf01ql-pkg-config-wrapper-0.29.2"
51
+ },
52
+ "x86_64-darwin": {
53
+ "outputs": [
54
+ {
55
+ "name": "out",
56
+ "path": "/nix/store/vknadizq0q5kffvx6y4379p9gdry9zq3-pkg-config-wrapper-0.29.2",
57
+ "default": true
58
+ },
59
+ {
60
+ "name": "man",
61
+ "path": "/nix/store/1nyspra675q22gfhf7hn2nmfpi6rgim5-pkg-config-wrapper-0.29.2-man",
62
+ "default": true
63
+ },
64
+ {
65
+ "name": "doc",
66
+ "path": "/nix/store/7lq1axxwrafwljs06n88bzyz9w523rkc-pkg-config-wrapper-0.29.2-doc"
67
+ }
68
+ ],
69
+ "store_path": "/nix/store/vknadizq0q5kffvx6y4379p9gdry9zq3-pkg-config-wrapper-0.29.2"
70
+ },
71
+ "x86_64-linux": {
72
+ "outputs": [
73
+ {
74
+ "name": "out",
75
+ "path": "/nix/store/8vdiwpbh0g4avsd6x5v4s0di32vcl3dp-pkg-config-wrapper-0.29.2",
76
+ "default": true
77
+ },
78
+ {
79
+ "name": "man",
80
+ "path": "/nix/store/j9xfpnrygg3v37svc5pfin9q5bm49r94-pkg-config-wrapper-0.29.2-man",
81
+ "default": true
82
+ },
83
+ {
84
+ "name": "doc",
85
+ "path": "/nix/store/x3bypxdxaq20kykybhkf21x4jczsiy8y-pkg-config-wrapper-0.29.2-doc"
86
+ }
87
+ ],
88
+ "store_path": "/nix/store/8vdiwpbh0g4avsd6x5v4s0di32vcl3dp-pkg-config-wrapper-0.29.2"
89
+ }
90
+ }
91
+ },
92
+ "ruby@4.0.1": {
93
+ "last_modified": "2026-02-23T15:40:43Z",
94
+ "plugin_version": "0.0.2",
95
+ "resolved": "github:NixOS/nixpkgs/80d901ec0377e19ac3f7bb8c035201e2e098cc97#ruby_4_0",
96
+ "source": "devbox-search",
97
+ "version": "4.0.1",
98
+ "systems": {
99
+ "aarch64-darwin": {
100
+ "outputs": [
101
+ {
102
+ "name": "out",
103
+ "path": "/nix/store/9g64hd12h7595635pxifl86a7bn0nihs-ruby-4.0.1",
104
+ "default": true
105
+ },
106
+ {
107
+ "name": "devdoc",
108
+ "path": "/nix/store/q3fn21065a4yykmd6mfixax196zy6wrk-ruby-4.0.1-devdoc"
109
+ }
110
+ ],
111
+ "store_path": "/nix/store/9g64hd12h7595635pxifl86a7bn0nihs-ruby-4.0.1"
112
+ },
113
+ "aarch64-linux": {
114
+ "outputs": [
115
+ {
116
+ "name": "out",
117
+ "path": "/nix/store/7k34n5f1zrxk8hdc2ssbggrpy6q143py-ruby-4.0.1",
118
+ "default": true
119
+ },
120
+ {
121
+ "name": "devdoc",
122
+ "path": "/nix/store/r7h02c82kkgwgl499g1igbh8lxy8gvqs-ruby-4.0.1-devdoc"
123
+ }
124
+ ],
125
+ "store_path": "/nix/store/7k34n5f1zrxk8hdc2ssbggrpy6q143py-ruby-4.0.1"
126
+ },
127
+ "x86_64-darwin": {
128
+ "outputs": [
129
+ {
130
+ "name": "out",
131
+ "path": "/nix/store/fnsfka0h6nrbghndc0i4x6zs3hmvigjq-ruby-4.0.1",
132
+ "default": true
133
+ },
134
+ {
135
+ "name": "devdoc",
136
+ "path": "/nix/store/whaaq5cr2wwdj8qshqqj10lhd9ykz046-ruby-4.0.1-devdoc"
137
+ }
138
+ ],
139
+ "store_path": "/nix/store/fnsfka0h6nrbghndc0i4x6zs3hmvigjq-ruby-4.0.1"
140
+ },
141
+ "x86_64-linux": {
142
+ "outputs": [
143
+ {
144
+ "name": "out",
145
+ "path": "/nix/store/c3srisw5dc6b210h0s99cpn0piwcnw9s-ruby-4.0.1",
146
+ "default": true
147
+ },
148
+ {
149
+ "name": "devdoc",
150
+ "path": "/nix/store/j1zy0bshvqxivi7rf10p0y8bsyx9jz72-ruby-4.0.1-devdoc"
151
+ }
152
+ ],
153
+ "store_path": "/nix/store/c3srisw5dc6b210h0s99cpn0piwcnw9s-ruby-4.0.1"
154
+ }
155
+ }
156
+ }
157
+ }
158
+ }
@@ -28,11 +28,13 @@ Gem::Specification.new do |spec|
28
28
  spec.require_paths = ['lib']
29
29
 
30
30
  spec.add_dependency 'activemodel', '>= 6.1'
31
- spec.add_dependency 'puma', '~> 6.4'
31
+ spec.add_dependency 'rack', '>= 2.0'
32
+ spec.add_dependency 'puma', '>= 6.0'
32
33
  spec.add_dependency 'jwt', '~> 2.2', '>= 2.2.3'
33
34
  spec.add_dependency 'mail', '~> 2.7', '>= 2.7.1'
34
35
  spec.add_dependency 'roda', '~> 3.48'
35
36
  spec.add_dependency 'tilt', '~> 2.0', '>= 2.0.10'
37
+ spec.add_dependency 'pstore', '~> 0.2.1'
36
38
 
37
39
  spec.add_dependency 'thor', '~> 1.1'
38
40
 
@@ -35,7 +35,7 @@ module GovFakeNotify
35
35
  user_config.threads 1, 1
36
36
  user_config.workers 1
37
37
  user_config.port GovFakeNotify.config.port
38
- user_config.app { GovFakeNotify::RootApp }
38
+ user_config.app GovFakeNotify::RootApp
39
39
  end
40
40
  Puma::Launcher.new(conf, log_writer: Puma::LogWriter.stdio).run
41
41
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GovFakeNotify
4
- VERSION = '2.0.0'
4
+ VERSION = '2.2.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gov_fake_notify
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - garytaylor
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-04-25 00:00:00.000000000 Z
10
+ date: 1980-01-01 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activemodel
@@ -24,20 +23,34 @@ dependencies:
24
23
  - - ">="
25
24
  - !ruby/object:Gem::Version
26
25
  version: '6.1'
26
+ - !ruby/object:Gem::Dependency
27
+ name: rack
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '2.0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '2.0'
27
40
  - !ruby/object:Gem::Dependency
28
41
  name: puma
29
42
  requirement: !ruby/object:Gem::Requirement
30
43
  requirements:
31
- - - "~>"
44
+ - - ">="
32
45
  - !ruby/object:Gem::Version
33
- version: '6.4'
46
+ version: '6.0'
34
47
  type: :runtime
35
48
  prerelease: false
36
49
  version_requirements: !ruby/object:Gem::Requirement
37
50
  requirements:
38
- - - "~>"
51
+ - - ">="
39
52
  - !ruby/object:Gem::Version
40
- version: '6.4'
53
+ version: '6.0'
41
54
  - !ruby/object:Gem::Dependency
42
55
  name: jwt
43
56
  requirement: !ruby/object:Gem::Requirement
@@ -112,6 +125,20 @@ dependencies:
112
125
  - - ">="
113
126
  - !ruby/object:Gem::Version
114
127
  version: 2.0.10
128
+ - !ruby/object:Gem::Dependency
129
+ name: pstore
130
+ requirement: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - "~>"
133
+ - !ruby/object:Gem::Version
134
+ version: 0.2.1
135
+ type: :runtime
136
+ prerelease: false
137
+ version_requirements: !ruby/object:Gem::Requirement
138
+ requirements:
139
+ - - "~>"
140
+ - !ruby/object:Gem::Version
141
+ version: 0.2.1
115
142
  - !ruby/object:Gem::Dependency
116
143
  name: thor
117
144
  requirement: !ruby/object:Gem::Requirement
@@ -148,6 +175,7 @@ executables:
148
175
  extensions: []
149
176
  extra_rdoc_files: []
150
177
  files:
178
+ - ".envrc"
151
179
  - ".gitignore"
152
180
  - ".idea/modules.xml"
153
181
  - ".rspec"
@@ -162,6 +190,8 @@ files:
162
190
  - Rakefile
163
191
  - bin/console
164
192
  - bin/setup
193
+ - devbox.json
194
+ - devbox.lock
165
195
  - exe/gov_fake_notify
166
196
  - gov_fake_notify.gemspec
167
197
  - lib/gov_fake_notify.rb
@@ -200,7 +230,6 @@ metadata:
200
230
  homepage_uri: https://github.com/hmcts/gov_fake_notify
201
231
  source_code_uri: https://github.com/hmcts/gov_fake_notify
202
232
  changelog_uri: https://github.com/hmcts/gov_fake_notify/changelog.md
203
- post_install_message:
204
233
  rdoc_options: []
205
234
  require_paths:
206
235
  - lib
@@ -215,8 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
215
244
  - !ruby/object:Gem::Version
216
245
  version: '0'
217
246
  requirements: []
218
- rubygems_version: 3.4.10
219
- signing_key:
247
+ rubygems_version: 3.7.2
220
248
  specification_version: 4
221
249
  summary: A fake govuk notify service
222
250
  test_files: []