rock-n-code-validations4r 0.4.0 → 0.5.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 +6 -0
- data/TODO +0 -2
- metadata +2 -2
data/CHANGES
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
==== 0.5.0 ~ May 7, 2009
|
2
|
+
* Added the Validations::Number class to the project.
|
3
|
+
* Added the Validations::Number example scenarios to the features.
|
4
|
+
* Added support for Rational and Complex instances within StepHelpers#transform.
|
5
|
+
* Fixed some bugs within StepHelpers#transform.
|
6
|
+
|
1
7
|
==== 0.4.0 ~ May 6, 2009
|
2
8
|
* Added the Validations::Text class to the project.
|
3
9
|
* Added the Validations::Text example scenarios to the features.
|
data/TODO
CHANGED
@@ -1,6 +1,4 @@
|
|
1
1
|
=== ToDo's
|
2
|
-
* Write tests for the class that will validate +Fixnum+, +Bignum+, +Float+, +Rational+, +Complex+ instances.
|
3
|
-
* Define the group for the class that will validate +Fixnum+, +Bignum+, +Float+, +Rational+, +Complex+ instances.
|
4
2
|
* Write tests for the class that will validate +Range+ instances.
|
5
3
|
* Define the group for the class that will validate +Range+ instances.
|
6
4
|
* Write tests for the class that will validate +Array+ 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.5.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-07 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|