omg_validator 0.0.6 → 0.0.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/.yardoc/checksums CHANGED
@@ -1,15 +1,15 @@
1
1
  lib/omg_validator.rb cb42ac0e072223a394ca6c628b74959f8f75f1e7
2
- lib/omg_validator/version.rb faf0dcfa550fceb1ca0710f3c5b5e66f2117fc36
2
+ lib/omg_validator/version.rb a5ea8b84062cd1d7e5de930115449ff72ea36ff8
3
3
  lib/omg_validator/validators/url_validator.rb 6c4d49fcb6ceb26ec507a0018ea1dfedc1ec78ec
4
4
  lib/omg_validator/validators/date_validator.rb f86e6208ec84c95a6cc0d682b5e3cd83b0c17200
5
5
  lib/omg_validator/validators/alpha_validator.rb c0683724253617cc28d9af24f16be5884a04bd9f
6
6
  lib/omg_validator/validators/email_validator.rb 9f07d15949b2fc700ac335d9e5f630a7b932de9c
7
+ lib/omg_validator/validators/integer_validator.rb dae7461fb49bd775c7f7947037f92fb808dfde70
7
8
  lib/omg_validator/validators/decimal_validator.rb 957306cd04292651acc70930ae421712b059a96c
8
9
  lib/omg_validator/validators/numeric_validator.rb e51ee33b356c126d63f8f51849eabf3e00a5dce1
9
- lib/omg_validator/validators/integer_validator.rb dae7461fb49bd775c7f7947037f92fb808dfde70
10
10
  lib/omg_validator/validators/zip_code_validator.rb 2b3a32dcbb0086bcbd54d31b3638636329aa0de1
11
- lib/omg_validator/validators/ip_address_validator.rb 7e0a72ea4fedc792c846c0d3d8c014b6157cf628
12
11
  lib/omg_validator/validators/alpha_dash_validator.rb 4f955ac6fd144413373f2b64f6d797f5fefc7dbc
12
+ lib/omg_validator/validators/ip_address_validator.rb 7e0a72ea4fedc792c846c0d3d8c014b6157cf628
13
13
  lib/omg_validator/validators/postal_code_validator.rb c31a66578e6fe09c78208c39227c85a0369a48d5
14
14
  lib/omg_validator/validators/phone_number_validator.rb 7eb838920c775f1ae70276407de1a12e9e21b7db
15
15
  lib/omg_validator/validators/alpha_numeric_validator.rb f06f72604041574c4045f710011af7d3c8de1f97
Binary file
@@ -73,7 +73,7 @@
73
73
 
74
74
  <dt class="r1 last">Defined in:</dt>
75
75
  <dd class="r1 last">lib/omg_validator.rb<span class="defines">,<br />
76
- lib/omg_validator/version.rb,<br /> lib/omg_validator/validators/url_validator.rb,<br /> lib/omg_validator/validators/date_validator.rb,<br /> lib/omg_validator/validators/alpha_validator.rb,<br /> lib/omg_validator/validators/email_validator.rb,<br /> lib/omg_validator/validators/decimal_validator.rb,<br /> lib/omg_validator/validators/numeric_validator.rb,<br /> lib/omg_validator/validators/integer_validator.rb,<br /> lib/omg_validator/validators/zip_code_validator.rb,<br /> lib/omg_validator/validators/ip_address_validator.rb,<br /> lib/omg_validator/validators/alpha_dash_validator.rb,<br /> lib/omg_validator/validators/postal_code_validator.rb,<br /> lib/omg_validator/validators/phone_number_validator.rb,<br /> lib/omg_validator/validators/alpha_numeric_validator.rb,<br /> lib/omg_validator/validators/strong_password_validator.rb,<br /> lib/omg_validator/validators/postal_or_zip_code_validator.rb</span>
76
+ lib/omg_validator/version.rb,<br /> lib/omg_validator/validators/url_validator.rb,<br /> lib/omg_validator/validators/date_validator.rb,<br /> lib/omg_validator/validators/alpha_validator.rb,<br /> lib/omg_validator/validators/email_validator.rb,<br /> lib/omg_validator/validators/integer_validator.rb,<br /> lib/omg_validator/validators/decimal_validator.rb,<br /> lib/omg_validator/validators/numeric_validator.rb,<br /> lib/omg_validator/validators/zip_code_validator.rb,<br /> lib/omg_validator/validators/alpha_dash_validator.rb,<br /> lib/omg_validator/validators/ip_address_validator.rb,<br /> lib/omg_validator/validators/postal_code_validator.rb,<br /> lib/omg_validator/validators/phone_number_validator.rb,<br /> lib/omg_validator/validators/alpha_numeric_validator.rb,<br /> lib/omg_validator/validators/strong_password_validator.rb,<br /> lib/omg_validator/validators/postal_or_zip_code_validator.rb</span>
77
77
  </dd>
