hashy_validator 0.1.6 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68ad620a19feee19aa4ddb694d131b65bd730e36d1241c68c01a56685921a7df
4
- data.tar.gz: f58c1ae578d2792fc6951a183a411a027e8f79c56c73d91d7ff44ca0e449451f
3
+ metadata.gz: 3cb3632476f5a316a64e1c637dfac400320b4594a2ea83c07024eebe0b74c075
4
+ data.tar.gz: 175b7d7073462ae92d85f1701cc0addaba2f20d99f2208c401628812485ad83c
5
5
  SHA512:
6
- metadata.gz: d46e4caa6c10b0bc0b540ec70605946d20994b1de70eb72941999e29438ebff36d6b48aa67ec6d226411712d24a5731b5a7a83aa5eb7a784c3b907c89a62d590
7
- data.tar.gz: 075c4f733dd7c482bdef0bb47795035bcec587d14ae85803ed21ae4de5e85327f85e6866925c2204fe84961acaf2059a9a2796544e43de1492773629379914b6
6
+ metadata.gz: ccbbd9b3e52bd231c04c5d0a1666d6ed6cf2de4f81865617a74aa5548274f98ee863556c910b4f04687efc2aa9725a57ef5d9787c64bb2755c0ecfade8fe3840
7
+ data.tar.gz: df0f70b55657431c6cbbc69c1f974c55feeb8c99c6dcf6f75d1980f9b8116f584a707744af7fe4da32149c4f340f57fc9c41b3a5d6733f45e1a6aba37ee3661f
data/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.0](https://www.github.com/flecto-io/hashy-validator/compare/v0.1.6...v0.2.0) (2025-01-29)
9
+
10
+
11
+ ### Features
12
+
13
+ * prepare for Rails 8 ( activerecord dependency ) ([#31](https://www.github.com/flecto-io/hashy-validator/issues/31)) ([9443cf2](https://www.github.com/flecto-io/hashy-validator/commit/9443cf27b95c16cfa65b8028a2cf59bb891df8e4))
14
+
8
15
  ### [0.1.6](https://www.github.com/flecto-io/hashy-validator/compare/v0.1.5...v0.1.6) (2024-09-05)
9
16
 
10
17
 
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.require_paths = ["lib"]
15
15
  spec.files = Dir["{lib}/**/*"] + ["README.md", "CHANGELOG.md", "hashy_validator.gemspec"]
16
16
 
17
- spec.add_dependency "activerecord", ">= 6.0.0", "< 8.0.0"
17
+ spec.add_dependency "activerecord"
18
18
  spec.add_dependency "hash_validator", "~> 1.1"
19
19
 
20
20
  spec.add_development_dependency 'sqlite3', '~> 1.4'
@@ -3,8 +3,8 @@
3
3
  module HashyValidator
4
4
  module Version
5
5
  MAJOR = 0
6
- MINOR = 1
7
- PATCH = 6
6
+ MINOR = 2
7
+ PATCH = 0
8
8
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hashy_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Flecto Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-12-31 00:00:00.000000000 Z
@@ -16,20 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 6.0.0
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: 8.0.0
19
+ version: '0'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - ">="
28
25
  - !ruby/object:Gem::Version
29
- version: 6.0.0
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: 8.0.0
26
+ version: '0'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: hash_validator
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -159,10 +153,10 @@ files:
159
153
  - lib/hashy_validator/hashy_object_validator.rb
160
154
  - lib/hashy_validator/hashy_value_validator.rb
161
155
  - lib/hashy_validator/version.rb
162
- homepage:
156
+ homepage:
163
157
  licenses: []
164
158
  metadata: {}
165
- post_install_message:
159
+ post_install_message:
166
160
  rdoc_options: []
167
161
  require_paths:
168
162
  - lib
@@ -178,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
172
  version: '0'
179
173
  requirements: []
180
174
  rubygems_version: 3.4.19
181
- signing_key:
175
+ signing_key:
182
176
  specification_version: 4
183
177
  summary: Custom Active Model validator for validating arrays of hashes
184
178
  test_files: []