cedar_policy 0.5.2-aarch64-linux → 0.5.3-aarch64-linux
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 +4 -4
- data/.cross_rubies +25 -20
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +7 -0
- data/lib/cedar_policy/3.0/cedar_policy.so +0 -0
- data/lib/cedar_policy/3.1/cedar_policy.so +0 -0
- data/lib/cedar_policy/3.2/cedar_policy.so +0 -0
- data/lib/cedar_policy/3.3/cedar_policy.so +0 -0
- data/lib/cedar_policy/3.4/cedar_policy.so +0 -0
- data/lib/cedar_policy/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f6a06acbf4e65d410294a6178fc8f57c96f152b5ebedace7489e5b4175f07c2
|
4
|
+
data.tar.gz: 25de63aa1b4b1a9deafd7834307df4717c73f6072528d0b0a2702e1d0ecae5cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 512f0e4fcdb7f7c0cf49c5062cf43dad047a72297f4101a5d592be9181f7ce83c66b26f5df3eb3255db8ec7c20e3aa2d1d4a5126afd7631057bd9865edc4618f
|
7
|
+
data.tar.gz: a1a7b50656ec39d2d48f8acedeb1b27c8ded448ef2dbda565dac4eb1e2018173feb8e5bfca076face6b6ac6d40265752f18487746aa16e2760d8a9b5a6d28af7
|
data/.cross_rubies
CHANGED
@@ -1,20 +1,25 @@
|
|
1
|
-
3.0
|
2
|
-
3.0
|
3
|
-
3.0
|
4
|
-
3.0
|
5
|
-
3.0
|
6
|
-
3.1
|
7
|
-
3.1
|
8
|
-
3.1
|
9
|
-
3.1
|
10
|
-
3.1
|
11
|
-
3.2
|
12
|
-
3.2
|
13
|
-
3.2
|
14
|
-
3.2
|
15
|
-
3.2
|
16
|
-
3.3
|
17
|
-
3.3
|
18
|
-
3.3
|
19
|
-
3.3
|
20
|
-
3.3
|
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.5.
|
1
|
+
{".":"0.5.3"}
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
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
|
+
|
3
10
|
## [0.5.2](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.1...v0.5.2) (2025-01-22)
|
4
11
|
|
5
12
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/cedar_policy/version.rb
CHANGED
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.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: aarch64-linux
|
6
6
|
authors:
|
7
7
|
- Aotokitsuruya
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Ruby bindings for Cedar policy evaluation engine.
|
14
14
|
email:
|
@@ -29,6 +29,8 @@ files:
|
|
29
29
|
- lib/cedar_policy/3.0/cedar_policy.so
|
30
30
|
- lib/cedar_policy/3.1/cedar_policy.so
|
31
31
|
- lib/cedar_policy/3.2/cedar_policy.so
|
32
|
+
- lib/cedar_policy/3.3/cedar_policy.so
|
33
|
+
- lib/cedar_policy/3.4/cedar_policy.so
|
32
34
|
- lib/cedar_policy/context.rb
|
33
35
|
- lib/cedar_policy/entities.rb
|
34
36
|
- lib/cedar_policy/entity.rb
|
@@ -55,7 +57,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
55
57
|
version: '3.0'
|
56
58
|
- - "<"
|
57
59
|
- !ruby/object:Gem::Version
|
58
|
-
version: 3.
|
60
|
+
version: 3.5.dev
|
59
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
60
62
|
requirements:
|
61
63
|
- - ">="
|