78
78
 
79
79
  </dl>
@@ -121,7 +121,7 @@ Version of Gem
121
121
 
122
122
  </div>
123
123
  </dt>
124
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.0.4</span><span class='tstring_end'>&quot;</span></span></pre></dd>
124
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.0.6.1</span><span class='tstring_end'>&quot;</span></span></pre></dd>
125
125
 
126
126
  </dl>
127
127
 
@@ -135,7 +135,7 @@ Version of Gem
135
135
  </div>
136
136
 
137
137
  <div id="footer">
138
- Generated on Fri Mar 30 10:49:14 2012 by
138
+ Generated on Fri Mar 30 11:43:58 2012 by
139
139
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
140
140
  0.7.4 (ruby-1.9.2).
141
141
  </div>
@@ -73,7 +73,7 @@
73
73
 
74
74
  <dt class="r1 last">Defined in:</dt>
75
75
  <dd class="r1 last">lib/omg_validator.rb<span class="defines">,<br />
76
- lib/omg_validator/validators/url_validator.rb,<br /> lib/omg_validator/validators/date_validator.rb,<br /> lib/omg_validator/validators/alpha_validator.rb,<br /> lib/omg_validator/validators/email_validator.rb,<br /> lib/omg_validator/validators/decimal_validator.rb,<br /> lib/omg_validator/validators/numeric_validator.rb,<br /> lib/omg_validator/validators/integer_validator.rb,<br /> lib/omg_validator/validators/zip_code_validator.rb,<br /> lib/omg_validator/validators/ip_address_validator.rb,<br /> lib/omg_validator/validators/alpha_dash_validator.rb,<br /> lib/omg_validator/validators/postal_code_validator.rb,<br /> lib/omg_validator/validators/phone_number_validator.rb,<br /> lib/omg_validator/validators/alpha_numeric_validator.rb,<br /> lib/omg_validator/validators/strong_password_validator.rb,<br /> lib/omg_validator/validators/postal_or_zip_code_validator.rb</span>
76
+ lib/omg_validator/validators/url_validator.rb,<br /> lib/omg_validator/validators/date_validator.rb,<br /> lib/omg_validator/validators/alpha_validator.rb,<br /> lib/omg_validator/validators/email_validator.rb,<br /> lib/omg_validator/validators/integer_validator.rb,<br /> lib/omg_validator/validators/decimal_validator.rb,<br /> lib/omg_validator/validators/numeric_validator.rb,<br /> lib/omg_validator/validators/zip_code_validator.rb,<br /> lib/omg_validator/validators/alpha_dash_validator.rb,<br /> lib/omg_validator/validators/ip_address_validator.rb,<br /> lib/omg_validator/validators/postal_code_validator.rb,<br /> lib/omg_validator/validators/phone_number_validator.rb,<br /> lib/omg_validator/validators/alpha_numeric_validator.rb,<br /> lib/omg_validator/validators/strong_password_validator.rb,<br /> lib/omg_validator/validators/postal_or_zip_code_validator.rb</span>
77
77
  </dd>
78
78
 
79
79
  </dl>
@@ -111,7 +111,7 @@ Validators
111
111
  </div>
112
112
 
113
113
  <div id="footer">
