cel 0.2.2 → 0.3.0

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 CHANGED
@@ -1,15 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiago Cardoso
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-08-16 00:00:00.000000000 Z
10
+ date: 2025-06-12 00:00:00.000000000 Z
12
11
  dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: bigdecimal
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '0'
13
26
  - !ruby/object:Gem::Dependency
14
27
  name: minitest
15
28
  requirement: !ruby/object:Gem::Requirement
@@ -64,7 +77,6 @@ files:
64
77
  - lib/cel/parser.rb
65
78
  - lib/cel/program.rb
66
79
  - lib/cel/version.rb
67
- homepage:
68
80
  licenses:
69
81
  - Apache 2.0
70
82
  metadata:
@@ -73,7 +85,6 @@ metadata:
73
85
  source_code_uri: https://gitlab.com/os85/cel-ruby
74
86
  homepage_uri: https://gitlab.com/os85/cel-ruby
75
87
  rubygems_mfa_required: 'true'
76
- post_install_message:
77
88
  rdoc_options: []
78
89
  require_paths:
79
90
  - lib
@@ -81,15 +92,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
92
  requirements:
82
93
  - - ">="
83
94
  - !ruby/object:Gem::Version
84
- version: '2.6'
95
+ version: '2.7'
85
96
  required_rubygems_version: !ruby/object:Gem::Requirement
86
97
  requirements:
87
98
  - - ">="
88
99
  - !ruby/object:Gem::Version
89
100
  version: '0'
90
101
  requirements: []
91
- rubygems_version: 3.4.10
92
- signing_key:
102
+ rubygems_version: 3.6.2
93
103
  specification_version: 4
94
104
  summary: Pure Ruby implementation of Google Common Expression Language, https://opensource.google/projects/cel.
95
105
  test_files: []