cedar_policy 0.5.2-x86_64-darwin → 0.6.0-x86_64-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: a9a3ad82373d15d0cf661168816f47dd96a306301a98f1a1a98b84a51399f9c5
4
- data.tar.gz: d7f2d9c1454eadc69ffeded348ff36f129efd75c54bc15b05cd632c1ba310a0f
3
+ metadata.gz: 1fa49025bc6e6fb741766e461e4a1a87a4ec5685d974ca31fd6bd2b41156f9b0
4
+ data.tar.gz: 6c5760cf0298357062d48ebfda1106a98757ab3a2c9b1e4091bb7e86426b3803
5
5
  SHA512:
6
- metadata.gz: 192aace28676a5bdb9d4b59ed4542beafc491b4f84075394b002263890fb36ca2cf5f5bc28ccd419fe531578a3d9399ac9d70dedbeb3076344850a593ea6f10b
7
- data.tar.gz: 18d1fa74c397c9e14d39a4d4b648b1d535ad73db650e148a7e338b1831cc49fb41ec69f63cf72e71b27c0df438cf697818991e4cf5b163a294bcf93db7826ee8
6
+ metadata.gz: 31d47d769f3135f0f6bdd1caa2551fc0f74f3ae02dce0f0cd32a8834a87b8490a71a6d1b67fa47f5d0329e67c624ee79223a26a3be8439ba4845c309864aa650
7
+ data.tar.gz: 8b33979cc4d7ad06f5af39f366a64ec9ac2d2d82acfe9bd16d2bc9a4a5777dc57eaf9703dc981aa8c2ab45b763349e1d1bc5d3b1a151a622474c6b10d6ac63cd
data/.cross_rubies CHANGED
@@ -1,20 +1,35 @@
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-gnu
2
+ 3.0:aarch64-linux-musl
3
+ 3.0:arm64-darwin
4
+ 3.0:x64-mingw32
5
+ 3.0:x86_64-darwin
6
+ 3.0:x86_64-linux-gnu
7
+ 3.0:x86_64-linux-musl
8
+ 3.1:aarch64-linux-gnu
9
+ 3.1:aarch64-linux-musl
10
+ 3.1:arm64-darwin
11
+ 3.1:x64-mingw-ucrt
12
+ 3.1:x86_64-darwin
13
+ 3.1:x86_64-linux-gnu
14
+ 3.1:x86_64-linux-musl
15
+ 3.2:aarch64-linux-gnu
16
+ 3.2:aarch64-linux-musl
17
+ 3.2:arm64-darwin
18
+ 3.2:x64-mingw-ucrt
19
+ 3.2:x86_64-darwin
20
+ 3.2:x86_64-linux-gnu
21
+ 3.2:x86_64-linux-musl
22
+ 3.3:aarch64-linux-gnu
23
+ 3.3:aarch64-linux-musl
24
+ 3.3:arm64-darwin
25
+ 3.3:x64-mingw-ucrt
26
+ 3.3:x86_64-darwin
27
+ 3.3:x86_64-linux-gnu
28
+ 3.3:x86_64-linux-musl
29
+ 3.4:aarch64-linux-gnu
30
+ 3.4:aarch64-linux-musl
31
+ 3.4:arm64-darwin
32
+ 3.4:x64-mingw-ucrt
33
+ 3.4:x86_64-darwin
34
+ 3.4:x86_64-linux-gnu
35
+ 3.4:x86_64-linux-musl
@@ -1 +1 @@
1
- {".":"0.5.2"}
1
+ {".":"0.6.0"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.6.0](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.3...v0.6.0) (2025-06-12)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * depends on behavior in RubyGems >= 3.3.22
9
+
10
+ ### Features
11
+
12
+ * adds support for musl libc ([#43](https://github.com/elct9620/cedar-policy-rb/issues/43)) ([563f4f4](https://github.com/elct9620/cedar-policy-rb/commit/563f4f45aeb9f97cccc8aad384702a7ac5dcbc7a))
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * release 0.6.0 ([1e18e75](https://github.com/elct9620/cedar-policy-rb/commit/1e18e75574ef30d00cf21de212b88360d718e5b4))
18
+
19
+ ## [0.5.3](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.2...v0.5.3) (2025-06-10)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * pass ruby versions to rb-sys-dock using --ruby-versions flag ([b94f1b7](https://github.com/elct9620/cedar-policy-rb/commit/b94f1b7e9c5d52c4e514c5f8553ccf7a71b25c53))
25
+
3
26
  ## [0.5.2](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.1...v0.5.2) (2025-01-22)
4
27
 
5
28
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CedarPolicy
4
- VERSION = "0.5.2"
4
+ VERSION = "0.6.0"
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.6.0
5
5
  platform: x86_64-darwin
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-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings for Cedar policy evaluation engine.
14
14
  email:
@@ -29,6 +29,8 @@ 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
+ - lib/cedar_policy/3.4/cedar_policy.bundle
32
34
  - lib/cedar_policy/context.rb
33
35
  - lib/cedar_policy/entities.rb
34
36
  - lib/cedar_policy/entity.rb
@@ -55,12 +57,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
57
  version: '3.0'
56
58
  - - "<"
57
59
  - !ruby/object:Gem::Version
58
- version: 3.3.dev
60
+ version: 3.5.dev
59
61
  required_rubygems_version: !ruby/object:Gem::Requirement
60
62
  requirements:
61
63
  - - ">="
62
64
  - !ruby/object:Gem::Version
63
- version: 3.3.11
65
+ version: 3.3.22
64
66
  requirements: []
65
67
  rubygems_version: 3.5.23
66
68
  signing_key: