is_valid 0.0.2 → 0.0.6

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.

Potentially problematic release.


This version of is_valid might be problematic. Click here for more details.

Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 174e45524a102d443872bd3f72ac07e199da6cf5e35911200676dd05239c1ddf
4
- data.tar.gz: 751029cd106c0bde72b1351e73a9c6354ae5ac45c80c44c2cc368442fc4f9933
3
+ metadata.gz: d272cc084b3fd71f900b36c56073cebd95caa37d58b056e655e09169d5d0065b
4
+ data.tar.gz: 4aec2428e9c0c6a00764001076d40d8fa702da18632695f693459dfa494812b7
5
5
  SHA512:
6
- metadata.gz: ed5f8f7df465bb18cd60e176bb35c2563aafbc152b523f4fabfe1ae21d8183c21d37840ed88af9cafedd128f4c38fd8db8dcaccc53615de5488f45af75d3f4b6
7
- data.tar.gz: ca89774a5cf0c94d87e3081b3e1739f3158de907d14eeda6250ce536efc7a4e52c90e679eb418efb192b61bef4b52eeb0620b8b2101c459755566052d4dee1f8
6
+ metadata.gz: cfdf5dc5d8c27dbf8228fdbd6f8fc452040561ca3459c76513e8cb7f8b5dd42d83ef0a7117515f36577c199616801959e8f60eb76a0c544052f4a29dded53a46
7
+ data.tar.gz: 6e001d069f72c1d1cb5b53495076d053fab3fa7c283ce37cc6d69ae9f9659e8da2a7a9afc74181d098b471a051900de2b90b6fdfbbc87ac3e8882ef657b8b401
metadata CHANGED
@@ -1,28 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: is_valid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergei Illarionov (www.butteff.ru/en/)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-14 00:00:00.000000000 Z
11
+ date: 2024-04-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: 'Ruby Gem to make a validation of a variable or a hash, based on regular
13
+ description: Ruby Gem to make a validation of a variable or a hash, based on regular
14
14
  expressions or own predefined validation templates in an easy way. See full documentation
15
- on GitHub: https://github.com/butteff/valid_check_ruby_gem'
15
+ on GitHub.
16
16
  email: butteff.ru@gmail.com
17
17
  executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - lib/is_valid.rb
22
- homepage: https://github.com/butteff/valid_check_ruby_gem
22
+ homepage: https://butteff.ru/en/
23
23
  licenses:
24
24
  - MIT
25
- metadata: {}
25
+ metadata:
26
+ source_code_uri: https://github.com/butteff/is_valid_ruby_gem
26
27
  post_install_message:
27
28
  rdoc_options: []
28
29
  require_paths:
@@ -38,7 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
38
39
  - !ruby/object:Gem::Version
39
40
  version: '0'
40
41
  requirements: []
41
- rubygems_version: 3.4.10
42
+ rubygems_version: 3.3.15
42
43
  signing_key:
43
44
  specification_version: 4
44
45
  summary: Validation of a variable or a hash, based on predefined or own easy rules