devobs 0.2.3__tar.gz → 0.2.4__tar.gz

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 (54) hide show
  1. {devobs-0.2.3 → devobs-0.2.4}/Cargo.lock +12 -12
  2. {devobs-0.2.3 → devobs-0.2.4}/Cargo.toml +1 -1
  3. {devobs-0.2.3 → devobs-0.2.4}/PKG-INFO +1 -1
  4. {devobs-0.2.3 → devobs-0.2.4}/.config/nextest.toml +0 -0
  5. {devobs-0.2.3 → devobs-0.2.4}/.devcontainer/devcontainer.json +0 -0
  6. {devobs-0.2.3 → devobs-0.2.4}/.devcontainer/onCreateCommand.sh +0 -0
  7. {devobs-0.2.3 → devobs-0.2.4}/.devcontainer/postAttachCommand.sh +0 -0
  8. {devobs-0.2.3 → devobs-0.2.4}/.editorconfig +0 -0
  9. {devobs-0.2.3 → devobs-0.2.4}/.gitattributes +0 -0
  10. {devobs-0.2.3 → devobs-0.2.4}/.github/dependabot.yaml +0 -0
  11. {devobs-0.2.3 → devobs-0.2.4}/.github/workflows/ci.yaml +0 -0
  12. {devobs-0.2.3 → devobs-0.2.4}/.github/workflows/prepare-release.yaml +0 -0
  13. {devobs-0.2.3 → devobs-0.2.4}/.github/workflows/release.yaml +0 -0
  14. {devobs-0.2.3 → devobs-0.2.4}/.gitignore +0 -0
  15. {devobs-0.2.3 → devobs-0.2.4}/.pre-commit-config.yaml +0 -0
  16. {devobs-0.2.3 → devobs-0.2.4}/.pre-commit-hooks.yaml +0 -0
  17. {devobs-0.2.3 → devobs-0.2.4}/.rustfmt.toml +0 -0
  18. {devobs-0.2.3 → devobs-0.2.4}/.vscode/extensions.json +0 -0
  19. {devobs-0.2.3 → devobs-0.2.4}/.vscode/launch.json +0 -0
  20. {devobs-0.2.3 → devobs-0.2.4}/.vscode/settings.json +0 -0
  21. {devobs-0.2.3 → devobs-0.2.4}/LICENSE +0 -0
  22. {devobs-0.2.3 → devobs-0.2.4}/Makefile +0 -0
  23. {devobs-0.2.3 → devobs-0.2.4}/README.md +0 -0
  24. {devobs-0.2.3 → devobs-0.2.4}/pyproject.toml +0 -0
  25. {devobs-0.2.3 → devobs-0.2.4}/rust-toolchain.toml +0 -0
  26. {devobs-0.2.3 → devobs-0.2.4}/src/commands/assert_diff.rs +0 -0
  27. {devobs-0.2.3 → devobs-0.2.4}/src/commands/check_file_pair.rs +0 -0
  28. {devobs-0.2.3 → devobs-0.2.4}/src/commands.rs +0 -0
  29. {devobs-0.2.3 → devobs-0.2.4}/src/main.rs +0 -0
  30. {devobs-0.2.3 → devobs-0.2.4}/src/utils/fs.rs +0 -0
  31. {devobs-0.2.3 → devobs-0.2.4}/src/utils.rs +0 -0
  32. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/mod.rs +0 -0
  33. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_create-2.snap +0 -0
  34. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_create.snap +0 -0
  35. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_delete-2.snap +0 -0
  36. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_delete.snap +0 -0
  37. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_modify-2.snap +0 -0
  38. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_modify.snap +0 -0
  39. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__empty_directory.snap +0 -0
  40. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__no_changes.snap +0 -0
  41. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__no_command_to_run.snap +0 -0
  42. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__nonexistent_directory.snap +0 -0
  43. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__on_command_error_ignore.snap +0 -0
  44. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__on_command_error_propagate.snap +0 -0
  45. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__backward_matching.snap +0 -0
  46. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__create_if_not_exists.snap +0 -0
  47. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__create_if_not_exists_dry_run.snap +0 -0
  48. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__empty_directory_no_error_no_output.snap +0 -0
  49. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__forward_matching.snap +0 -0
  50. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__on_fully_populated_directory.snap +0 -0
  51. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/test_assert_diff.rs +0 -0
  52. {devobs-0.2.3 → devobs-0.2.4}/tests/commands/test_check_file_pair.rs +0 -0
  53. {devobs-0.2.3 → devobs-0.2.4}/tests/helpers.rs +0 -0
  54. {devobs-0.2.3 → devobs-0.2.4}/tests/integration_test.rs +0 -0
@@ -286,16 +286,16 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
286
286
 
287
287
  [[package]]
288
288
  name = "deranged"
289
- version = "0.4.0"
289
+ version = "0.5.5"
290
290
  source = "registry+https://github.com/rust-lang/crates.io-index"
291
- checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
291
+ checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
292
292
  dependencies = [
293
293
  "powerfmt",
294
294
  ]
295
295
 
296
296
  [[package]]
297
297
  name = "devobs"
298
- version = "0.2.3"
298
+ version = "0.2.4"
299
299
  dependencies = [
300
300
  "anyhow",
301
301
  "assert_cmd",
@@ -927,9 +927,9 @@ dependencies = [
927
927
 
928
928
  [[package]]
929
929
  name = "num-conv"
930
- version = "0.1.0"
930
+ version = "0.2.0"
931
931
  source = "registry+https://github.com/rust-lang/crates.io-index"
932
- checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
932
+ checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
933
933
 
934
934
  [[package]]
935
935
  name = "num_threads"
@@ -1704,9 +1704,9 @@ dependencies = [
1704
1704
 
1705
1705
  [[package]]
1706
1706
  name = "time"
1707
- version = "0.3.41"
1707
+ version = "0.3.47"
1708
1708
  source = "registry+https://github.com/rust-lang/crates.io-index"
1709
- checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
1709
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
1710
1710
  dependencies = [
1711
1711
  "deranged",
1712
1712
  "itoa",
@@ -1714,22 +1714,22 @@ dependencies = [
1714
1714
  "num-conv",
1715
1715
  "num_threads",
1716
1716
  "powerfmt",
1717
- "serde",
1717
+ "serde_core",
1718
1718
  "time-core",
1719
1719
  "time-macros",
1720
1720
  ]
1721
1721
 
1722
1722
  [[package]]
1723
1723
  name = "time-core"
1724
- version = "0.1.4"
1724
+ version = "0.1.8"
1725
1725
  source = "registry+https://github.com/rust-lang/crates.io-index"
1726
- checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
1726
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
1727
1727
 
1728
1728
  [[package]]
1729
1729
  name = "time-macros"
1730
- version = "0.2.22"
1730
+ version = "0.2.27"
1731
1731
  source = "registry+https://github.com/rust-lang/crates.io-index"
1732
- checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
1732
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
1733
1733
  dependencies = [
1734
1734
  "num-conv",
1735
1735
  "time-core",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "devobs"
3
- version = "0.2.3"
3
+ version = "0.2.4"
4
4
  edition = "2024"
5
5
  description = "CLI for obsessed developers."
6
6
  readme = "README.md"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devobs
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: CLI for obsessed developers.
5
5
  Home-Page: https://github.com/lasuillard/devobs
6
6
  Author: Yuchan Lee <lasuillard@gmail.com>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes