tzf 1.2.0 → 1.3.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: 4b8c0de5aa8b9bea6d00096d527a068f1af38c38025eedfbafe316d2482f17ad
4
- data.tar.gz: 32cdb29ab369835b8c4d4ba0b309385b20211ddafd16257c4ac1123aebeb8d10
3
+ metadata.gz: de7c49b31898e7215839ea6aa1ff8e233093c5899d1313364b33178d0b3dc907
4
+ data.tar.gz: f862a7228f03df06e12213b4faf48f44e55a65e326c104ab6c3b527e0d0995c0
5
5
  SHA512:
6
- metadata.gz: ac8b487f600c2bf25c07547360202df4fd7dc2f9b95f5da731696292999fda9c27c8f9c9afab1579551c11136b039ac6adafa2dcb53dd7169f0d5f50d6d8b1b8
7
- data.tar.gz: 6cf7268620c0ecaeb2442fbcc45709a61fcf45ac3da90eba8632f7c422138c6d90f84f693c3d3b52a6c160999897b3da5179722655a9e0d47af802a27dcd1f64
6
+ metadata.gz: a1d019c780be55461af9079e417b1d8d4d65da2bf74972b7c3b1cbd3f23c3b34ed6503c6db0953a6385f47e2b5533f633b13896da859e582f7d046a78100c9d4
7
+ data.tar.gz: 44f0cd2a7abbe642d79378fcc20df919d5d49046aee0b8ddecbeac7c9d35f79a076ad81ea4e3b9abe42d9e9e48d6fc833dc2a0676e8b7d2803dd4f44d1d0ab56
data/Cargo.lock CHANGED
@@ -43,12 +43,6 @@ version = "2.8.0"
43
43
  source = "registry+https://github.com/rust-lang/crates.io-index"
44
44
  checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
45
45
 
46
- [[package]]
47
- name = "byteorder"
48
- version = "1.5.0"
49
- source = "registry+https://github.com/rust-lang/crates.io-index"
50
- checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
51
-
52
46
  [[package]]
53
47
  name = "bytes"
54
48
  version = "1.9.0"
@@ -123,23 +117,11 @@ checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
123
117
 
124
118
  [[package]]
125
119
  name = "geometry-rs"
126
- version = "0.2.1"
120
+ version = "0.3.0"
127
121
  source = "registry+https://github.com/rust-lang/crates.io-index"
128
- checksum = "0cc55d6ed34ecaf51b13b305e876e80d8d23ff0ef61cc6d70532994ebdc7b2f5"
122
+ checksum = "90fe577bea4aec9757361ef0ea2e38ff05aa65b887858229e998b2cdfe16ee65"
129
123
  dependencies = [
130
124
  "float_next_after",
131
- "rtree_rs",
132
- ]
133
-
134
- [[package]]
135
- name = "getrandom"
136
- version = "0.2.15"
137
- source = "registry+https://github.com/rust-lang/crates.io-index"
138
- checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
139
- dependencies = [
140
- "cfg-if",
141
- "libc",
142
- "wasi 0.11.0+wasi-snapshot-preview1",
143
125
  ]
144
126
 
145
127
  [[package]]
@@ -150,7 +132,7 @@ checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
150
132
  dependencies = [
151
133
  "cfg-if",
152
134
  "libc",
153
- "wasi 0.13.3+wasi-0.2.2",
135
+ "wasi",
154
136
  "windows-targets",
155
137
  ]
156
138
 
@@ -307,21 +289,6 @@ dependencies = [
307
289
  "indexmap",
308
290
  ]
309
291
 
310
- [[package]]
311
- name = "ppv-lite86"
312
- version = "0.2.20"
313
- source = "registry+https://github.com/rust-lang/crates.io-index"
314
- checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
315
- dependencies = [
316
- "zerocopy",
317
- ]
318
-
319
- [[package]]
320
- name = "pqueue"
321
- version = "0.1.0"
322
- source = "registry+https://github.com/rust-lang/crates.io-index"
323
- checksum = "a2145d14f09d5fc7fe7134b556146599c2929af5b1f1e3a0ecc9d582a9b85e4d"
324
-
325
292
  [[package]]
326
293
  name = "prettyplease"
327
294
  version = "0.2.29"
@@ -402,50 +369,20 @@ dependencies = [
402
369
  "proc-macro2",
403
370
  ]
404
371
 
405
- [[package]]
406
- name = "rand"
407
- version = "0.8.5"
408
- source = "registry+https://github.com/rust-lang/crates.io-index"
409
- checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
410
- dependencies = [
411
- "libc",
412
- "rand_chacha",
413
- "rand_core",
414
- ]
415
-
416
- [[package]]
417
- name = "rand_chacha"
418
- version = "0.3.1"
419
- source = "registry+https://github.com/rust-lang/crates.io-index"
420
- checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
421
- dependencies = [
422
- "ppv-lite86",
423
- "rand_core",
424
- ]
425
-
426
- [[package]]
427
- name = "rand_core"
428
- version = "0.6.4"
429
- source = "registry+https://github.com/rust-lang/crates.io-index"
430
- checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
431
- dependencies = [
432
- "getrandom 0.2.15",
433
- ]
434
-
435
372
  [[package]]
436
373
  name = "rb-sys"
437
- version = "0.9.110"
374
+ version = "0.9.114"
438
375
  source = "registry+https://github.com/rust-lang/crates.io-index"
439
- checksum = "56cf964f8e44115e50009921ea3d3791b6f74d1ae6d6ed37114fbe03a1cd7308"
376
+ checksum = "b41b4e5d871203c3ce7c7bd0f27390fb6eee494ef9c4822a151854610e562f05"
440
377
  dependencies = [
441
378
  "rb-sys-build",
442
379
  ]
