rails_validation_api 0.1.3 → 0.1.4

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: 6235b21332f0a7bfaf4a75c875cea68a5f5ad0ce8ca389b08bff7a74f3727a03
4
- data.tar.gz: 965b096a46b34935f3d0233b22d03bff04ee24b9a7f09b1d0d75baaf7fb97a21
3
+ metadata.gz: 3c8b2ee85dd44f77049f9ea0fdb831032bdbab38cc9136d8f2f4c5f8172fc206
4
+ data.tar.gz: 9001029cc5ed6f29c384baae405d8c8c5512b54c231972664d62614fbbed881f
5
5
  SHA512:
6
- metadata.gz: 3fa88927a1182eaeaaff9603d618935329a60e6db922132ce1f3ff44e212384f5a87bda6a28d7d7712089bec3dd6a82e4ad6ffb0d9ab141e9db6791d6077253f
7
- data.tar.gz: 2f29585b5d46fb9c0c6231fe0797570ed7a814f8de8a5a27d3bc13961aaba959d7590c5313d015f74b9f9025179f62b9bbd0970bf621777f0ff0b2a691fdc86b
6
+ metadata.gz: d843949e5f13289add4f81f971b75d0d72f85ea0e05583ee6382b900c7e243de9e8882bcca6a33fd3958c35b204b276697e8cf95381358be2e593febc5d8e237
7
+ data.tar.gz: f9c4981c1dd5388cd0ee0f5736907bf0f6fca226fc96a0bacd9dec975f835ca317801d7add913cfc733a0eca9a9e6c101eae6f90dce4e40be126f420bf42a7f8
@@ -1,3 +1,3 @@
1
1
  module RailsValidationApi
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_validation_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linh Nguyen Quang
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.9.0
33
+ version: 1.3.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.9.0
40
+ version: 1.3.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: activemodel
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -56,16 +56,16 @@ dependencies:
56
56
  name: debug
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: '1.0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: '1.0'
69
69
  description: Rails Validation API provides a powerful DSL for validating request parameters
70
70
  in Rails applications. Features include automatic validator loading based on controller/action
71
71
  names, nested parameter validation, custom error handling, and seamless integration