cedar_policy 0.4.0-arm64-darwin → 0.5.2-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: f04414a201e690fec718b0d6d3bb20d192037ae07b85ea2b4ec02d6ad3c9e81c
4
- data.tar.gz: d576800c63a9ee8702135289e352a6658b6222b862da22072d1c230c295a8837
3
+ metadata.gz: c97f8acf0ca13610900a07ee5b6b93a3eedf6192b16686a8243ae02f92923059
4
+ data.tar.gz: db2387ffe18d49118865b7ea83fbf75a69f41c9cd4f997c4d0bdb2659745ce2f
5
5
  SHA512:
6
- metadata.gz: bb95b2bd991cf0436ddb9267ae075eb3c909082c4e7291a5ab21f236d28be8e5d0374684c606e626310464b1910f1c56f15a7bd7fb5aff416309264fc7fe0661
7
- data.tar.gz: c44541687ab3b736b0276416b78df80c273c902bb4f0c1ba8c24dc1fd7c375731067beba66c5ebb11326832fafe3d3d2b5a2e8bea867db065cce7cdd5c8095b0
6
+ metadata.gz: 94134e8a566c5969feece263f64baff827e0e5204bd4790c2520d721ae1d2ffe04d7a22adcb91ac1bf035de2fd43f7ebf9ebaceefe2abf1c3025de303ecc20dc
7
+ data.tar.gz: 9c9d85c71eea785f2bf1686083e4ac580a530d4cd49b8f9e6ea715441f1abb0bbd2347827bcb42202df7e6c6b6e6b6ea84e374e3bf9c6fa483cfb297bbce3717
@@ -1 +1 @@
1
- {".":"0.4.0"}
1
+ {".":"0.5.2"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.2](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.1...v0.5.2) (2025-01-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * rb-sys version too old cause build failed ([6b58381](https://github.com/elct9620/cedar-policy-rb/commit/6b583811e9d7e8eef3fe1843e7a04f8b9fc6f975))
9
+
10
+ ## [0.5.1](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.0...v0.5.1) (2025-01-22)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * the Gemfile.lock not updated ([8853e74](https://github.com/elct9620/cedar-policy-rb/commit/8853e747188e83aa4ac1bfa7b4d1c361932cdb76))
16
+
17
+ ## [0.5.0](https://github.com/elct9620/cedar-policy-rb/compare/v0.4.0...v0.5.0) (2025-01-22)
18
+
19
+
20
+ ### Features
21
+
22
+ * **deps:** bump rust cedar_policy to v4.3.0 ([9aea4f1](https://github.com/elct9620/cedar-policy-rb/commit/9aea4f130867243b4d61be41a2f8abfd3d021df2))
23
+ * **deps:** update cedar-policy to 4.2.0 ([a7218d7](https://github.com/elct9620/cedar-policy-rb/commit/a7218d7c3af0384cfcdae735f07b06c624ea8002))
24
+
3
25
  ## [0.4.0](https://github.com/elct9620/cedar-policy-rb/compare/cedar_policy-v0.3.0...cedar_policy/v0.4.0) (2024-10-06)
4
26
 
5
27
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CedarPolicy
4
- VERSION = "0.4.0"
4
+ VERSION = "0.5.2"
5
5
  end
@@ -3,8 +3,9 @@
3
3
  "last-release-sha": "7d06a6458e9805cc6ec05f456c650708cc9d9e9f",
4
4
  "packages": {
5
5
  ".":{
6
- "release-type": "ruby",
7
- "version-file": "lib/cedar_policy/version.rb"
6
+ "component": "cedar_policy",
7
+ "include-component-in-tag": false,
8
+ "release-type": "ruby"
8
9
  }
9
10
  },
10
11
  "extra-files": [
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.4.0
4
+ version: 0.5.2
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Aotokitsuruya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-06 00:00:00.000000000 Z
11
+ date: 2025-01-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings for Cedar policy evaluation engine.
14
14
  email:
@@ -29,7 +29,6 @@ files:
29
29
  - lib/cedar_policy/3.0/cedar_policy.bundle
30
30
  - lib/cedar_policy/3.1/cedar_policy.bundle
31
31
  - lib/cedar_policy/3.2/cedar_policy.bundle
32
- - lib/cedar_policy/3.3/cedar_policy.bundle
33
32
  - lib/cedar_policy/context.rb
34
33
  - lib/cedar_policy/entities.rb
35
34
  - lib/cedar_policy/entity.rb
@@ -56,14 +55,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
55
  version: '3.0'
57
56
  - - "<"
58
57
  - !ruby/object:Gem::Version
59
- version: 3.4.dev
58
+ version: 3.3.dev
60
59
  required_rubygems_version: !ruby/object:Gem::Requirement
61
60
  requirements:
62
61
  - - ">="
63
62
  - !ruby/object:Gem::Version
64
63
  version: 3.3.11
65
64
  requirements: []
66
- rubygems_version: 3.4.4
65
+ rubygems_version: 3.5.23
67
66
  signing_key:
68
67
  specification_version: 4
69
68
  summary: Ruby bindings for Cedar policy evaluation engine.