443
380
 
444
381
  [[package]]
445
382
  name = "rb-sys-build"
446
- version = "0.9.110"
383
+ version = "0.9.114"
447
384
  source = "registry+https://github.com/rust-lang/crates.io-index"
448
- checksum = "161480347f56473107d4135643b6b1909331eec61445e113b256708a28b691c5"
385
+ checksum = "de20c3cc2868958bdf8eae7431e6797cb3ce29fcdd5bada95231c4c3c167e701"
449
386
  dependencies = [
450
387
  "bindgen",
451
388
  "lazy_static",
@@ -491,15 +428,6 @@ version = "0.8.5"
491
428
  source = "registry+https://github.com/rust-lang/crates.io-index"
492
429
  checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
493
430
 
494
- [[package]]
495
- name = "rtree_rs"
496
- version = "0.1.4"
497
- source = "registry+https://github.com/rust-lang/crates.io-index"
498
- checksum = "7787960e978c1c675fd6b8eb7d56b9c7162aec55c41d368add6f3ff39251b96e"
499
- dependencies = [
500
- "pqueue",
501
- ]
502
-
503
431
  [[package]]
504
432
  name = "rustc-hash"
505
433
  version = "1.1.0"
@@ -556,7 +484,7 @@ checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
556
484
  dependencies = [
557
485
  "cfg-if",
558
486
  "fastrand",
559
- "getrandom 0.3.1",
487
+ "getrandom",
560
488
  "once_cell",
561
489
  "rustix",
562
490
  "windows-sys",
@@ -574,22 +502,21 @@ dependencies = [
574
502
 
575
503
  [[package]]
576
504
  name = "tzf-rel"
577
- version = "0.0.2025-a"
505
+ version = "0.0.2025-b"
578
506
  source = "registry+https://github.com/rust-lang/crates.io-index"
579
- checksum = "7f83c80655e94407bd7763aedbe1b9cab74389e6f07d43f47ab671c7ce7d8b44"
507
+ checksum = "6fb5c10d0e0d00ad6552ae5feab676ba03858ba9ccf4494743b7f242984419d4"
580
508
 
581
509
  [[package]]
582
510
  name = "tzf-rs"
583
- version = "0.4.10"
511
+ version = "1.0.0"
584
512
  source = "registry+https://github.com/rust-lang/crates.io-index"
585
- checksum = "a3550bdca708346042836edbe842081b92af11dd21edcda8e4c0bdee128914d0"
513
+ checksum = "e683d655e52410be5bf71cd879534a3e0a053c4778f53aba030d289a9e905f05"
586
514
  dependencies = [
587
515
  "anyhow",
588
516
  "bytes",
589
517
  "geometry-rs",
590
518
  "prost",
591
519
  "prost-build",
592
- "rand",
593
520
  "tzf-rel",
594
521
  ]
595
522
 
@@ -599,12 +526,6 @@ version = "1.0.16"
599
526
  source = "registry+https://github.com/rust-lang/crates.io-index"
600
527
  checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
601
528
 
602
- [[package]]
603
- name = "wasi"
604
- version = "0.11.0+wasi-snapshot-preview1"
605
- source = "registry+https://github.com/rust-lang/crates.io-index"
606
- checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
607
-
608
529
  [[package]]
609
530
  name = "wasi"
610
531
  version = "0.13.3+wasi-0.2.2"
@@ -695,24 +616,3 @@ checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
695
616
  dependencies = [
696
617
  "bitflags",
697
618
  ]
698
-
699
- [[package]]
700
- name = "zerocopy"
701
- version = "0.7.35"
702
- source = "registry+https://github.com/rust-lang/crates.io-index"
703
- checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
704
- dependencies = [
705
- "byteorder",
706
- "zerocopy-derive",
707
- ]
708
-
709
- [[package]]
710
- name = "zerocopy-derive"
711
- version = "0.7.35"
712
- source = "registry+https://github.com/rust-lang/crates.io-index"
713
- checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
714
- dependencies = [
715
- "proc-macro2",
716
- "quote",
717
- "syn",
718
- ]
data/README.md CHANGED
@@ -55,3 +55,12 @@ The gem is available as open source under the terms of the [MIT License](https:/
55
55
  ## Code of Conduct
56
56
 
57
57
  Everyone interacting in the tzf project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/tzf/blob/main/CODE_OF_CONDUCT.md).
58
+
59
+ ## Releasing
60
+
61
+ 1. Checkout new branch
62
+ 2. Update changelog
63
+ 3. Bump version with `bin/bump -v [major|minor||patch]`
64
+ 4. Open PR
65
+ 5. Merge PR
66
+ 6. Release with GitHub action
data/ext/tzf/Cargo.toml CHANGED
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
12
12
  [dependencies]
13
13
  lazy_static = "1.5.0"
14
14
  magnus = { version = "0.7" }
15
- tzf-rs = { version = "0.4.10", default-features = false }
15
+ tzf-rs = { version = "1.0.0", default-features = false }
16
16
  rb-sys = { version = "0.9", default-features = false, features = [
17
17
  "stable-api-compiled-fallback",
18
18
  ] }
data/lib/tzf/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TZF
4
- VERSION = "1.2.0"
4
+ VERSION = "1.3.0"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tzf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin McCormack
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-02-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rb_sys
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  - !ruby/object:Gem::Version
66
66
  version: 3.4.6
67
67
  requirements: []
68
- rubygems_version: 3.6.2
68
+ rubygems_version: 3.6.7
69
69
  specification_version: 4
70
70
  summary: Ruby time zone lookup interface using tzf-rs
71
71
  test_files: []