validatable2 0.0.6 → 0.0.7
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.
- data/readme.md +4 -1
- metadata +2 -2
data/readme.md
CHANGED
|
@@ -19,6 +19,8 @@ module Validatable
|
|
|
19
19
|
end
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
+
If You need a sample how it can be integrate into custom model - [here's how I'm using it][model_sample].
|
|
23
|
+
|
|
22
24
|
For contributors - right now it uses TestUnit framework, it would be great if someone rewrite all tests using RSpec.
|
|
23
25
|
|
|
24
26
|
# Old Docs
|
|
@@ -138,4 +140,5 @@ Rick Bradley, Anonymous Z, Jason Miller, Ali Aghareza, Xavier Shay, Dan Manges,
|
|
|
138
140
|
|
|
139
141
|
[code_stats]: https://github.com/alexeypetrushin/validatable2/raw/master/doc/code_stats.png
|
|
140
142
|
[code_stats_thumb]: https://github.com/alexeypetrushin/validatable2/raw/master/doc/code_stats.thumb.png
|
|
141
|
-
[code_stats_tool]: https://github.com/alexeypetrushin/code_stats
|
|
143
|
+
[code_stats_tool]: https://github.com/alexeypetrushin/code_stats
|
|
144
|
+
[model_sample]: https://github.com/alexeypetrushin/mongodb_model/blob/master/lib/mongo/model/validation.rb
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: validatable2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-
|
|
12
|
+
date: 2011-09-01 00:00:00.000000000Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description:
|
|
15
15
|
email:
|