114
- Generated on Fri Mar 30 10:49:14 2012 by
114
+ Generated on Fri Mar 30 11:43:58 2012 by
115
115
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
116
116
  0.7.4 (ruby-1.9.2).
117
117
  </div>
@@ -196,7 +196,7 @@ validates :perma_link, alpha_dash: true
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Mar 30 10:49:14 2012 by
199
+ Generated on Fri Mar 30 11:43:58 2012 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.7.4 (ruby-1.9.2).
202
202
  </div>
@@ -196,7 +196,7 @@ validates :title, alpha_numberic: true
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Mar 30 10:49:14 2012 by
199
+ Generated on Fri Mar 30 11:43:58 2012 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.7.4 (ruby-1.9.2).
202
202
  </div>
@@ -196,7 +196,7 @@ validates :name, alpha: true
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Mar 30 10:49:14 2012 by
199
+ Generated on Fri Mar 30 11:43:58 2012 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.7.4 (ruby-1.9.2).
202
202
  </div>
@@ -198,7 +198,7 @@ validates :posting_date, date: true
198
198
  </div>
199
199
 
200
200
  <div id="footer">
201
- Generated on Fri Mar 30 10:49:14 2012 by
201
+ Generated on Fri Mar 30 11:43:58 2012 by
202
202
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
203
203
  0.7.4 (ruby-1.9.2).
204
204
  </div>
@@ -196,7 +196,7 @@ validates :total_value, decimal: true
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Mar 30 10:49:14 2012 by
199
+ Generated on Fri Mar 30 11:43:58 2012 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.7.4 (ruby-1.9.2).
202
202
  </div>
@@ -196,7 +196,7 @@ validates :email, email: true
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Mar 30 10:49:14 2012 by
199
+ Generated on Fri Mar 30 11:43:58 2012 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.7.4 (ruby-1.9.2).
202
202
  </div>
@@ -196,7 +196,7 @@ validates :count, integer: true
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Mar 30 10:49:14 2012 by
199
+ Generated on Fri Mar 30 11:43:58 2012 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.7.4 (ruby-1.9.2).
202
202
  </div>
@@ -196,7 +196,7 @@ validates :ip_address, ip_adress: true
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Mar 30 10:49:14 2012 by
199
+ Generated on Fri Mar 30 11:43:58 2012 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.7.4 (ruby-1.9.2).
202
202
  </div>
@@ -196,7 +196,7 @@ validates :count, number: true
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Mar 30 10:49:14 2012 by
199
+ Generated on Fri Mar 30 11:43:58 2012 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.7.4 (ruby-1.9.2).
202
202
  </div>
@@ -197,7 +197,7 @@ validates :phone, phone_number: true
197
197
  </div>
198
198
 
199
199
  <div id="footer">
200
- Generated on Fri Mar 30 10:49:14 2012 by
200
+ Generated on Fri Mar 30 11:43:58 2012 by
201
201
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
202
202
  0.7.4 (ruby-1.9.2).
203
203
  </div>
@@ -196,7 +196,7 @@ validates :postal_code, postal_code: true
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Mar 30 10:49:14 2012 by
199
+ Generated on Fri Mar 30 11:43:58 2012 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.7.4 (ruby-1.9.2).
202
202
  </div>
@@ -196,7 +196,7 @@ validates :zip_code, postal_or_zip_code: true
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Mar 30 10:49:15 2012 by
199
+ Generated on Fri Mar 30 11:43:58 2012 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.7.4 (ruby-1.9.2).
202
202
  </div>
@@ -197,7 +197,7 @@ validates :password, strong_password: true
197
197
  </div>
198
198
 
199
199
  <div id="footer">
200
- Generated on Fri Mar 30 10:49:15 2012 by
200
+ Generated on Fri Mar 30 11:43:58 2012 by
201
201
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
202
202
  0.7.4 (ruby-1.9.2).
203
203
  </div>
@@ -197,7 +197,7 @@ validates :url, url: true
197
197
  </div>
198
198
 
199
199
  <div id="footer">
