cedar_policy 0.4.0 → 0.5.3

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.
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "cedar_policy"
3
- version = "0.4.0"
3
+ version = "0.5.3"
4
4
  edition = "2021"
5
5
  authors = ["Aotokitsuruya <contact@aotoki.me>"]
6
6
  license = "Apache-2.0"
@@ -10,6 +10,6 @@ publish = false
10
10
  crate-type = ["cdylib"]
11
11
 
12
12
  [dependencies]
13
- cedar-policy = "4.1.0"
14
- magnus = "0.6.2"
15
- serde_magnus = "0.8.1"
13
+ cedar-policy = "4.4.1"
14
+ magnus = "0.7.1"
15
+ serde_magnus = "0.9.0"
@@ -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.3"
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aotokitsuruya
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-06 00:00:00.000000000 Z
11
+ date: 2025-06-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings for Cedar policy evaluation engine.
14
14
  email:
@@ -57,7 +57,7 @@ metadata:
57
57
  source_code_uri: https://github.com/elct9620/cedar-policy-rb
58
58
  changelog_uri: https://github.com/elct9620/cedar-policy-rb
59
59
  rubygems_mfa_required: 'true'
60
- post_install_message:
60
+ post_install_message:
61
61
  rdoc_options: []
62
62
  require_paths:
63
63
  - lib
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  version: 3.3.11
74
74
  requirements: []
75
75
  rubygems_version: 3.5.9
76
- signing_key:
76
+ signing_key:
77
77
  specification_version: 4
78
78
  summary: Ruby bindings for Cedar policy evaluation engine.
79
79
  test_files: []