devobs 0.2.2__tar.gz → 0.2.3__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.2 → devobs-0.2.3}/.github/workflows/ci.yaml +3 -3
  2. {devobs-0.2.2 → devobs-0.2.3}/.github/workflows/prepare-release.yaml +1 -1
  3. {devobs-0.2.2 → devobs-0.2.3}/Cargo.lock +5 -5
  4. {devobs-0.2.2 → devobs-0.2.3}/Cargo.toml +2 -2
  5. {devobs-0.2.2 → devobs-0.2.3}/PKG-INFO +1 -1
  6. {devobs-0.2.2 → devobs-0.2.3}/.config/nextest.toml +0 -0
  7. {devobs-0.2.2 → devobs-0.2.3}/.devcontainer/devcontainer.json +0 -0
  8. {devobs-0.2.2 → devobs-0.2.3}/.devcontainer/onCreateCommand.sh +0 -0
  9. {devobs-0.2.2 → devobs-0.2.3}/.devcontainer/postAttachCommand.sh +0 -0
  10. {devobs-0.2.2 → devobs-0.2.3}/.editorconfig +0 -0
  11. {devobs-0.2.2 → devobs-0.2.3}/.gitattributes +0 -0
  12. {devobs-0.2.2 → devobs-0.2.3}/.github/dependabot.yaml +0 -0
  13. {devobs-0.2.2 → devobs-0.2.3}/.github/workflows/release.yaml +0 -0
  14. {devobs-0.2.2 → devobs-0.2.3}/.gitignore +0 -0
  15. {devobs-0.2.2 → devobs-0.2.3}/.pre-commit-config.yaml +0 -0
  16. {devobs-0.2.2 → devobs-0.2.3}/.pre-commit-hooks.yaml +0 -0
  17. {devobs-0.2.2 → devobs-0.2.3}/.rustfmt.toml +0 -0
  18. {devobs-0.2.2 → devobs-0.2.3}/.vscode/extensions.json +0 -0
  19. {devobs-0.2.2 → devobs-0.2.3}/.vscode/launch.json +0 -0
  20. {devobs-0.2.2 → devobs-0.2.3}/.vscode/settings.json +0 -0
  21. {devobs-0.2.2 → devobs-0.2.3}/LICENSE +0 -0
  22. {devobs-0.2.2 → devobs-0.2.3}/Makefile +0 -0
  23. {devobs-0.2.2 → devobs-0.2.3}/README.md +0 -0
  24. {devobs-0.2.2 → devobs-0.2.3}/pyproject.toml +0 -0
  25. {devobs-0.2.2 → devobs-0.2.3}/rust-toolchain.toml +0 -0
  26. {devobs-0.2.2 → devobs-0.2.3}/src/commands/assert_diff.rs +0 -0
  27. {devobs-0.2.2 → devobs-0.2.3}/src/commands/check_file_pair.rs +0 -0
  28. {devobs-0.2.2 → devobs-0.2.3}/src/commands.rs +0 -0
  29. {devobs-0.2.2 → devobs-0.2.3}/src/main.rs +0 -0
  30. {devobs-0.2.2 → devobs-0.2.3}/src/utils/fs.rs +0 -0
  31. {devobs-0.2.2 → devobs-0.2.3}/src/utils.rs +0 -0
  32. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/mod.rs +0 -0
  33. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_create-2.snap +0 -0
  34. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_create.snap +0 -0
  35. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_delete-2.snap +0 -0
  36. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_delete.snap +0 -0
  37. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_modify-2.snap +0 -0
  38. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_modify.snap +0 -0
  39. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__empty_directory.snap +0 -0
  40. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__no_changes.snap +0 -0
  41. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__no_command_to_run.snap +0 -0
  42. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__nonexistent_directory.snap +0 -0
  43. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__on_command_error_ignore.snap +0 -0
  44. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_assert_diff__on_command_error_propagate.snap +0 -0
  45. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__backward_matching.snap +0 -0
  46. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__create_if_not_exists.snap +0 -0
  47. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__create_if_not_exists_dry_run.snap +0 -0
  48. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__empty_directory_no_error_no_output.snap +0 -0
  49. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__forward_matching.snap +0 -0
  50. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__on_fully_populated_directory.snap +0 -0
  51. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/test_assert_diff.rs +0 -0
  52. {devobs-0.2.2 → devobs-0.2.3}/tests/commands/test_check_file_pair.rs +0 -0
  53. {devobs-0.2.2 → devobs-0.2.3}/tests/helpers.rs +0 -0
  54. {devobs-0.2.2 → devobs-0.2.3}/tests/integration_test.rs +0 -0
