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 +4 -4
- data/fluent_validation.gemspec +1 -1
- data/lib/fluent_validation/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f6985781de8de69ae693cff2e3efd3899ce53ce
|
4
|
+
data.tar.gz: 91b64ec4fa35d962500844133e29c1d84989575a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab9da90b77150d1a8fa606a773f575096660898a7c5d7fa659a03e568d617f925733109255ec75f551b0081d4687477245859efb26beeb5e7fe4e02a7bb88673
|
7
|
+
data.tar.gz: b4933c8bcaddfe739fd7b40cc861e549f8d63c4f6b8d8ab21d2a795b9ef5f33e0470e5a3681b63a19d0d4af76c094d43f61d7124e5a00c170c85e5583e0fbfe3
|
data/fluent_validation.gemspec
CHANGED
@@ -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{
|
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
|
|
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.
|
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:
|
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: []
|