tzf 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Cargo.lock +165 -56
- data/Gemfile.lock +1 -1
- data/ext/tzf/Cargo.toml +1 -1
- data/lib/tzf/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '079073c28e43ca00ef461aefcb4c5c2bad6f0297c83f4341b20e5869a773eba9'
|
4
|
+
data.tar.gz: f9da366053d42268854337c5a792c0d2b10203e3f4d1d5559892fedc32ea066a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d35f18bea020a9786ab808283d4be3a1c63a10b2bc45aa0729cbb5eae04cd51b21a2ff87507f19aebac527cc2707d6053cd24df6eda7189428571dce202593a6
|
7
|
+
data.tar.gz: f152bb53b48b10276a1b65823a955ad52056441da0bb0afd0df24d1fcf859fd918035626996af3948b40de8d2f3beb7560d98c6bf0b800115eca27d958831bb9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
|
+
## [0.4.1] - 2023-03-27
|
4
|
+
|
5
|
+
- Bump tzf-rs to [0.4.1](https://github.com/ringsaturn/tzf-rs/releases/tag/v0.4.1)
|
6
|
+
|
3
7
|
## [0.4.0] - 2023-03-27
|
4
8
|
|
5
9
|
- Bump tzf-rs to [0.4.0](https://github.com/ringsaturn/tzf-rs/releases/tag/v0.4.0) which includes [2023b](https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2023b) data.
|
data/Cargo.lock
CHANGED
@@ -38,6 +38,55 @@ dependencies = [
|
|
38
38
|
"memchr",
|
39
39
|
]
|
40
40
|
|
41
|
+
[[package]]
|
42
|
+
name = "anstream"
|
43
|
+
version = "0.3.2"
|
44
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
45
|
+
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
46
|
+
dependencies = [
|
47
|
+
"anstyle",
|
48
|
+
"anstyle-parse",
|
49
|
+
"anstyle-query",
|
50
|
+
"anstyle-wincon",
|
51
|
+
"colorchoice",
|
52
|
+
"is-terminal",
|
53
|
+
"utf8parse",
|
54
|
+
]
|
55
|
+
|
56
|
+
[[package]]
|
57
|
+
name = "anstyle"
|
58
|
+
version = "1.0.0"
|
59
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
60
|
+
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
|
61
|
+
|
62
|
+
[[package]]
|
63
|
+
name = "anstyle-parse"
|
64
|
+
version = "0.2.0"
|
65
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
66
|
+
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
|
67
|
+
dependencies = [
|
68
|
+
"utf8parse",
|
69
|
+
]
|
70
|
+
|
71
|
+
[[package]]
|
72
|
+
name = "anstyle-query"
|
73
|
+
version = "1.0.0"
|
74
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
75
|
+
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
76
|
+
dependencies = [
|
77
|
+
"windows-sys 0.48.0",
|
78
|
+
]
|
79
|
+
|
80
|
+
[[package]]
|
81
|
+
name = "anstyle-wincon"
|
82
|
+
version = "1.0.1"
|
83
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
84
|
+
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
|
85
|
+
dependencies = [
|
86
|
+
"anstyle",
|
87
|
+
"windows-sys 0.48.0",
|
88
|
+
]
|
89
|
+
|
41
90
|
[[package]]
|
42
91
|
name = "anyhow"
|
43
92
|
version = "1.0.70"
|
@@ -131,9 +180,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
131
180
|
|
132
181
|
[[package]]
|
133
182
|
name = "cities-json"
|
134
|
-
version = "0.3.
|
183
|
+
version = "0.3.7"
|
135
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
136
|
-
checksum = "
|
185
|
+
checksum = "4f7a89d9a7d1e2b980dc2fd22e818e8c37b102fe30976a95dc000267f10d79d2"
|
137
186
|
dependencies = [
|
138
187
|
"lazy_static",
|
139
188
|
"rand",
|
@@ -154,24 +203,33 @@ dependencies = [
|
|
154
203
|
|
155
204
|
[[package]]
|
156
205
|
name = "clap"
|
157
|
-
version = "4.
|
206
|
+
version = "4.3.0"
|
158
207
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
159
|
-
checksum = "
|
208
|
+
checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"
|
160
209
|
dependencies = [
|
161
|
-
"
|
210
|
+
"clap_builder",
|
162
211
|
"clap_derive",
|
163
|
-
"clap_lex",
|
164
|
-
"is-terminal",
|
165
212
|
"once_cell",
|
213
|
+
]
|
214
|
+
|
215
|
+
[[package]]
|
216
|
+
name = "clap_builder"
|
217
|
+
version = "4.3.0"
|
218
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
219
|
+
checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"
|
220
|
+
dependencies = [
|
221
|
+
"anstream",
|
222
|
+
"anstyle",
|
223
|
+
"bitflags",
|
224
|
+
"clap_lex",
|
166
225
|
"strsim",
|
167
|
-
"termcolor",
|
168
226
|
]
|
169
227
|
|
170
228
|
[[package]]
|
171
229
|
name = "clap_derive"
|
172
|
-
version = "4.
|
230
|
+
version = "4.3.0"
|
173
231
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
174
|
-
checksum = "
|
232
|
+
checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b"
|
175
233
|
dependencies = [
|
176
234
|
"heck",
|
177
235
|
"proc-macro2",
|
@@ -181,12 +239,15 @@ dependencies = [
|
|
181
239
|
|
182
240
|
[[package]]
|
183
241
|
name = "clap_lex"
|
184
|
-
version = "0.
|
242
|
+
version = "0.5.0"
|
185
243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
186
|
-
checksum = "
|
187
|
-
|
188
|
-
|
189
|
-
|
244
|
+
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
245
|
+
|
246
|
+
[[package]]
|
247
|
+
name = "colorchoice"
|
248
|
+
version = "1.0.0"
|
249
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
250
|
+
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
190
251
|
|
191
252
|
[[package]]
|
192
253
|
name = "cpp_demangle"
|
@@ -561,12 +622,6 @@ version = "1.17.1"
|
|
561
622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
562
623
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
563
624
|
|
564
|
-
[[package]]
|
565
|
-
name = "os_str_bytes"
|
566
|
-
version = "6.5.0"
|
567
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
568
|
-
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
|
569
|
-
|
570
625
|
[[package]]
|
571
626
|
name = "parking_lot"
|
572
627
|
version = "0.12.1"
|
@@ -988,15 +1043,6 @@ dependencies = [
|
|
988
1043
|
"windows-sys 0.42.0",
|
989
1044
|
]
|
990
1045
|
|
991
|
-
[[package]]
|
992
|
-
name = "termcolor"
|
993
|
-
version = "1.2.0"
|
994
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
995
|
-
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
996
|
-
dependencies = [
|
997
|
-
"winapi-util",
|
998
|
-
]
|
999
|
-
|
1000
1046
|
[[package]]
|
1001
1047
|
name = "thiserror"
|
1002
1048
|
version = "1.0.40"
|
@@ -1034,9 +1080,9 @@ checksum = "e305448914389c394ef4d3285688b6fa0f69602122c4a446acb39ff3e9669c65"
|
|
1034
1080
|
|
1035
1081
|
[[package]]
|
1036
1082
|
name = "tzf-rs"
|
1037
|
-
version = "0.4.
|
1083
|
+
version = "0.4.1"
|
1038
1084
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1039
|
-
checksum = "
|
1085
|
+
checksum = "72cc2c991c9d0e28104ea816f3092c355ecd3bf4160c58411d4dd4e0f58f97a9"
|
1040
1086
|
dependencies = [
|
1041
1087
|
"anyhow",
|
1042
1088
|
"bytes",
|
@@ -1057,6 +1103,12 @@ version = "1.0.8"
|
|
1057
1103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1058
1104
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
1059
1105
|
|
1106
|
+
[[package]]
|
1107
|
+
name = "utf8parse"
|
1108
|
+
version = "0.2.1"
|
1109
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1110
|
+
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
1111
|
+
|
1060
1112
|
[[package]]
|
1061
1113
|
name = "uuid"
|
1062
1114
|
version = "1.3.0"
|
@@ -1102,15 +1154,6 @@ version = "0.4.0"
|
|
1102
1154
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1103
1155
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
1104
1156
|
|
1105
|
-
[[package]]
|
1106
|
-
name = "winapi-util"
|
1107
|
-
version = "0.1.5"
|
1108
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1109
|
-
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
1110
|
-
dependencies = [
|
1111
|
-
"winapi",
|
1112
|
-
]
|
1113
|
-
|
1114
1157
|
[[package]]
|
1115
1158
|
name = "winapi-x86_64-pc-windows-gnu"
|
1116
1159
|
version = "0.4.0"
|
@@ -1123,13 +1166,13 @@ version = "0.42.0"
|
|
1123
1166
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1124
1167
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
1125
1168
|
dependencies = [
|
1126
|
-
"windows_aarch64_gnullvm",
|
1127
|
-
"windows_aarch64_msvc",
|
1128
|
-
"windows_i686_gnu",
|
1129
|
-
"windows_i686_msvc",
|
1130
|
-
"windows_x86_64_gnu",
|
1131
|
-
"windows_x86_64_gnullvm",
|
1132
|
-
"windows_x86_64_msvc",
|
1169
|
+
"windows_aarch64_gnullvm 0.42.2",
|
1170
|
+
"windows_aarch64_msvc 0.42.2",
|
1171
|
+
"windows_i686_gnu 0.42.2",
|
1172
|
+
"windows_i686_msvc 0.42.2",
|
1173
|
+
"windows_x86_64_gnu 0.42.2",
|
1174
|
+
"windows_x86_64_gnullvm 0.42.2",
|
1175
|
+
"windows_x86_64_msvc 0.42.2",
|
1133
1176
|
]
|
1134
1177
|
|
1135
1178
|
[[package]]
|
@@ -1138,7 +1181,16 @@ version = "0.45.0"
|
|
1138
1181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1139
1182
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
1140
1183
|
dependencies = [
|
1141
|
-
"windows-targets",
|
1184
|
+
"windows-targets 0.42.2",
|
1185
|
+
]
|
1186
|
+
|
1187
|
+
[[package]]
|
1188
|
+
name = "windows-sys"
|
1189
|
+
version = "0.48.0"
|
1190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1191
|
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
1192
|
+
dependencies = [
|
1193
|
+
"windows-targets 0.48.0",
|
1142
1194
|
]
|
1143
1195
|
|
1144
1196
|
[[package]]
|
@@ -1147,13 +1199,28 @@ version = "0.42.2"
|
|
1147
1199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1148
1200
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
1149
1201
|
dependencies = [
|
1150
|
-
"windows_aarch64_gnullvm",
|
1151
|
-
"windows_aarch64_msvc",
|
1152
|
-
"windows_i686_gnu",
|
1153
|
-
"windows_i686_msvc",
|
1154
|
-
"windows_x86_64_gnu",
|
1155
|
-
"windows_x86_64_gnullvm",
|
1156
|
-
"windows_x86_64_msvc",
|
1202
|
+
"windows_aarch64_gnullvm 0.42.2",
|
1203
|
+
"windows_aarch64_msvc 0.42.2",
|
1204
|
+
"windows_i686_gnu 0.42.2",
|
1205
|
+
"windows_i686_msvc 0.42.2",
|
1206
|
+
"windows_x86_64_gnu 0.42.2",
|
1207
|
+
"windows_x86_64_gnullvm 0.42.2",
|
1208
|
+
"windows_x86_64_msvc 0.42.2",
|
1209
|
+
]
|
1210
|
+
|
1211
|
+
[[package]]
|
1212
|
+
name = "windows-targets"
|
1213
|
+
version = "0.48.0"
|
1214
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1215
|
+
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
1216
|
+
dependencies = [
|
1217
|
+
"windows_aarch64_gnullvm 0.48.0",
|
1218
|
+
"windows_aarch64_msvc 0.48.0",
|
1219
|
+
"windows_i686_gnu 0.48.0",
|
1220
|
+
"windows_i686_msvc 0.48.0",
|
1221
|
+
"windows_x86_64_gnu 0.48.0",
|
1222
|
+
"windows_x86_64_gnullvm 0.48.0",
|
1223
|
+
"windows_x86_64_msvc 0.48.0",
|
1157
1224
|
]
|
1158
1225
|
|
1159
1226
|
[[package]]
|
@@ -1162,38 +1229,80 @@ version = "0.42.2"
|
|
1162
1229
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1163
1230
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
1164
1231
|
|
1232
|
+
[[package]]
|
1233
|
+
name = "windows_aarch64_gnullvm"
|
1234
|
+
version = "0.48.0"
|
1235
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1236
|
+
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
1237
|
+
|
1165
1238
|
[[package]]
|
1166
1239
|
name = "windows_aarch64_msvc"
|
1167
1240
|
version = "0.42.2"
|
1168
1241
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1169
1242
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
1170
1243
|
|
1244
|
+
[[package]]
|
1245
|
+
name = "windows_aarch64_msvc"
|
1246
|
+
version = "0.48.0"
|
1247
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1248
|
+
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
1249
|
+
|
1171
1250
|
[[package]]
|
1172
1251
|
name = "windows_i686_gnu"
|
1173
1252
|
version = "0.42.2"
|
1174
1253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1175
1254
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
1176
1255
|
|
1256
|
+
[[package]]
|
1257
|
+
name = "windows_i686_gnu"
|
1258
|
+
version = "0.48.0"
|
1259
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1260
|
+
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
1261
|
+
|
1177
1262
|
[[package]]
|
1178
1263
|
name = "windows_i686_msvc"
|
1179
1264
|
version = "0.42.2"
|
1180
1265
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1181
1266
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
1182
1267
|
|
1268
|
+
[[package]]
|
1269
|
+
name = "windows_i686_msvc"
|
1270
|
+
version = "0.48.0"
|
1271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1272
|
+
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
1273
|
+
|
1183
1274
|
[[package]]
|
1184
1275
|
name = "windows_x86_64_gnu"
|
1185
1276
|
version = "0.42.2"
|
1186
1277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1187
1278
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
1188
1279
|
|
1280
|
+
[[package]]
|
1281
|
+
name = "windows_x86_64_gnu"
|
1282
|
+
version = "0.48.0"
|
1283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1284
|
+
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
1285
|
+
|
1189
1286
|
[[package]]
|
1190
1287
|
name = "windows_x86_64_gnullvm"
|
1191
1288
|
version = "0.42.2"
|
1192
1289
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1193
1290
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
1194
1291
|
|
1292
|
+
[[package]]
|
1293
|
+
name = "windows_x86_64_gnullvm"
|
1294
|
+
version = "0.48.0"
|
1295
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1296
|
+
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
1297
|
+
|
1195
1298
|
[[package]]
|
1196
1299
|
name = "windows_x86_64_msvc"
|
1197
1300
|
version = "0.42.2"
|
1198
1301
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1199
1302
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
1303
|
+
|
1304
|
+
[[package]]
|
1305
|
+
name = "windows_x86_64_msvc"
|
1306
|
+
version = "0.48.0"
|
1307
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1308
|
+
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
data/Gemfile.lock
CHANGED
data/ext/tzf/Cargo.toml
CHANGED
data/lib/tzf/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tzf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin McCormack
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rb_sys
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
103
|
- !ruby/object:Gem::Version
|
104
104
|
version: 3.4.6
|
105
105
|
requirements: []
|
106
|
-
rubygems_version: 3.4.
|
106
|
+
rubygems_version: 3.4.10
|
107
107
|
signing_key:
|
108
108
|
specification_version: 4
|
109
109
|
summary: Ruby time zone lookup interface using tzf-rs
|