@@ -19,7 +19,7 @@ jobs:
19
19
  run: rustup show
20
20
 
21
21
  - name: Manage Rust cache
22
- uses: Swatinem/rust-cache@v2.8.1
22
+ uses: Swatinem/rust-cache@v2.8.2
23
23
 
24
24
  - name: Check code formatting
25
25
  run: cargo fmt --check
@@ -40,10 +40,10 @@ jobs:
40
40
  run: rustup show
41
41
 
42
42
  - name: Manage Rust cache
43
- uses: Swatinem/rust-cache@v2.8.1
43
+ uses: Swatinem/rust-cache@v2.8.2
44
44
 
45
45
  - name: Install devtools
46
- uses: taiki-e/install-action@v2.62.48
46
+ uses: taiki-e/install-action@v2.67.18
47
47
  with:
48
48
  tool: cargo-binstall,cargo-llvm-cov,cargo-nextest
49
49
 
@@ -42,7 +42,7 @@ jobs:
42
42
  private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
43
43
 
44
44
  - name: Create pull request
45
- uses: peter-evans/create-pull-request@v8.0.0
45
+ uses: peter-evans/create-pull-request@v8.1.0
46
46
  with:
47
47
  token: ${{ steps.generate-token.outputs.token }}
48
48
  sign-commits: true
@@ -147,9 +147,9 @@ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
147
147
 
148
148
  [[package]]
149
149
  name = "bytes"
150
- version = "1.10.1"
150
+ version = "1.11.1"
151
151
  source = "registry+https://github.com/rust-lang/crates.io-index"
152
- checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
152
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
153
153
 
154
154
  [[package]]
155
155
  name = "cc"
@@ -295,7 +295,7 @@ dependencies = [
295
295
 
296
296
  [[package]]
297
297
  name = "devobs"
298
- version = "0.2.2"
298
+ version = "0.2.3"
299
299
  dependencies = [
300
300
  "anyhow",
301
301
  "assert_cmd",
@@ -1762,9 +1762,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1762
1762
 
1763
1763
  [[package]]
1764
1764
  name = "tokio"
1765
- version = "1.48.0"
1765
+ version = "1.49.0"
1766
1766
  source = "registry+https://github.com/rust-lang/crates.io-index"
1767
- checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
1767
+ checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1768
1768
  dependencies = [
1769
1769
  "bytes",
1770
1770
  "libc",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "devobs"
3
- version = "0.2.2"
3
+ version = "0.2.3"
4
4
  edition = "2024"
5
5
  description = "CLI for obsessed developers."
6
6
  readme = "README.md"
@@ -15,7 +15,7 @@ log = "0.4.27"
15
15
  regex = "1.12.2"
16
16
  simplelog = "0.12.2"
17
17
  strfmt = "0.2.4"
18
- tokio = { version = "1.48.0", features = ["full"] }
18
+ tokio = { version = "1.49.0", features = ["full"] }
19
19
  anyhow = "1.0.86"
20
20
  sugars = "3.0.1"
21
21
  serde = { version = "1.0.228", features = ["derive"] }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devobs
3
- Version: 0.2.2
3
+ Version: 0.2.3
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