200
- Generated on Fri Mar 30 10:49:14 2012 by
200
+ Generated on Fri Mar 30 11:43:58 2012 by
201
201
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
202
202
  0.7.4 (ruby-1.9.2).
203
203
  </div>
@@ -196,7 +196,7 @@ validates :zip_code, zip_code: true
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Mar 30 10:49:14 2012 by
199
+ Generated on Fri Mar 30 11:43:58 2012 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.7.4 (ruby-1.9.2).
202
202
  </div>
data/doc/_index.html CHANGED
@@ -292,7 +292,7 @@
292
292
  </div>
293
293
 
294
294
  <div id="footer">
295
- Generated on Fri Mar 30 10:49:14 2012 by
295
+ Generated on Fri Mar 30 11:43:58 2012 by
296
296
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
297
297
  0.7.4 (ruby-1.9.2).
298
298
  </div>
data/doc/file.README.html CHANGED
@@ -55,13 +55,68 @@
55
55
  <iframe id="search_frame"></iframe>
56
56
 
57
57
  <div id="content"><div id='filecontents'><h1>OmgValidator</h1>
58
- <p>
59
- This project rocks and uses MIT-LICENSE.
60
- </p>
58
+
59
+ <p>OmgValidator is a collection of custom validators for Rails 3.x. These are simple validators that mostly use regular expressions for common validation requirements, including:</p>
60
+
61
+ <ul>
62
+ <li>Alpha-dash characters</li>
63
+ <li>Alphanumeric characters</li>
64
+ <li>Alpha characters</li>
65
+ <li>Dates</li>
66
+ <li>Decimal numbers</li>
67
+ <li>Email addresses</li>
68
+ <li>Integer numbers</li>
69
+ <li>IP addresses</li>
70
+ <li>Numeric characters</li>
71
+ <li>US and Canadian (or compatible) Phone numbers</li>
72
+ <li>US and Canadian (or compatible) Postal/Zip Codes</li>
73
+ <li>Strong passwords</li>
74
+ <li>URL</li>
75
+ <li>US (or compatible) Zip Code</li>
76
+ </ul>
77
+
78
+
79
+ <p>Using the gem is easy. Just add it to your gemfile.</p>
80
+
81
+ <p> gem "omg_validator", "~> 0.0.4"</p>
82
+
83
+ <p>Run bundle install and then use them in your models. For example:</p>
84
+
85
+ <p> validates :postal_code, postal_or_zip_code: true</p>
86
+
87
+ <p>Think of this package as a swiss army knife for your validation needs. It larges replaces the need to use validates_format_of validation helper method.</p>
88
+
89
+ <p>The decimal, integer, and numeric validators do overlap with functionality in the validates_numericality_of validation helper method. We have kept these in the gem however, as we personally find them easier to use. The validates_numericality_of method is still immensely useful for more complex numeric validations.</p>
90
+
91
+ <h3>Contributors</h3>
92
+
93
+ <ul>
94
+ <li>Nickolas Kenyeres</li>
95
+ <li>Michael Mottola</li>
96
+ </ul>
97
+
98
+
99
+ <h3>How to Contribute</h3>
100
+
101
+ <p>This project is in active development. We are using it in real world projects; some parts work well, and others need more work. In other words; test it before using it.</p>
102
+
103
+ <p>We released it hoping that others would find it useful. We encourage you to fork the project and improve on it. We would be most gracious if you send a pull request with your modifications. We will include you in the list of contributors unless you request to not be listed.</p>
104
+
105
+ <p>The source code for this project is here: <a href="https://github.com/llwebsol/OmgValidators.">https://github.com/llwebsol/OmgValidators.</a></p>
106
+
107
+ <h3>License</h3>
108
+
109
+ <p>Copyright (c) 2011-2012 Nickolas Kenyeres, Michael Mottola.</p>
110
+
111
+ <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
112
+
113
+ <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
114
+
115
+ <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
61
116
  </div></div>
62
117
 
63
118
  <div id="footer">
