cedar_policy 0.5.2-x64-mingw-ucrt → 0.6.0-x64-mingw-ucrt

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: 74c953c92d5aafbaddd124e821edb924fef859f5a0209103369ef7ee18b2cb6a
4
- data.tar.gz: 32f6f6ffb1d94d919423bad19ddfba5f0fa122fd2696cc58a6910a5b8c227625
3
+ metadata.gz: f6c901fa8de7c4414cd8b2972a151f73f009a252f1c9b42e9e5a4b76856f11f5
4
+ data.tar.gz: 05f87dbb8c555bb91587c1bea0e9e4b505030f83c2f4eab5a6f3aa7344926f80
5
5
  SHA512:
6
- metadata.gz: 4cbc6395c5da3cf9618c0a29101c02c55e0ab326dbcc1048aedfa9c1f6118bfcda6b8e7e1c0fc110d4bc9d385b44e42c776a5184e689fc7ea2c594587caacb11
7
- data.tar.gz: 26cc30acbbabafd2b48eb7ed30b5d6765faf184792441cc267cc7e68c70bc28fc84a59e24b1a79453f7f5175c79b78b3b84167bb4463c87a31ceeabe8513f1b0
6
+ metadata.gz: 3e5f1a243cf82dfc51393c3006892b5c6c0695e427db58ac3e4902bb9f40b25974fb2b1e5bb683198181b8fd932751be733473bac332b0b27423fe3e22f2d1b6
7
+ data.tar.gz: 6e5c92edac897fd4aa36a3968746d532678021d474763b96f7ca6c2d534a0354a45fbcd10a189d3f8c3466ca1c0d6793c82c08fdc61d9bcc1fafcec0dc532189
data/.cross_rubies CHANGED
@@ -1,20 +1,35 @@
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-gnu
2
+ 3.0:aarch64-linux-musl
3
+ 3.0:arm64-darwin
4
+ 3.0:x64-mingw32
5
+ 3.0:x86_64-darwin
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
10
+ 3.1:arm64-darwin
11
+ 3.1:x64-mingw-ucrt
12
+ 3.1:x86_64-darwin
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
17
+ 3.2:arm64-darwin
18
+ 3.2:x64-mingw-ucrt
19
+ 3.2:x86_64-darwin
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
24
+ 3.3:arm64-darwin
25
+ 3.3:x64-mingw-ucrt
26
+ 3.3:x86_64-darwin
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
31
+ 3.4:arm64-darwin
32
+ 3.4:x64-mingw-ucrt
33
+ 3.4:x86_64-darwin
34
+ 3.4:x86_64-linux-gnu
35
+ 3.4:x86_64-linux-musl
@@ -1 +1 @@
1
- {".":"0.5.2"}
1
+ {".":"0.6.0"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
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
+
19
+ ## [0.5.3](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.2...v0.5.3) (2025-06-10)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * pass ruby versions to rb-sys-dock using --ruby-versions flag ([b94f1b7](https://github.com/elct9620/cedar-policy-rb/commit/b94f1b7e9c5d52c4e514c5f8553ccf7a71b25c53))
25
+
3
26
  ## [0.5.2](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.1...v0.5.2) (2025-01-22)
4
27
 
5
28
 
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CedarPolicy
4
- VERSION = "0.5.2"
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.2
4
+ version: 0.6.0
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Aotokitsuruya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-22 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:
@@ -28,6 +28,8 @@ files:
28
28
  - lib/cedar_policy.rb
29
29
  - lib/cedar_policy/3.1/cedar_policy.so
30
30
  - lib/cedar_policy/3.2/cedar_policy.so
31
+ - lib/cedar_policy/3.3/cedar_policy.so
32
+ - lib/cedar_policy/3.4/cedar_policy.so
31
33
  - lib/cedar_policy/context.rb
32
34
  - lib/cedar_policy/entities.rb
33
35
  - lib/cedar_policy/entity.rb
@@ -54,12 +56,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
54
56
  version: '3.1'
55
57
  - - "<"
56
58
  - !ruby/object:Gem::Version
57
- version: 3.3.dev
59
+ version: 3.5.dev
58
60
  required_rubygems_version: !ruby/object:Gem::Requirement
59
61
  requirements:
60
62
  - - ">="
61
63
  - !ruby/object:Gem::Version
62
- version: 3.3.11
64
+ version: 3.3.22
63
65
  requirements: []
64
66
  rubygems_version: 3.5.23
65
67
  signing_key: