tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vpsfree-client: 0.17.1 -> 0.18.0
Jakub Skokan
2 years ago
777e5f1d
0e537bae
+121
-75
3 changed files
expand all
collapse all
unified
split
pkgs
tools
virtualization
vpsfree-client
Gemfile
Gemfile.lock
gemset.nix
+1
-1
pkgs/tools/virtualization/vpsfree-client/Gemfile
···
2
2
3
3
source "https://rubygems.org"
4
4
5
5
-
gem "vpsfree-client", "0.17.1"
5
5
+
gem "vpsfree-client", "0.18.0"
+32
-24
pkgs/tools/virtualization/vpsfree-client/Gemfile.lock
···
1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
4
-
activesupport (7.0.5)
4
4
+
activesupport (7.1.3.2)
5
5
+
base64
6
6
+
bigdecimal
5
7
concurrent-ruby (~> 1.0, >= 1.0.2)
8
8
+
connection_pool (>= 2.2.5)
9
9
+
drb
6
10
i18n (>= 1.6, < 2)
7
11
minitest (>= 5.1)
12
12
+
mutex_m
8
13
tzinfo (~> 2.0)
9
9
-
concurrent-ruby (1.2.2)
14
14
+
base64 (0.2.0)
15
15
+
bigdecimal (3.1.6)
16
16
+
concurrent-ruby (1.2.3)
17
17
+
connection_pool (2.4.1)
10
18
curses (1.4.4)
11
11
-
domain_name (0.5.20190701)
12
12
-
unf (>= 0.0.5, < 1.0.0)
13
13
-
haveapi-client (0.16.3)
14
14
-
activesupport (>= 4.0)
15
15
-
highline (~> 2.0.3)
19
19
+
domain_name (0.6.20240107)
20
20
+
drb (2.2.1)
21
21
+
haveapi-client (0.19.3)
22
22
+
activesupport (>= 7.0)
23
23
+
highline (~> 2.1.0)
16
24
json
17
25
require_all (~> 2.0.0)
18
26
rest-client (~> 2.1.0)
19
19
-
ruby-progressbar (~> 1.11.0)
20
20
-
highline (2.0.3)
27
27
+
ruby-progressbar (~> 1.13.0)
28
28
+
highline (2.1.0)
21
29
http-accept (1.7.0)
22
30
http-cookie (1.0.5)
23
31
domain_name (~> 0.5)
24
24
-
i18n (1.14.1)
32
32
+
i18n (1.14.3)
25
33
concurrent-ruby (~> 1.0)
26
26
-
json (2.6.3)
27
27
-
mime-types (3.4.1)
34
34
+
racc (~> 1.7)
35
35
+
json (2.7.1)
36
36
+
mime-types (3.5.2)
28
37
mime-types-data (~> 3.2015)
29
29
-
mime-types-data (3.2023.0218.1)
30
30
-
minitest (5.18.0)
38
38
+
mime-types-data (3.2024.0305)
39
39
+
minitest (5.22.2)
40
40
+
mutex_m (0.2.0)
31
41
netrc (0.11.0)
42
42
+
racc (1.7.3)
32
43
require_all (2.0.0)
33
44
rest-client (2.1.0)
34
45
http-accept (>= 1.7.0, < 2.0)
35
46
http-cookie (>= 1.0.2, < 2.0)
36
47
mime-types (>= 1.16, < 4.0)
37
48
netrc (~> 0.8)
38
38
-
ruby-progressbar (1.11.0)
49
49
+
ruby-progressbar (1.13.0)
39
50
tzinfo (2.0.6)
40
51
concurrent-ruby (~> 1.0)
41
41
-
unf (0.1.4)
42
42
-
unf_ext
43
43
-
unf_ext (0.0.8.2)
44
44
-
vpsadmin-client (3.0.0.master.20221118.pre.1.ac358990)
52
52
+
vpsadmin-client (3.0.0.master.20231229.pre.0.51d41b07)
45
53
curses
46
46
-
haveapi-client (~> 0.16.1)
54
54
+
haveapi-client (~> 0.19.0)
47
55
json
48
48
-
vpsfree-client (0.17.1)
49
49
-
vpsadmin-client (= 3.0.0.master.20221118.pre.1.ac358990)
56
56
+
vpsfree-client (0.18.0)
57
57
+
vpsadmin-client (= 3.0.0.master.20231229.pre.0.51d41b07)
50
58
51
59
PLATFORMS
52
60
ruby
53
61
54
62
DEPENDENCIES
55
55
-
vpsfree-client (= 0.17.1)
63
63
+
vpsfree-client (= 0.18.0)
56
64
57
65
BUNDLED WITH
58
58
-
2.4.13
66
66
+
2.4.22
+88
-50
pkgs/tools/virtualization/vpsfree-client/gemset.nix
···
1
1
{
2
2
activesupport = {
3
3
-
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
3
3
+
dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "minitest" "mutex_m" "tzinfo"];
4
4
+
groups = ["default"];
5
5
+
platforms = [];
6
6
+
source = {
7
7
+
remotes = ["https://rubygems.org"];
8
8
+
sha256 = "0blbbf2x7dn7ar4g9aij403582zb6zscbj48bz63lvaamsvlb15d";
9
9
+
type = "gem";
10
10
+
};
11
11
+
version = "7.1.3.2";
12
12
+
};
13
13
+
base64 = {
14
14
+
groups = ["default"];
15
15
+
platforms = [];
16
16
+
source = {
17
17
+
remotes = ["https://rubygems.org"];
18
18
+
sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
19
19
+
type = "gem";
20
20
+
};
21
21
+
version = "0.2.0";
22
22
+
};
23
23
+
bigdecimal = {
4
24
groups = ["default"];
5
25
platforms = [];
6
26
source = {
7
27
remotes = ["https://rubygems.org"];
8
8
-
sha256 = "1c7k5i6531z5il4q1jnbrv7x7zcl3bgnxp5fzl71rzigk6zn53ym";
28
28
+
sha256 = "00db5v09k1z3539g1zrk7vkjrln9967k08adh6qx33ng97a2gg5w";
9
29
type = "gem";
10
30
};
11
11
-
version = "7.0.5";
31
31
+
version = "3.1.6";
12
32
};
13
33
concurrent-ruby = {
14
34
groups = ["default"];
15
35
platforms = [];
16
36
source = {
17
37
remotes = ["https://rubygems.org"];
18
18
-
sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q";
38
38
+
sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2";
39
39
+
type = "gem";
40
40
+
};
41
41
+
version = "1.2.3";
42
42
+
};
43
43
+
connection_pool = {
44
44
+
groups = ["default"];
45
45
+
platforms = [];
46
46
+
source = {
47
47
+
remotes = ["https://rubygems.org"];
48
48
+
sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g";
19
49
type = "gem";
20
50
};
21
21
-
version = "1.2.2";
51
51
+
version = "2.4.1";
22
52
};
23
53
curses = {
24
54
groups = ["default"];
···
31
61
version = "1.4.4";
32
62
};
33
63
domain_name = {
34
34
-
dependencies = ["unf"];
35
64
groups = ["default"];
36
65
platforms = [];
37
66
source = {
38
67
remotes = ["https://rubygems.org"];
39
39
-
sha256 = "0lcqjsmixjp52bnlgzh4lg9ppsk52x9hpwdjd53k8jnbah2602h0";
68
68
+
sha256 = "0cyr2xm576gqhqicsyqnhanni47408w2pgvrfi8pd13h2li3nsaz";
40
69
type = "gem";
41
70
};
42
42
-
version = "0.5.20190701";
71
71
+
version = "0.6.20240107";
72
72
+
};
73
73
+
drb = {
74
74
+
groups = ["default"];
75
75
+
platforms = [];
76
76
+
source = {
77
77
+
remotes = ["https://rubygems.org"];
78
78
+
sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
79
79
+
type = "gem";
80
80
+
};
81
81
+
version = "2.2.1";
43
82
};
44
83
haveapi-client = {
45
84
dependencies = ["activesupport" "highline" "json" "require_all" "rest-client" "ruby-progressbar"];
···
47
86
platforms = [];
48
87
source = {
49
88
remotes = ["https://rubygems.org"];
50
50
-
sha256 = "0iz0k9cwva8icc040k5m9ah0cz08jg6x51h6ahdccw6azy8h93i1";
89
89
+
sha256 = "0yjcf6yf90sqjsywlcxzfrfrl835ndw96x6bh4grvc75zbb5ijki";
51
90
type = "gem";
52
91
};
53
53
-
version = "0.16.3";
92
92
+
version = "0.19.3";
54
93
};
55
94
highline = {
56
95
groups = ["default"];
57
96
platforms = [];
58
97
source = {
59
98
remotes = ["https://rubygems.org"];
60
60
-
sha256 = "0yclf57n2j3cw8144ania99h1zinf8q3f5zrhqa754j6gl95rp9d";
99
99
+
sha256 = "1f8cr014j7mdqpdb9q17fp5vb5b8n1pswqaif91s3ylg5x3pygfn";
61
100
type = "gem";
62
101
};
63
63
-
version = "2.0.3";
102
102
+
version = "2.1.0";
64
103
};
65
104
http-accept = {
66
105
groups = ["default"];
···
84
123
version = "1.0.5";
85
124
};
86
125
i18n = {
87
87
-
dependencies = ["concurrent-ruby"];
126
126
+
dependencies = ["concurrent-ruby" "racc"];
88
127
groups = ["default"];
89
128
platforms = [];
90
129
source = {
91
130
remotes = ["https://rubygems.org"];
92
92
-
sha256 = "0qaamqsh5f3szhcakkak8ikxlzxqnv49n2p7504hcz2l0f4nj0wx";
131
131
+
sha256 = "1j9zl6ssshkdjdn21lckdhsfkkw1n4wcynqp8n67afa5qps2gmds";
93
132
type = "gem";
94
133
};
95
95
-
version = "1.14.1";
134
134
+
version = "1.14.3";
96
135
};
97
136
json = {
98
137
groups = ["default"];
99
138
platforms = [];
100
139
source = {
101
140
remotes = ["https://rubygems.org"];
102
102
-
sha256 = "0nalhin1gda4v8ybk6lq8f407cgfrj6qzn234yra4ipkmlbfmal6";
141
141
+
sha256 = "0r9jmjhg2ly3l736flk7r2al47b5c8cayh0gqkq0yhjqzc9a6zhq";
103
142
type = "gem";
104
143
};
105
105
-
version = "2.6.3";
144
144
+
version = "2.7.1";
106
145
};
107
146
mime-types = {
108
147
dependencies = ["mime-types-data"];
···
110
149
platforms = [];
111
150
source = {
112
151
remotes = ["https://rubygems.org"];
113
113
-
sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb";
152
152
+
sha256 = "1r64z0m5zrn4k37wabfnv43wa6yivgdfk6cf2rpmmirlz889yaf1";
114
153
type = "gem";
115
154
};
116
116
-
version = "3.4.1";
155
155
+
version = "3.5.2";
117
156
};
118
157
mime-types-data = {
119
158
groups = ["default"];
120
159
platforms = [];
121
160
source = {
122
161
remotes = ["https://rubygems.org"];
123
123
-
sha256 = "1pky3vzaxlgm9gw5wlqwwi7wsw3jrglrfflrppvvnsrlaiz043z9";
162
162
+
sha256 = "00x7w5xqsj9m33v3vkmy23wipkkysafksib53ypzn27p5g81w455";
124
163
type = "gem";
125
164
};
126
126
-
version = "3.2023.0218.1";
165
165
+
version = "3.2024.0305";
127
166
};
128
167
minitest = {
129
168
groups = ["default"];
130
169
platforms = [];
131
170
source = {
132
171
remotes = ["https://rubygems.org"];
133
133
-
sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06";
172
172
+
sha256 = "0667vf0zglacry87nkcl3ns8421aydvz71vfa3g3yjhiq8zh19f5";
173
173
+
type = "gem";
174
174
+
};
175
175
+
version = "5.22.2";
176
176
+
};
177
177
+
mutex_m = {
178
178
+
groups = ["default"];
179
179
+
platforms = [];
180
180
+
source = {
181
181
+
remotes = ["https://rubygems.org"];
182
182
+
sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn";
134
183
type = "gem";
135
184
};
136
136
-
version = "5.18.0";
185
185
+
version = "0.2.0";
137
186
};
138
187
netrc = {
139
188
groups = ["default"];
···
145
194
};
146
195
version = "0.11.0";
147
196
};
197
197
+
racc = {
198
198
+
groups = ["default"];
199
199
+
platforms = [];
200
200
+
source = {
201
201
+
remotes = ["https://rubygems.org"];
202
202
+
sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp";
203
203
+
type = "gem";
204
204
+
};
205
205
+
version = "1.7.3";
206
206
+
};
148
207
require_all = {
149
208
groups = ["default"];
150
209
platforms = [];
···
171
230
platforms = [];
172
231
source = {
173
232
remotes = ["https://rubygems.org"];
174
174
-
sha256 = "02nmaw7yx9kl7rbaan5pl8x5nn0y4j5954mzrkzi9i3dhsrps4nc";
233
233
+
sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40";
175
234
type = "gem";
176
235
};
177
177
-
version = "1.11.0";
236
236
+
version = "1.13.0";
178
237
};
179
238
tzinfo = {
180
239
dependencies = ["concurrent-ruby"];
···
187
246
};
188
247
version = "2.0.6";
189
248
};
190
190
-
unf = {
191
191
-
dependencies = ["unf_ext"];
192
192
-
groups = ["default"];
193
193
-
platforms = [];
194
194
-
source = {
195
195
-
remotes = ["https://rubygems.org"];
196
196
-
sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9";
197
197
-
type = "gem";
198
198
-
};
199
199
-
version = "0.1.4";
200
200
-
};
201
201
-
unf_ext = {
202
202
-
groups = ["default"];
203
203
-
platforms = [];
204
204
-
source = {
205
205
-
remotes = ["https://rubygems.org"];
206
206
-
sha256 = "1yj2nz2l101vr1x9w2k83a0fag1xgnmjwp8w8rw4ik2rwcz65fch";
207
207
-
type = "gem";
208
208
-
};
209
209
-
version = "0.0.8.2";
210
210
-
};
211
249
vpsadmin-client = {
212
250
dependencies = ["curses" "haveapi-client" "json"];
213
251
groups = ["default"];
214
252
platforms = [];
215
253
source = {
216
254
remotes = ["https://rubygems.org"];
217
217
-
sha256 = "1rqxvfmcbpi8wcmgwdl34il3a4gg3q3zy8pyyj0kk0v8lly0wb6d";
255
255
+
sha256 = "0d1bdyda8l42x8csf4ri2cqcr3xf6pcnv7s1k859rb8ysj7y8aqx";
218
256
type = "gem";
219
257
};
220
220
-
version = "3.0.0.master.20221118.pre.1.ac358990";
258
258
+
version = "3.0.0.master.20231229.pre.0.51d41b07";
221
259
};
222
260
vpsfree-client = {
223
261
dependencies = ["vpsadmin-client"];
···
225
263
platforms = [];
226
264
source = {
227
265
remotes = ["https://rubygems.org"];
228
228
-
sha256 = "0a4fmimzrysjcnvw2jz7f5hdslmy2aaipcgiisjkhqazw6nlbd8w";
266
266
+
sha256 = "038a57avnp4wmfqdya5a6r4a135nh6crzs6nf0khnhdhb9kkjfjg";
229
267
type = "gem";
230
268
};
231
231
-
version = "0.17.1";
269
269
+
version = "0.18.0";
232
270
};
233
271
}