fluent_validation 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 69569fd0b2c5a4af838a91ca8cc26ceff756f5ae
4
- data.tar.gz: d6f2aded807928d463d64b1ae2dac3529cb49494
3
+ metadata.gz: 8f6985781de8de69ae693cff2e3efd3899ce53ce
4
+ data.tar.gz: 91b64ec4fa35d962500844133e29c1d84989575a
5
5
  SHA512:
6
- metadata.gz: 9810fbbf4de91a52af5b0635835852c0522d26f566fcd60775b5f466307a1b40415db3fcba2cb6bf06ecc11ed3fdc56faa5284419cebfa1c9d1ee2953f3fa394
7
- data.tar.gz: 32b85486da56acbba02279a3a160d934772db5d09e5bfd5d178fed43eb375db6120a187c267ee0a73c640f7731b65978c183006fcd1afbfe5c246b7f865488c3
6
+ metadata.gz: ab9da90b77150d1a8fa606a773f575096660898a7c5d7fa659a03e568d617f925733109255ec75f551b0081d4687477245859efb26beeb5e7fe4e02a7bb88673
7
+ data.tar.gz: b4933c8bcaddfe739fd7b40cc861e549f8d63c4f6b8d8ab21d2a795b9ef5f33e0470e5a3681b63a19d0d4af76c094d43f61d7124e5a00c170c85e5583e0fbfe3
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["aaronyu@live.com"]
11
11
 
12
12
  spec.summary = %q{Write a short summary, because Rubygems requires one.}
13
- spec.description = %q{Write a longer description or delete this line.}
13
+ spec.description = %q{This is an alpha version. Create a class implements from FluentValidator, then use rule_for method to register validators in its construction method.}
14
14
  spec.homepage = "https://aaronyu.visualstudio.com/_git/fluent_validation"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module FluentValidation
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent_validation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Yu
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: Write a longer description or delete this line.
55
+ description: This is an alpha version. Create a class implements from FluentValidator,
56
+ then use rule_for method to register validators in its construction method.
56
57
  email:
57
58
  - aaronyu@live.com
58
59
  executables: []