cedar_policy 0.3.0-x64-mingw-ucrt → 0.5.2-x64-mingw-ucrt

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: 2557958ad361c557247631552a79fba6c8ebb4fba49cf5716ed0e9c8829cbe7c
4
- data.tar.gz: 3db3464b4a60fce7943d95f17a588b05bc2f1557455a1a7eb5fa4eaf53a0f1a7
3
+ metadata.gz: 74c953c92d5aafbaddd124e821edb924fef859f5a0209103369ef7ee18b2cb6a
4
+ data.tar.gz: 32f6f6ffb1d94d919423bad19ddfba5f0fa122fd2696cc58a6910a5b8c227625
5
5
  SHA512:
6
- metadata.gz: e823fff9386f59ebdd35cbb150df7bb010f616c1fbcff18904d520ef65a42e8e65377c144d8f776791097558d2c39cd3a3f021550d45c21288073d810c21da34
7
- data.tar.gz: '06080d26f9ddd05343aea3d6f76238060e49461b1cd9e036730af6a828526948eb7fad6484f48ac06b8e88bf06b162d3a70c15a36bbee1592a663bf50a45f087'
6
+ metadata.gz: 4cbc6395c5da3cf9618c0a29101c02c55e0ab326dbcc1048aedfa9c1f6118bfcda6b8e7e1c0fc110d4bc9d385b44e42c776a5184e689fc7ea2c594587caacb11
7
+ data.tar.gz: 26cc30acbbabafd2b48eb7ed30b5d6765faf184792441cc267cc7e68c70bc28fc84a59e24b1a79453f7f5175c79b78b3b84167bb4463c87a31ceeabe8513f1b0
@@ -0,0 +1 @@
1
+ {".":"0.5.2"}
data/CHANGELOG.md ADDED
@@ -0,0 +1,35 @@
1
+ # Changelog
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
+
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)
26
+
27
+
28
+ ### Features
29
+
30
+ * **deps:** upgrade cedar-policy to v4.1.0 ([61d6fa1](https://github.com/elct9620/cedar-policy-rb/commit/61d6fa1a59ab2edd71972410c1d9d697fde60776))
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * commitizen hook file bundled into gem ([b0c9c77](https://github.com/elct9620/cedar-policy-rb/commit/b0c9c77459ec614bfd4698d804969adb9b4bccc1))
data/README.md CHANGED
@@ -103,7 +103,8 @@ response.decision # => CedarPolicy::Decision::ALLOW
103
103
  ## Roadmap
104
104
 
105
105
  * [ ] Add DSL to improve developer experience
106
- * [ ] Diagnostics return with response
106
+ * [ ] Add batch authorization support
107
+ * [x] Diagnostics return with response
107
108
  * [ ] Validator support
108
109
  * [ ] Schema support
109
110
 
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CedarPolicy
4
- VERSION = "0.3.0"
4
+ VERSION = "0.5.2"
5
5
  end
@@ -0,0 +1,18 @@
1
+ {
2
+ "release-type": "ruby",
3
+ "last-release-sha": "7d06a6458e9805cc6ec05f456c650708cc9d9e9f",
4
+ "packages": {
5
+ ".":{
6
+ "component": "cedar_policy",
7
+ "include-component-in-tag": false,
8
+ "release-type": "ruby"
9
+ }
10
+ },
11
+ "extra-files": [
12
+ {
13
+ "type": "toml",
14
+ "path": "ext/cedar_policy/Cargo.toml",
15
+ "jsonpath": "$.package.version"
16
+ }
17
+ ]
18
+ }
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.3.0
4
+ version: 0.5.2
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Aotokitsuruya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-07 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:
@@ -18,20 +18,22 @@ extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - ".cross_rubies"
21
+ - ".release-please-manifest.json"
21
22
  - ".rspec"
22
23
  - ".rubocop.yml"
24
+ - CHANGELOG.md
23
25
  - LICENSE.txt
24
26
  - README.md
25
27
  - Rakefile
26
28
  - lib/cedar_policy.rb
27
29
  - lib/cedar_policy/3.1/cedar_policy.so
28
30
  - lib/cedar_policy/3.2/cedar_policy.so
29
- - lib/cedar_policy/3.3/cedar_policy.so
30
31
  - lib/cedar_policy/context.rb
31
32
  - lib/cedar_policy/entities.rb
32
33
  - lib/cedar_policy/entity.rb
33
34
  - lib/cedar_policy/entity_uid.rb
34
35
  - lib/cedar_policy/version.rb
36
+ - release-please-config.json
35
37
  - sig/cedar_policy.rbs
36
38
  homepage: https://github.com/elct9620/cedar-policy-rb
37
39
  licenses:
@@ -52,14 +54,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
52
54
  version: '3.1'
53
55
  - - "<"
54
56
  - !ruby/object:Gem::Version
55
- version: 3.4.dev
57
+ version: 3.3.dev
56
58
  required_rubygems_version: !ruby/object:Gem::Requirement
57
59
  requirements:
58
60
  - - ">="
59
61
  - !ruby/object:Gem::Version
60
62
  version: 3.3.11
61
63
  requirements: []
62
- rubygems_version: 3.4.4
64
+ rubygems_version: 3.5.23
63
65
  signing_key:
64
66
  specification_version: 4
65
67
  summary: Ruby bindings for Cedar policy evaluation engine.
Binary file