cedar_policy 0.4.0 → 0.5.3

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: 7c46c07cabaada740e72ba7a82523f94e711439ac11ab5f4cb258f87958f640e
4
- data.tar.gz: e27398198c12ba3c902f0dda5b1114809b44896c427d6a6f59ea3b16ef0be166
3
+ metadata.gz: 51733ff95cea956fcc861630c5119175abfc339e7907bfc5861b2f0d2cc09540
4
+ data.tar.gz: 3331fc83a28eb413320865a1a78c1df9ed366094f772218d0e1733275d483666
5
5
  SHA512:
6
- metadata.gz: 41f6a54d5b1f8adf89a326410f71541d83cddee30fcd6854e345677d9a02859abf42e7c0feb898e6cff2e9b19fdb20d58b2b21ba12504daf57ec6d787e70ae61
7
- data.tar.gz: 59d1b3b0e9444b3d38cecff6d85071cb8645a24c51a605ee877751577b0227dd0f4fb6d6b6af7c88e4f19a8dbd9319d0d89183ccf2d63e2380050fc368afd815
6
+ metadata.gz: 219b8f6295a40b6e0e99fc49a69217457585afbb3bb180c5d55b587d50c7407d62c49776a9857ef41a87e1168a3f79d43c026254c5037bce579dda54a93a8588
7
+ data.tar.gz: ee91ad3cb9b80609b9a6f143c8af170d3800202883462b7bc4d661776eba87b734c0a63ffad1827c2b03b15182fedd380a6334823187a2671244774cb941f5ee
data/.cross_rubies CHANGED
@@ -1,20 +1,25 @@
1
- 3.0.0:aarch64-linux
2
- 3.0.0:arm64-darwin
3
- 3.0.0:x64-mingw32
4
- 3.0.0:x86_64-darwin
5
- 3.0.0:x86_64-linux
6
- 3.1.0:aarch64-linux
7
- 3.1.0:arm64-darwin
8
- 3.1.0:x64-mingw-ucrt
9
- 3.1.0:x86_64-darwin
10
- 3.1.0:x86_64-linux
11
- 3.2.0:aarch64-linux
12
- 3.2.0:arm64-darwin
13
- 3.2.0:x64-mingw-ucrt
14
- 3.2.0:x86_64-darwin
15
- 3.2.0:x86_64-linux
16
- 3.3.0:aarch64-linux
17
- 3.3.0:arm64-darwin
18
- 3.3.0:x64-mingw-ucrt
19
- 3.3.0:x86_64-darwin
20
- 3.3.0:x86_64-linux
1
+ 3.0:aarch64-linux
2
+ 3.0:arm64-darwin
3
+ 3.0:x64-mingw32
4
+ 3.0:x86_64-darwin
5
+ 3.0:x86_64-linux
6
+ 3.1:aarch64-linux
7
+ 3.1:arm64-darwin
8
+ 3.1:x64-mingw-ucrt
9
+ 3.1:x86_64-darwin
10
+ 3.1:x86_64-linux
11
+ 3.2:aarch64-linux
12
+ 3.2:arm64-darwin
13
+ 3.2:x64-mingw-ucrt
14
+ 3.2:x86_64-darwin
15
+ 3.2:x86_64-linux
16
+ 3.3:aarch64-linux
17
+ 3.3:arm64-darwin
18
+ 3.3:x64-mingw-ucrt
19
+ 3.3:x86_64-darwin
20
+ 3.3:x86_64-linux
21
+ 3.4:aarch64-linux
22
+ 3.4:arm64-darwin
23
+ 3.4:x64-mingw-ucrt
24
+ 3.4:x86_64-darwin
25
+ 3.4:x86_64-linux
@@ -1 +1 @@
1
- {".":"0.4.0"}
1
+ {".":"0.5.3"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.3](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.2...v0.5.3) (2025-06-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * pass ruby versions to rb-sys-dock using --ruby-versions flag ([b94f1b7](https://github.com/elct9620/cedar-policy-rb/commit/b94f1b7e9c5d52c4e514c5f8553ccf7a71b25c53))
9
+
10
+ ## [0.5.2](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.1...v0.5.2) (2025-01-22)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * rb-sys version too old cause build failed ([6b58381](https://github.com/elct9620/cedar-policy-rb/commit/6b583811e9d7e8eef3fe1843e7a04f8b9fc6f975))
16
+
17
+ ## [0.5.1](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.0...v0.5.1) (2025-01-22)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * the Gemfile.lock not updated ([8853e74](https://github.com/elct9620/cedar-policy-rb/commit/8853e747188e83aa4ac1bfa7b4d1c361932cdb76))
23
+
24
+ ## [0.5.0](https://github.com/elct9620/cedar-policy-rb/compare/v0.4.0...v0.5.0) (2025-01-22)
25
+
26
+
27
+ ### Features
28
+
29
+ * **deps:** bump rust cedar_policy to v4.3.0 ([9aea4f1](https://github.com/elct9620/cedar-policy-rb/commit/9aea4f130867243b4d61be41a2f8abfd3d021df2))
30
+ * **deps:** update cedar-policy to 4.2.0 ([a7218d7](https://github.com/elct9620/cedar-policy-rb/commit/a7218d7c3af0384cfcdae735f07b06c624ea8002))
31
+
3
32
  ## [0.4.0](https://github.com/elct9620/cedar-policy-rb/compare/cedar_policy-v0.3.0...cedar_policy/v0.4.0) (2024-10-06)
4
33
 
5
34