64
- Generated on Fri Mar 30 10:49:14 2012 by
119
+ Generated on Fri Mar 30 11:43:58 2012 by
65
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
66
121
  0.7.4 (ruby-1.9.2).
67
122
  </div>
data/doc/index.html CHANGED
@@ -55,13 +55,68 @@
55
55
  <iframe id="search_frame"></iframe>
56
56
 
57
57
  <div id="content"><div id='filecontents'><h1>OmgValidator</h1>
58
- <p>
59
- This project rocks and uses MIT-LICENSE.
60
- </p>
58
+
59
+ <p>OmgValidator is a collection of custom validators for Rails 3.x. These are simple validators that mostly use regular expressions for common validation requirements, including:</p>
60
+
61
+ <ul>
62
+ <li>Alpha-dash characters</li>
63
+ <li>Alphanumeric characters</li>
64
+ <li>Alpha characters</li>
65
+ <li>Dates</li>
66
+ <li>Decimal numbers</li>
67
+ <li>Email addresses</li>
68
+ <li>Integer numbers</li>
69
+ <li>IP addresses</li>
70
+ <li>Numeric characters</li>
71
+ <li>US and Canadian (or compatible) Phone numbers</li>
72
+ <li>US and Canadian (or compatible) Postal/Zip Codes</li>
73
+ <li>Strong passwords</li>
74
+ <li>URL</li>
75
+ <li>US (or compatible) Zip Code</li>
76
+ </ul>
77
+
78
+
79
+ <p>Using the gem is easy. Just add it to your gemfile.</p>
80
+
81
+ <p> gem "omg_validator", "~> 0.0.4"</p>
82
+
83
+ <p>Run bundle install and then use them in your models. For example:</p>
84
+
85
+ <p> validates :postal_code, postal_or_zip_code: true</p>
86
+
87
+ <p>Think of this package as a swiss army knife for your validation needs. It larges replaces the need to use validates_format_of validation helper method.</p>
88
+
89
+ <p>The decimal, integer, and numeric validators do overlap with functionality in the validates_numericality_of validation helper method. We have kept these in the gem however, as we personally find them easier to use. The validates_numericality_of method is still immensely useful for more complex numeric validations.</p>
90
+
91
+ <h3>Contributors</h3>
92
+
93
+ <ul>
94
+ <li>Nickolas Kenyeres</li>
95
+ <li>Michael Mottola</li>
96
+ </ul>
97
+
98
+
99
+ <h3>How to Contribute</h3>
100
+
101
+ <p>This project is in active development. We are using it in real world projects; some parts work well, and others need more work. In other words; test it before using it.</p>
102
+
103
+ <p>We released it hoping that others would find it useful. We encourage you to fork the project and improve on it. We would be most gracious if you send a pull request with your modifications. We will include you in the list of contributors unless you request to not be listed.</p>
104
+
105
+ <p>The source code for this project is here: <a href="https://github.com/llwebsol/OmgValidators.">https://github.com/llwebsol/OmgValidators.</a></p>
106
+
107
+ <h3>License</h3>
108
+
109
+ <p>Copyright (c) 2011-2012 Nickolas Kenyeres, Michael Mottola.</p>
110
+
111
+ <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
112
+
113
+ <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
114
+
115
+ <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
61
116
  </div></div>
62
117
 
63
118
  <div id="footer">
64
- Generated on Fri Mar 30 10:49:14 2012 by
119
+ Generated on Fri Mar 30 11:43:58 2012 by
65
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
66
121
  0.7.4 (ruby-1.9.2).
67
122
  </div>
data/doc/method_list.html CHANGED
@@ -73,25 +73,25 @@
73
73
 
74
74
 
75
75
  <li class="r1 ">
76
- <span class='object_link'><a href="OmgValidator/Validators/DecimalValidator.html#validate_each-instance_method" title="OmgValidator::Validators::DecimalValidator#validate_each (method)">#validate_each</a></span>
76
+ <span class='object_link'><a href="OmgValidator/Validators/IntegerValidator.html#validate_each-instance_method" title="OmgValidator::Validators::IntegerValidator#validate_each (method)">#validate_each</a></span>
77
77
 
