verquest 0.4.0 → 0.6.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,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: verquest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Petr Hlavicka
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-06-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: zeitwerk
@@ -62,10 +61,13 @@ files:
62
61
  - lib/verquest/base/public_class_methods.rb
63
62
  - lib/verquest/configuration.rb
64
63
  - lib/verquest/gem_version.rb
64
+ - lib/verquest/helper_methods/required_properties.rb
65
65
  - lib/verquest/properties.rb
66
66
  - lib/verquest/properties/array.rb
67
67
  - lib/verquest/properties/base.rb
68
68
  - lib/verquest/properties/collection.rb
69
+ - lib/verquest/properties/const.rb
70
+ - lib/verquest/properties/enum.rb
69
71
  - lib/verquest/properties/field.rb
70
72
  - lib/verquest/properties/object.rb
71
73
  - lib/verquest/properties/reference.rb
@@ -81,7 +83,6 @@ metadata:
81
83
  homepage_uri: https://github.com/CiTroNaK/verquest
82
84
  source_code_uri: https://github.com/CiTroNaK/verquest
83
85
  changelog_uri: https://github.com/CiTroNaK/verquest/blob/main/CHANGELOG.md
84
- post_install_message:
85
86
  rdoc_options: []
86
87
  require_paths:
87
88
  - lib
@@ -96,8 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
97
  - !ruby/object:Gem::Version
97
98
  version: '0'
98
99
  requirements: []
99
- rubygems_version: 3.4.19
100
- signing_key:
100
+ rubygems_version: 3.6.7
101
101
  specification_version: 4
102
102
  summary: Verquest is a Ruby gem that offers an elegant solution for versioning API
103
103
  requests