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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c19084f5c57d1fa16ac5fa7c79afaf6e8e6088d0d0f88930f73d61169c86bca
4
- data.tar.gz: 76e0bb5b6628b1d4f295117d306c053bed42381f7eeda957ca0d77e9845b3244
3
+ metadata.gz: 3f6a06acbf4e65d410294a6178fc8f57c96f152b5ebedace7489e5b4175f07c2
4
+ data.tar.gz: 25de63aa1b4b1a9deafd7834307df4717c73f6072528d0b0a2702e1d0ecae5cb
5
5
  SHA512:
6
- metadata.gz: 64ec4f6608b9d5fbc90a36937e370dddc1b617586b967f88dd6341b8d54faba23ae82813ee93f4a5f4d962acb9b02ec6b9563b187ac7549b977ec62fd44e5805
7
- data.tar.gz: e4237d56f4c381aff0597e93d32dab4432495869322d2c5a1e9a823891017a17a7166c7d4d2e4e9a1ee2f8d2ac17dddea6433e491ba5fc771cc94d7de6b9a753
6
+ metadata.gz: 512f0e4fcdb7f7c0cf49c5062cf43dad047a72297f4101a5d592be9181f7ce83c66b26f5df3eb3255db8ec7c20e3aa2d1d4a5126afd7631057bd9865edc4618f
7
+ data.tar.gz: a1a7b50656ec39d2d48f8acedeb1b27c8ded448ef2dbda565dac4eb1e2018173feb8e5bfca076face6b6ac6d40265752f18487746aa16e2760d8a9b5a6d28af7
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.5.2"}
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CedarPolicy
4
- VERSION = "0.5.2"
4
+ VERSION = "0.5.3"
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.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-01-22 00:00:00.000000000 Z
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.3.dev
60
+ version: 3.5.dev
59
61
  required_rubygems_version: !ruby/object:Gem::Requirement
60
62
  requirements:
61
63
  - - ">="