rock-n-code-validations4r 0.3.1 → 0.4.0
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/CHANGES +10 -0
- data/LICENSE +1 -1
- data/TODO +0 -2
- metadata +2 -2
data/CHANGES
CHANGED
@@ -1,3 +1,13 @@
|
|
1
|
+
==== 0.4.0 ~ May 6, 2009
|
2
|
+
* Added the Validations::Text class to the project.
|
3
|
+
* Added the Validations::Text example scenarios to the features.
|
4
|
+
* Added the Validations namespace module.
|
5
|
+
* Fixed some bugs within the features definition.
|
6
|
+
* Fixed a String conversion bug within the validate_step file.
|
7
|
+
|
8
|
+
==== 0.3.2 ~ May 5, 2009
|
9
|
+
* Fixed some RDoc syntax errors within the classes documentation.
|
10
|
+
|
1
11
|
==== 0.3.1 ~ May 5, 2009
|
2
12
|
* Fixed a bug created by a mistaken definition of the :like rule within the Validations::Identification class.
|
3
13
|
* Added more Validations::Identification example scenarios to the validation feature.
|
data/LICENSE
CHANGED
data/TODO
CHANGED
@@ -1,6 +1,4 @@
|
|
1
1
|
=== ToDo's
|
2
|
-
* Write tests for the class that will validate +String+ instances.
|
3
|
-
* Define the group for the class that will validate +String+ instances.
|
4
2
|
* Write tests for the class that will validate +Fixnum+, +Bignum+, +Float+, +Rational+, +Complex+ instances.
|
5
3
|
* Define the group for the class that will validate +Fixnum+, +Bignum+, +Float+, +Rational+, +Complex+ instances.
|
6
4
|
* Write tests for the class that will validate +Range+ instances.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rock-n-code-validations4r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julio Javier Cicchelli
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-05-
|
12
|
+
date: 2009-05-06 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|