cedar_policy 0.7.0-arm64-darwin → 0.7.1-arm64-darwin

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: 7fed2e9f2a634e0fd3256ce68a112206d8e8f07aed7f6765de85e2d1d35f8e75
4
- data.tar.gz: 5b99aecbeb80495e432677c5672a1250007e64ef574d8c7160fb253feb8fcb2a
3
+ metadata.gz: 0dfbb2584015a3abe63b260dc917846560d9d17324f3ee674609ae8569056d80
4
+ data.tar.gz: 568ed410460316ba4dcbdba1a4f6b614675fad8d439a4870b25a4e256587ee5a
5
5
  SHA512:
6
- metadata.gz: 1f1d90f1feb23ab90d0ea963ba3f60a96f911b2a8da4d245c142dddceb8a365870ace9b6156d293b7a4809249c5c5797c932f1047fc7ed4d22ae39ceec8f981f
7
- data.tar.gz: 68cff8be5ee6c87669f06213b6be892a4049201cbfda8957c9041a20810406f7854c696745de84e60ee3839c46f6d228a00339f7e1624c63a11941333e4477e1
6
+ metadata.gz: 894fde8964629fc447b1d85dce9d1edbecc92f02c5491c4d5bf2dc9b20d8c1684bd1616a959f08c2379e523d9dea2d445d4b042eb947e55a8bab8943936d97e0
7
+ data.tar.gz: 81284a97da8f1c20633d2f6918a7bd92e264fb043489768b122a6e2e7d04456c3bbd5fbc7133e29d487014317f3a50812533290a41554910eeee7b4227761ea9
data/.cross_rubies CHANGED
@@ -33,3 +33,10 @@
33
33
  3.4:x86_64-darwin
34
34
  3.4:x86_64-linux-gnu
35
35
  3.4:x86_64-linux-musl
36
+ 4.0:aarch64-linux-gnu
37
+ 4.0:aarch64-linux-musl
38
+ 4.0:arm64-darwin
39
+ 4.0:x64-mingw-ucrt
40
+ 4.0:x86_64-darwin
41
+ 4.0:x86_64-linux-gnu
42
+ 4.0:x86_64-linux-musl
@@ -1 +1 @@
1
- {".":"0.7.0"}
1
+ {".":"0.7.1"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.1](https://github.com/elct9620/cedar-policy-rb/compare/v0.7.0...v0.7.1) (2026-09-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add Ruby 4.0 to cross-compile matrix ([db45762](https://github.com/elct9620/cedar-policy-rb/commit/db457622f525cac5daae3b1f25b329aa3f9f3faf))
9
+
3
10
  ## [0.7.0](https://github.com/elct9620/cedar-policy-rb/compare/v0.6.2...v0.7.0) (2026-02-26)
4
11
 
5
12
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CedarPolicy
4
- VERSION = "0.7.0"
4
+ VERSION = "0.7.1"
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.7.0
4
+ version: 0.7.1
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Aotokitsuruya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-02-26 00:00:00.000000000 Z
11
+ date: 2026-09-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings for Cedar policy evaluation engine.
14
14
  email:
@@ -31,6 +31,7 @@ files:
31
31
  - lib/cedar_policy/3.2/cedar_policy.bundle
32
32
  - lib/cedar_policy/3.3/cedar_policy.bundle
33
33
  - lib/cedar_policy/3.4/cedar_policy.bundle
34
+ - lib/cedar_policy/4.0/cedar_policy.bundle
34
35
  - lib/cedar_policy/context.rb
35
36
  - lib/cedar_policy/entities.rb
36
37
  - lib/cedar_policy/entity.rb
@@ -57,7 +58,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
57
58
  version: '3.0'
58
59
  - - "<"
59
60
  - !ruby/object:Gem::Version
60
- version: 3.5.dev
61
+ version: 4.1.dev
61
62
  required_rubygems_version: !ruby/object:Gem::Requirement
62
63
  requirements:
63
64
  - - ">="