protovalidate 0.1.0.beta1-aarch64-linux-gnu

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.
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: protovalidate
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0.beta1
5
+ platform: aarch64-linux-gnu
6
+ authors:
7
+ - Sorah Fukumori
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: google-protobuf
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '4.31'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '4.31'
26
+ description: Ruby implementation of protovalidate. Validates Protobuf messages against
27
+ the buf.validate rules in their schema, evaluated with CEL by protovalidate-cc through
28
+ a native extension. Precompiled gems are published for Linux and macOS.
29
+ email:
30
+ - sorah@ivry.jp
31
+ executables: []
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - ".yardopts"
36
+ - CHANGELOG.md
37
+ - LICENSE.txt
38
+ - NOTICE.md
39
+ - README.md
40
+ - Rakefile
41
+ - lib/buf/validate/validate_pb.rb
42
+ - lib/protovalidate.rb
43
+ - lib/protovalidate/3.3/protovalidate_native.so
44
+ - lib/protovalidate/3.4/protovalidate_native.so
45
+ - lib/protovalidate/4.0/protovalidate_native.so
46
+ - lib/protovalidate/errors.rb
47
+ - lib/protovalidate/native.rb
48
+ - lib/protovalidate/validator.rb
49
+ - lib/protovalidate/version.rb
50
+ - lib/protovalidate/violation.rb
51
+ - licenses/abseil-cpp-LICENSE
52
+ - licenses/antlr4-LICENSE.txt
53
+ - licenses/cel-cpp-LICENSE
54
+ - licenses/protobuf-LICENSE
55
+ - licenses/protovalidate-cc-LICENSE
56
+ - licenses/re2-LICENSE
57
+ - sig/buf/validate/validate_pb.rbs
58
+ - sig/protovalidate.rbs
59
+ - sig/protovalidate/native.rbs
60
+ homepage: https://github.com/sorah/protovalidate-rb
61
+ licenses:
62
+ - Apache-2.0
63
+ metadata:
64
+ allowed_push_host: https://rubygems.org
65
+ homepage_uri: https://github.com/sorah/protovalidate-rb
66
+ source_code_uri: https://github.com/sorah/protovalidate-rb
67
+ changelog_uri: https://github.com/sorah/protovalidate-rb/blob/main/CHANGELOG.md
68
+ rdoc_options: []
69
+ require_paths:
70
+ - lib
71
+ required_ruby_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '3.3'
76
+ - - "<"
77
+ - !ruby/object:Gem::Version
78
+ version: 4.1.dev
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
84
+ requirements: []
85
+ rubygems_version: 4.0.20
86
+ specification_version: 4
87
+ summary: Protobuf message validation with protovalidate (buf.validate) rules
88
+ test_files: []