78
- <small>OmgValidator::Validators::DecimalValidator</small>
78
+ <small>OmgValidator::Validators::IntegerValidator</small>
79
79
 
80
80
  </li>
81
81
 
82
82
 
83
83
  <li class="r2 ">
84
- <span class='object_link'><a href="OmgValidator/Validators/NumericValidator.html#validate_each-instance_method" title="OmgValidator::Validators::NumericValidator#validate_each (method)">#validate_each</a></span>
84
+ <span class='object_link'><a href="OmgValidator/Validators/DecimalValidator.html#validate_each-instance_method" title="OmgValidator::Validators::DecimalValidator#validate_each (method)">#validate_each</a></span>
85
85
 
86
- <small>OmgValidator::Validators::NumericValidator</small>
86
+ <small>OmgValidator::Validators::DecimalValidator</small>
87
87
 
88
88
  </li>
89
89
 
90
90
 
91
91
  <li class="r1 ">
92
- <span class='object_link'><a href="OmgValidator/Validators/IntegerValidator.html#validate_each-instance_method" title="OmgValidator::Validators::IntegerValidator#validate_each (method)">#validate_each</a></span>
92
+ <span class='object_link'><a href="OmgValidator/Validators/NumericValidator.html#validate_each-instance_method" title="OmgValidator::Validators::NumericValidator#validate_each (method)">#validate_each</a></span>
93
93
 
94
- <small>OmgValidator::Validators::IntegerValidator</small>
94
+ <small>OmgValidator::Validators::NumericValidator</small>
95
95
 
96
96
  </li>
97
97
 
@@ -105,17 +105,17 @@
105
105
 
106
106
 
107
107
  <li class="r1 ">
108
- <span class='object_link'><a href="OmgValidator/Validators/IpAddressValidator.html#validate_each-instance_method" title="OmgValidator::Validators::IpAddressValidator#validate_each (method)">#validate_each</a></span>
108
+ <span class='object_link'><a href="OmgValidator/Validators/AlphaDashValidator.html#validate_each-instance_method" title="OmgValidator::Validators::AlphaDashValidator#validate_each (method)">#validate_each</a></span>
109
109
 
110
- <small>OmgValidator::Validators::IpAddressValidator</small>
110
+ <small>OmgValidator::Validators::AlphaDashValidator</small>
111
111
 
112
112
  </li>
113
113
 
114
114
 
115
115
  <li class="r2 ">
116
- <span class='object_link'><a href="OmgValidator/Validators/AlphaDashValidator.html#validate_each-instance_method" title="OmgValidator::Validators::AlphaDashValidator#validate_each (method)">#validate_each</a></span>
116
+ <span class='object_link'><a href="OmgValidator/Validators/IpAddressValidator.html#validate_each-instance_method" title="OmgValidator::Validators::IpAddressValidator#validate_each (method)">#validate_each</a></span>
117
117
 
118
- <small>OmgValidator::Validators::AlphaDashValidator</small>
118
+ <small>OmgValidator::Validators::IpAddressValidator</small>
119
119
 
120
120
  </li>
121
121
 
@@ -94,7 +94,7 @@
94
94
  </div>
95
95
 
96
96
  <div id="footer">
97
- Generated on Fri Mar 30 10:49:15 2012 by
97
+ Generated on Fri Mar 30 11:43:58 2012 by
98
98
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
99
99
  0.7.4 (ruby-1.9.2).
100
100
  </div>
@@ -1,4 +1,4 @@
1
1
  module OmgValidator
2
2
  #Version of Gem
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.6.1"
4
4
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omg_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.6.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -97,6 +97,7 @@ files:
97
97
  - lib/tasks/omg_validator_tasks.rake
98
98
  - omg_validator-0.0.4.gem
99
99
  - omg_validator-0.0.5.gem
100
+ - omg_validator-0.0.6.gem
100
101
  - omg_validator.gemspec
101
102
  - test/dummy/Rakefile
102
103
  - test/dummy/app/assets/javascripts/application.js