rock-n-code-validations4r 0.2.1 → 0.3.1
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 +13 -0
- data/TODO +0 -2
- metadata +2 -2
data/CHANGES
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
==== 0.3.1 ~ May 5, 2009
|
2
|
+
* Fixed a bug created by a mistaken definition of the :like rule within the Validations::Identification class.
|
3
|
+
* Added more Validations::Identification example scenarios to the validation feature.
|
4
|
+
* Added Regular Expression transformation to the StepHelpers module.
|
5
|
+
|
6
|
+
==== 0.3.0 ~ May 5, 2009
|
7
|
+
* Added the Validations::Identification class to the project.
|
8
|
+
* Added the Validations::Identification example scenarios to the features.
|
9
|
+
* Fixed some bugs when transforming symbols within the StepHelpers module.
|
10
|
+
|
11
|
+
==== 0.2.2 ~ May 4, 2009
|
12
|
+
* Added RDoc documentation for the Validations::Boolean class.
|
13
|
+
|
1
14
|
==== 0.2.1 ~ May 2, 2009
|
2
15
|
* Fixed a bug that occurred when generating the conditions to validate.
|
3
16
|
|
data/TODO
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
=== ToDo's
|
2
2
|
* Write tests for the class that will validate +String+ instances.
|
3
3
|
* Define the group for the class that will validate +String+ instances.
|
4
|
-
* Write tests for the class that will validate +Symbol+ instances.
|
5
|
-
* Define the group for the class that will validate +Symbol+ instances.
|
6
4
|
* Write tests for the class that will validate +Fixnum+, +Bignum+, +Float+, +Rational+, +Complex+ instances.
|
7
5
|
* Define the group for the class that will validate +Fixnum+, +Bignum+, +Float+, +Rational+, +Complex+ instances.
|
8
6
|
* 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.3.1
|
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-05 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|