rails_validations 2.2 → 2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.markdown +6 -2
  3. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9545ab028a63ed14122cc93dcf59b23438c8a07
4
- data.tar.gz: b3b5a568790b8fb935776d271747c4a7c4987fb0
3
+ metadata.gz: b09751bef65b5b881eeab3caaa36e489424cc1a6
4
+ data.tar.gz: cad89e06a1b83b58814dbcb20840dba7e91ae3a1
5
5
  SHA512:
6
- metadata.gz: f241b820fa07b76643469281c1f88e94c93ab06997022d703241261e030d35a8ca4f74da0369058a4a658281fdba34670cbc3af422d2b8c148676e1b5c2fc55f
7
- data.tar.gz: 2b5549e98cf27b3aa21150da56e551644cafc0ad4beae5b3c5628bfec3576c91031d9a4cefe8a04b5ad9df2e3f7c0625709270dafa1e5770baacca262da2a9fb
6
+ metadata.gz: 2153679f8b4602e37e2eb14776372824b9a450356db60a98802541d3fa3d37e04183a1dd0edf1e7bf1a4080a9a6de8f4f99eff8f325d727f6f910203f285488f
7
+ data.tar.gz: 5d126445b91798d9264f4aeb12ff2371ec34f157a185f61acfcbc36d7ef7b39a97bc00bca537f42ba090531b3ddd6d89a47b9e8d33962541c384e38666d5722f
@@ -10,10 +10,10 @@ We try to do the sane thing by not being too strict, when in doubt, we accept
10
10
  input as being valid. We never want to reject valid input as invalid.
11
11
 
12
12
  For many formats doing a 100% foolproof check is not trivial, email addresses
13
- are a famous example, but it also applies to other formats.
13
+ are a famous example, but it also applies to other formats.
14
14
  Regardless, you can never be sure it’s what the user *intended* anyway. For
15
15
  example, email validators will accept `artin@ico.nl` as being ‘valid’, even
16
- though my email address is `martin@lico.nl`.
16
+ though my email address is `martin@lico.nl`.
17
17
 
18
18
 
19
19
  I18N
@@ -144,6 +144,10 @@ Currently implemented countries:
144
144
  ChangeLog
145
145
  =========
146
146
 
147
+ Version 2.3, 2017-08-31
148
+ -----------------------
149
+ - Slacken dependencies
150
+
147
151
  Version 2.2, 2017-08-28
148
152
  -----------------------
149
153
  - Fix deprecation warning on Fixnum by checking against Integer instead.
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_validations
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.2'
4
+ version: '2.3'
5
5
  platform: ruby
6
6
  authors:
7
- - Martin Tournoij
7
+ - Bluerail
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 4.2.8
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 4.2.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activerecord
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '4.0'
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
40
  version: '4.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec-rails
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '3.6'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.6'
55
55
  - !ruby/object:Gem::Dependency
@@ -69,7 +69,7 @@ dependencies:
69
69
  description: 'Extra validations for rails: date, domain, email, iban, phone, postal_code,
70
70
  commerce_number, vat_number'
71
71
  email:
72
- - martin@lico.nl
72
+ - info@bluerail.nl
73
73
  executables: []
74
74
  extensions: []
75
75
  extra_rdoc_files: []