cedar_policy 0.4.0-x64-mingw32 → 0.5.2-x64-mingw32

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: c8e6a3a0b1030183325e5a6e27e579b12e7e252326eee55da0cafd1dbebc162e
4
- data.tar.gz: 00d2c331fa16cc456862580e3e2e344e864326742283dd1d3a7b994be9fdd933
3
+ metadata.gz: '08bdd3f80165f3474d667f8ea52a33026f14f224bc7f4bb7a1a0db834e335a9d'
4
+ data.tar.gz: f2df15b9d046af3b59020b505067b445961e8cd6bce91292f40c10ca75b16715
5
5
  SHA512:
6
- metadata.gz: 193e07dbdbca0111cf12b362229bc96661c9893e5260e8c58f921d4fea2da579860ad6f8f04e31d8e88ead0c35ebb7df40e24c30c0d5eefedd50eb98e7964740
7
- data.tar.gz: c019d157cf8651eb156428ab105f985c9377e74b9413f3b52ab0be5b481a7105ef6b3982d8cc3783d1c2db87b076274fb755273dc3f3ae76394db1f4e7dcb444
6
+ metadata.gz: 36347e613537c382fc5dbcc54348e048a3b06641cba3bdc38fc255766dae9906c703aed0921f90046ee2a5286d200e5e821f168148eb9330baf348edb6e48311
7
+ data.tar.gz: 03234bec270fedccd6d8a1a710ffd6e8615cfd776df7a9ea2e57246586a02c85cf8ccbe5713e3107a06a130b5e3608ceeb18b71f6dbd750d4316832bfe01000e
@@ -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
 
Binary file
@@ -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: x64-mingw32
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:
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  - !ruby/object:Gem::Version
61
61
  version: 3.3.11
62
62
  requirements: []
63
- rubygems_version: 3.4.4
63
+ rubygems_version: 3.5.23
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: Ruby bindings for Cedar policy evaluation engine.