trailblazer-core-utils 0.0.6 → 0.0.7

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: 8f6a0c27ef25b32eb3cfcb5c4905fb260b515a3fd2aa9eb6a76bd1fbe90c3c41
4
- data.tar.gz: 8191e63357fb33c61344bc26a62da2e349cde82271ce3e6c23eec328b0830c0f
3
+ metadata.gz: ffd6f5ee742ac7a35fb76d3b3f32209733e28872106ed207dcc2ece528602803
4
+ data.tar.gz: 90f0ac4e6948d0d7f081d1feca960b1b5e70d43e12e07d21039cf824816d41f3
5
5
  SHA512:
6
- metadata.gz: 2872b8a7262797296bb7a69e370102b10c3faf084cc83c8d7e7054a3f4f6a6545442dbfdc45fb4d48c869adaa8a5cdbe806fdbef9ede3fc431b7ccff0143f732
7
- data.tar.gz: e7aacd505e7c1d279ce17386a7d4549f5e363b391dfefe3e3df0e81ccc628226e1b24140f2e2a1adfece776a5ccd011e9175c0527b08858168db5fd4a74dc46f
6
+ metadata.gz: 916540bc3af545bb78b6ff11ac2d1351410e4f41fcb646aa8c7da2656e7b0c80e172af7a92912be6901a009e0faa69f20da18f9161f4b0186cd852d9bb9382f8
7
+ data.tar.gz: 5aeff319bd9b266d93ae426e9553e2fc5cf2749dee7d65e2ed4cb8303ccea2bc31dbd461018b51a12ff86059bde27032f78c0f1cf7417e26672a33474721ac33
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.7]
2
+
3
+ * In `convert_operation_test`, it is `result.terminus` now.
4
+
1
5
  ## [0.0.6]
2
6
 
3
7
  * Introduce `Utils.strip` to remove Object IDs for anonymous objects in strings.
@@ -78,7 +78,7 @@ module Trailblazer
78
78
  # end
79
79
 
80
80
  line = line.sub("assert_equal ctx", "assert_equal result")
81
- line = line.sub("assert_equal signal", "assert_equal result.event")
81
+ line = line.sub("assert_equal signal", "assert_equal result.terminus")
82
82
  end
83
83
 
84
84
  line
@@ -1,7 +1,7 @@
1
1
  module Trailblazer
2
2
  module Core
3
3
  module Utils
4
- VERSION = "0.0.6"
4
+ VERSION = "0.0.7"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trailblazer-core-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sutterer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-15 00:00:00.000000000 Z
11
+ date: 2025-03-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: