cedar_policy 0.5.2-x64-mingw-ucrt → 0.5.3-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: 74c953c92d5aafbaddd124e821edb924fef859f5a0209103369ef7ee18b2cb6a
4
- data.tar.gz: 32f6f6ffb1d94d919423bad19ddfba5f0fa122fd2696cc58a6910a5b8c227625
3
+ metadata.gz: c6f3543c7437ec7cd1be204e458d875f05b7fe2053c5a705eb97e1a712bca6b9
4
+ data.tar.gz: a1fd1b36c92d1aac5347c24860d9263c66d2a395ad657f9f1ef552824f802c22
5
5
  SHA512:
6
- metadata.gz: 4cbc6395c5da3cf9618c0a29101c02c55e0ab326dbcc1048aedfa9c1f6118bfcda6b8e7e1c0fc110d4bc9d385b44e42c776a5184e689fc7ea2c594587caacb11
7
- data.tar.gz: 26cc30acbbabafd2b48eb7ed30b5d6765faf184792441cc267cc7e68c70bc28fc84a59e24b1a79453f7f5175c79b78b3b84167bb4463c87a31ceeabe8513f1b0
6
+ metadata.gz: 61d964827673deb7cfb5fe6c01c6038652976c1aef9ff9adbc3ca83a8204d0b46085e2e600e3651db37c00c33698e0d85eeaa61a1b3acdb7b56cc58c748d2a33
7
+ data.tar.gz: b9693c62fc17309ab520a708906271c591033a35205b0490a9e740fcab0446a7e8196edcce2ffef95ab37e1e7675e50c7417852ec9d97b576c9752d75cfcf97e
data/.cross_rubies CHANGED
@@ -1,20 +1,25 @@
1
- 3.0.0:aarch64-linux
2
- 3.0.0:arm64-darwin
3
- 3.0.0:x64-mingw32
4
- 3.0.0:x86_64-darwin
5
- 3.0.0:x86_64-linux
6
- 3.1.0:aarch64-linux
7
- 3.1.0:arm64-darwin
8
- 3.1.0:x64-mingw-ucrt
9
- 3.1.0:x86_64-darwin
10
- 3.1.0:x86_64-linux
11
- 3.2.0:aarch64-linux
12
- 3.2.0:arm64-darwin
13
- 3.2.0:x64-mingw-ucrt
14
- 3.2.0:x86_64-darwin
15
- 3.2.0:x86_64-linux
16
- 3.3.0:aarch64-linux
17
- 3.3.0:arm64-darwin
18
- 3.3.0:x64-mingw-ucrt
19
- 3.3.0:x86_64-darwin
20
- 3.3.0:x86_64-linux
1
+ 3.0:aarch64-linux
2
+ 3.0:arm64-darwin
3
+ 3.0:x64-mingw32
4
+ 3.0:x86_64-darwin
5
+ 3.0:x86_64-linux
6
+ 3.1:aarch64-linux
7
+ 3.1:arm64-darwin
8
+ 3.1:x64-mingw-ucrt
9
+ 3.1:x86_64-darwin
10
+ 3.1:x86_64-linux
11
+ 3.2:aarch64-linux
12
+ 3.2:arm64-darwin
13
+ 3.2:x64-mingw-ucrt
14
+ 3.2:x86_64-darwin
15
+ 3.2:x86_64-linux
16
+ 3.3:aarch64-linux
17
+ 3.3:arm64-darwin
18
+ 3.3:x64-mingw-ucrt
19
+ 3.3:x86_64-darwin
20
+ 3.3:x86_64-linux
21
+ 3.4:aarch64-linux
22
+ 3.4:arm64-darwin
23
+ 3.4:x64-mingw-ucrt
24
+ 3.4:x86_64-darwin
25
+ 3.4:x86_64-linux
@@ -1 +1 @@
1
- {".":"0.5.2"}
1
+ {".":"0.5.3"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.3](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.2...v0.5.3) (2025-06-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * pass ruby versions to rb-sys-dock using --ruby-versions flag ([b94f1b7](https://github.com/elct9620/cedar-policy-rb/commit/b94f1b7e9c5d52c4e514c5f8553ccf7a71b25c53))
9
+
3
10
  ## [0.5.2](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.1...v0.5.2) (2025-01-22)
4
11
 
5
12
 
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CedarPolicy
4
- VERSION = "0.5.2"
4
+ VERSION = "0.5.3"
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.5.2
4
+ version: 0.5.3
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: 2025-01-22 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:
@@ -28,6 +28,8 @@ files:
28
28
  - lib/cedar_policy.rb
29
29
  - lib/cedar_policy/3.1/cedar_policy.so
30
30
  - lib/cedar_policy/3.2/cedar_policy.so
31
+ - lib/cedar_policy/3.3/cedar_policy.so
32
+ - lib/cedar_policy/3.4/cedar_policy.so
31
33
  - lib/cedar_policy/context.rb
32
34
  - lib/cedar_policy/entities.rb
33
35
  - lib/cedar_policy/entity.rb
@@ -54,7 +56,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
54
56
  version: '3.1'
55
57
  - - "<"
56
58
  - !ruby/object:Gem::Version
57
- version: 3.3.dev
59
+ version: 3.5.dev
58
60
  required_rubygems_version: !ruby/object:Gem::Requirement
59
61
  requirements:
60
62
  - - ">="