cedar_policy 0.5.3 → 0.6.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: 51733ff95cea956fcc861630c5119175abfc339e7907bfc5861b2f0d2cc09540
4
- data.tar.gz: 3331fc83a28eb413320865a1a78c1df9ed366094f772218d0e1733275d483666
3
+ metadata.gz: 3caa8f1d7cb961d1206dfdca117971c465cd12ef4430e418109cc1b84ad2d02f
4
+ data.tar.gz: 4b3a28e67b6b3d4dff9513751c237fee0d4e3d9a6dd0da5c998ba6e48c837c8c
5
5
  SHA512:
6
- metadata.gz: 219b8f6295a40b6e0e99fc49a69217457585afbb3bb180c5d55b587d50c7407d62c49776a9857ef41a87e1168a3f79d43c026254c5037bce579dda54a93a8588
7
- data.tar.gz: ee91ad3cb9b80609b9a6f143c8af170d3800202883462b7bc4d661776eba87b734c0a63ffad1827c2b03b15182fedd380a6334823187a2671244774cb941f5ee
6
+ metadata.gz: e4053d1e2d72ed0a6614937cea2993e97a16f616a7f50f6c78f527aa7e6935a3d448f581f6e01a1cf7fd1b22902e627aeb9114dc299c88d7967b4e1b6077ce2e
7
+ data.tar.gz: 6199d6cf0e504f4203b882bc02548e35825182e88121bfff5437add4d14a820f0674714eee05207477eda66b25da951277f8525c000beb083ce6d03ba4079c2c
data/.cross_rubies CHANGED
@@ -1,25 +1,35 @@
1
- 3.0:aarch64-linux
1
+ 3.0:aarch64-linux-gnu
2
+ 3.0:aarch64-linux-musl
2
3
  3.0:arm64-darwin
3
4
  3.0:x64-mingw32
4
5
  3.0:x86_64-darwin
5
- 3.0:x86_64-linux
6
- 3.1:aarch64-linux
6
+ 3.0:x86_64-linux-gnu
7
+ 3.0:x86_64-linux-musl
8
+ 3.1:aarch64-linux-gnu
9
+ 3.1:aarch64-linux-musl
7
10
  3.1:arm64-darwin
8
11
  3.1:x64-mingw-ucrt
9
12
  3.1:x86_64-darwin
10
- 3.1:x86_64-linux
11
- 3.2:aarch64-linux
13
+ 3.1:x86_64-linux-gnu
14
+ 3.1:x86_64-linux-musl
15
+ 3.2:aarch64-linux-gnu
16
+ 3.2:aarch64-linux-musl
12
17
  3.2:arm64-darwin
13
18
  3.2:x64-mingw-ucrt
14
19
  3.2:x86_64-darwin
15
- 3.2:x86_64-linux
16
- 3.3:aarch64-linux
20
+ 3.2:x86_64-linux-gnu
21
+ 3.2:x86_64-linux-musl
22
+ 3.3:aarch64-linux-gnu
23
+ 3.3:aarch64-linux-musl
17
24
  3.3:arm64-darwin
18
25
  3.3:x64-mingw-ucrt
19
26
  3.3:x86_64-darwin
20
- 3.3:x86_64-linux
21
- 3.4:aarch64-linux
27
+ 3.3:x86_64-linux-gnu
28
+ 3.3:x86_64-linux-musl
29
+ 3.4:aarch64-linux-gnu
30
+ 3.4:aarch64-linux-musl
22
31
  3.4:arm64-darwin
23
32
  3.4:x64-mingw-ucrt
24
33
  3.4:x86_64-darwin
25
- 3.4:x86_64-linux
34
+ 3.4:x86_64-linux-gnu
35
+ 3.4:x86_64-linux-musl
@@ -1 +1 @@
1
- {".":"0.5.3"}
1
+ {".":"0.6.0"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.6.0](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.3...v0.6.0) (2025-06-12)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * depends on behavior in RubyGems >= 3.3.22
9
+
10
+ ### Features
11
+
12
+ * adds support for musl libc ([#43](https://github.com/elct9620/cedar-policy-rb/issues/43)) ([563f4f4](https://github.com/elct9620/cedar-policy-rb/commit/563f4f45aeb9f97cccc8aad384702a7ac5dcbc7a))
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * release 0.6.0 ([1e18e75](https://github.com/elct9620/cedar-policy-rb/commit/1e18e75574ef30d00cf21de212b88360d718e5b4))
18
+
3
19
  ## [0.5.3](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.2...v0.5.3) (2025-06-10)
4
20
 
5
21
 
data/Cargo.lock CHANGED
@@ -224,7 +224,7 @@ dependencies = [
224
224
 
225
225
  [[package]]
226
226
  name = "cedar_policy"
227
- version = "0.5.3"
227
+ version = "0.6.0"
228
228
  dependencies = [
229
229
  "cedar-policy",
230
230
  "magnus",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "cedar_policy"
3
- version = "0.5.3"
3
+ version = "0.6.0"
4
4
  edition = "2021"
5
5
  authors = ["Aotokitsuruya <contact@aotoki.me>"]
6
6
  license = "Apache-2.0"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CedarPolicy
4
- VERSION = "0.5.3"
4
+ VERSION = "0.6.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cedar_policy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aotokitsuruya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-06-10 00:00:00.000000000 Z
11
+ date: 2025-06-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings for Cedar policy evaluation engine.
14
14
  email:
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: 3.3.11
73
+ version: 3.3.22
74
74
  requirements: []
75
75
  rubygems_version: 3.5.9
76
76
  signing_key: