cedar_policy 0.7.0-x86_64-linux-gnu → 0.7.1-x86_64-linux-gnu

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: 5904a4affc68d29391e060015be2dda11b7ca112c3390a00133f04a2c4180e3d
4
- data.tar.gz: 2ccc71cf22a4df8007b7df734c8d105ff8ce6d123c15b8e884609c27b5f65d2a
3
+ metadata.gz: 99bab92578f2b6a68c6eba3a495c95b62f75c66112b7d57ef06ba93b965ba76e
4
+ data.tar.gz: 926ed153e9163d71e6d12471f01b23180c5be7400401541633255ccbe7a9e49c
5
5
  SHA512:
6
- metadata.gz: 07fcc57f76bd70ff1d7f8e1c5fe86d1408dfe909987da73c4bcc558e7996202ebabe6b51c97abf3509122748c5f3f2f4bae2a5e39b5c1ee066a24a66033b024f
7
- data.tar.gz: 11d67af6faa1aa9e2f839af4b8ae8aa980a7656a1e9e715bd2533d4182572adc6c383af4f40bdc2e01b00da1b53bd9f0946de22be05aa726199c3d68b7edd427
6
+ metadata.gz: e91913453cec39fe7f3fd0a222cd73223e4b7d092681f6441c3d41e9c341fbe49b19fe15edea25b408f0445d64c620725f6edf25b14e774102a6f125a9020ab2
7
+ data.tar.gz: 2a1f08f5d0700cd5d0dbd67539cea2b79745db962c3e3b82f9a3141bd5dce28bf50050336ee5c3303821f6cb44c20a5c7c8b73ba86c1753b88d4b0988ada3dee
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
 
Binary file
Binary file
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.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: x86_64-linux-gnu
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.so
32
32
  - lib/cedar_policy/3.3/cedar_policy.so
33
33
  - lib/cedar_policy/3.4/cedar_policy.so
34
+ - lib/cedar_policy/4.0/cedar_policy.so
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
  - - ">="